mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[daum] Add test for #7949
This commit is contained in:
parent
3a70ed9ebe
commit
178b47e6af
@ -24,6 +24,18 @@ class DaumIE(InfoExtractor):
|
|||||||
'upload_date': '20130831',
|
'upload_date': '20130831',
|
||||||
'duration': 3868,
|
'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',
|
'url': 'http://tvpot.daum.net/v/vab4dyeDBysyBssyukBUjBz',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user