Merge remote-tracking branch 'hojel/slutload'
[youtube-dl] / youtube_dl / extractor / theplatform.py
index 91f2453ebf237db086f18f1ca2b30f2ce73a3728..f15780ef540d1ef39cc3526b15629004dabb73cd 100644 (file)
@@ -52,7 +52,7 @@ class ThePlatformIE(InfoExtractor):
         head = meta.find(_x('smil:head'))
         body = meta.find(_x('smil:body'))
 
-        f4m_node = body.find(_x('smil:seq/smil:video'))
+        f4m_node = body.find(_x('smil:seq//smil:video'))
         if f4m_node is not None:
             f4m_url = f4m_node.attrib['src']
             if 'manifest.f4m?' not in f4m_url: