X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fehow.py;h=b1cd4f5d4e6fe1dbaaf6ec230aad75947887301d;hb=a6211d237b4e7051ca018cc09440502561fedaa7;hp=ba96859910188d502ed1381b69c914a948a1854d;hpb=d3671b344f663c3aa82aea86de51a70f24511792;p=youtube-dl diff --git a/youtube_dl/extractor/ehow.py b/youtube_dl/extractor/ehow.py index ba9685991..b1cd4f5d4 100644 --- a/youtube_dl/extractor/ehow.py +++ b/youtube_dl/extractor/ehow.py @@ -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):