mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-08 22:45:44 +01:00
[ehow] Simplify
This commit is contained in:
parent
7fd002c006
commit
c60e8cfaf7
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from ..compat import (
|
||||
compat_urllib_parse_unquote,
|
||||
)
|
||||
from .common import InfoExtractor
|
||||
from ..compat import compat_urllib_parse_unquote
|
||||
|
||||
|
||||
class EHowIE(InfoExtractor):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue