1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-06 02:49:35 +02:00

[ehow] Simplify

This commit is contained in:
Sergey M․ 2015-07-17 23:54:38 +06:00
parent 7fd002c006
commit c60e8cfaf7

View File

@ -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):