X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgoldenmoustache.py;h=0fb5097244a6218afca0a0908448127f74073b77;hb=c73cdd800f0dc7b465ac0b36d338875bb80c23aa;hp=4a07b555838767b18e11cc686dd178d95e537883;hpb=751536f5c80cdfdbf6ddfd9f9a673ffd3d8f5d55;p=youtube-dl.git diff --git a/youtube_dl/extractor/goldenmoustache.py b/youtube_dl/extractor/goldenmoustache.py index 4a07b5558..0fb509724 100644 --- a/youtube_dl/extractor/goldenmoustache.py +++ b/youtube_dl/extractor/goldenmoustache.py @@ -1,9 +1,6 @@ from __future__ import unicode_literals from .common import InfoExtractor -from ..utils import ( - int_or_none, -) class GoldenMoustacheIE(InfoExtractor):