[generic] Update the UDNEmbed test case
authorYen Chi Hsuan <yan12125@gmail.com>
Wed, 1 Jun 2016 11:23:44 +0000 (19:23 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Wed, 1 Jun 2016 11:23:44 +0000 (19:23 +0800)
youtube_dl/extractor/generic.py

index e478f86a8f5512107ef47525338c6b0aea007583..b4138381d115a78f3203f6ef0017fd83a8df41d1 100644 (file)
@@ -1033,14 +1033,18 @@ class GenericIE(InfoExtractor):
         },
         # UDN embed
         {
-            'url': 'http://www.udn.com/news/story/7314/822787',
+            'url': 'https://video.udn.com/news/300346',
             'md5': 'fd2060e988c326991037b9aff9df21a6',
             'info_dict': {
                 'id': '300346',
                 'ext': 'mp4',
                 'title': '中一中男師變性 全校師生力挺',
                 'thumbnail': 're:^https?://.*\.jpg$',
-            }
+            },
+            'params': {
+                # m3u8 download
+                'skip_download': True,
+            },
         },
         # Ooyala embed
         {