X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fappletrailers.py;h=dc8657b67c9850c1676af737f319cb4c06bad6d6;hb=38a9339bafaee1ee12db3ba96352c0e3075762ab;hp=fc5d6825e39433765f0987538ee227377348abdc;hpb=28acf5500a05f01111f65adc84ba7c8e78fcd10b;p=youtube-dl.git diff --git a/youtube_dl/extractor/appletrailers.py b/youtube_dl/extractor/appletrailers.py index fc5d6825e..dc8657b67 100644 --- a/youtube_dl/extractor/appletrailers.py +++ b/youtube_dl/extractor/appletrailers.py @@ -6,7 +6,6 @@ import json from .common import InfoExtractor from ..utils import ( compat_urlparse, - determine_ext, )