]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/appletrailers.py
[addanime] improve
[youtube-dl.git] / youtube_dl / extractor / appletrailers.py
index 7d126e2d24203b60343052acdb362d941fd7d56e..b3bdb2955e974591c1a7afc5b20776261adeb193 100644 (file)
@@ -91,7 +91,7 @@ class AppleTrailersIE(InfoExtractor):
                 duration = 60 * int(m.group('minutes')) + int(m.group('seconds'))
 
             formats = []
-            for formats_el in li.findall('.//li/a'):
+            for formats_el in li.findall('.//a'):
                 if formats_el.attrib['class'] != 'OverlayPanel':
                     continue
                 target = formats_el.attrib['target']