[daum] Add test for #7949
authorSergey M․ <dstftw@gmail.com>
Tue, 22 Dec 2015 20:59:49 +0000 (02:59 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 22 Dec 2015 20:59:49 +0000 (02:59 +0600)
youtube_dl/extractor/daum.py

index e3fc639b079fa12068084d17ba0a6c3dc56b8039..9a94cf361170fee712fb6a5e11f139b8da7e3e81 100644 (file)
@@ -24,6 +24,18 @@ class DaumIE(InfoExtractor):
             'upload_date': '20130831',
             'duration': 3868,
         },
+    }, {
+        # Test for https://github.com/rg3/youtube-dl/issues/7949
+        'url': 'http://tvpot.daum.net/mypot/View.do?ownerid=M1O35s8HPOo0&clipid=73147290',
+        'md5': 'c92d78bcee4424451f1667f275c1dc97',
+        'info_dict': {
+            'id': '73147290',
+            'ext': 'mp4',
+            'title': '싸이 - 나팔바지 [유희열의 스케치북] 299회 20151218',
+            'description': '싸이 - 나팔바지',
+            'upload_date': '20151219',
+            'duration': 232,
+        },
     }, {
         'url': 'http://tvpot.daum.net/v/vab4dyeDBysyBssyukBUjBz',
         'only_matching': True,