X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Ftheplatform.py;h=61452e47d760cc76731f8e9bfbc319377cf84a25;hb=1d87e3a1c64e3183d17a6dc6fbc4353a86aa5f99;hp=9206895116e7f1ff66eb9376ba2927adde98431a;hpb=b9a2c53833a3cebc32df908aad74f7c5a3537aa1;p=youtube-dl diff --git a/youtube_dl/extractor/theplatform.py b/youtube_dl/extractor/theplatform.py index 920689511..61452e47d 100644 --- a/youtube_dl/extractor/theplatform.py +++ b/youtube_dl/extractor/theplatform.py @@ -4,7 +4,6 @@ import json from .common import InfoExtractor from ..utils import ( xpath_with_ns, - find_xpath_attr, ) _x = lambda p: xpath_with_ns(p, {'smil': 'http://www.w3.org/2005/SMIL21/Language'})