瀏覽代碼

[extractor/generic] Add test for svt embed

Sergey M․ 10 年之前
父節點
當前提交
dc455a5f88
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      youtube_dl/extractor/generic.py

+ 11 - 0
youtube_dl/extractor/generic.py

@@ -659,6 +659,17 @@ class GenericIE(InfoExtractor):
                 'title': 'Facebook Creates "On This Day" | Crunch Report',
             },
         },
+        # SVT embed
+        {
+            'url': 'http://www.svt.se/sport/ishockey/jagr-tacklar-giroux-under-intervjun',
+            'info_dict': {
+                'id': '2900353',
+                'ext': 'flv',
+                'title': 'Här trycker Jagr till Giroux (under SVT-intervjun)',
+                'duration': 27,
+                'age_limit': 0,
+            },
+        },
         # RSS feed with enclosure
         {
             'url': 'http://podcastfeeds.nbcnews.com/audio/podcast/MSNBC-MADDOW-NETCAST-M4V.xml',