mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
[yourporn] added tests
This commit is contained in:
parent
7907e765bf
commit
cbaa856993
1 changed files with 14 additions and 0 deletions
|
@ -24,9 +24,23 @@ class YourPornIE(InfoExtractor):
|
|||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
}, {
|
||||
'url': 'https://sxyprn.com/post/5acfc82b12d00.html',
|
||||
'md5': '1df93ede16d87685aa069f56ac69b0e7',
|
||||
'info_dict': {
|
||||
'id': '5acfc82b12d00',
|
||||
'ext': 'mp4',
|
||||
'title': 'Girls Do Porn E157 The Mormon Girl this should be in HD... #GirlsDoPorn #GDP #BigTits #casting',
|
||||
'thumbnail': r're:^https?://.*\.jpg$',
|
||||
'duration': 2466,
|
||||
'age_limit': 18,
|
||||
},
|
||||
}, {
|
||||
'url': 'https://sxyprn.com/post/57ffcb2e1179b.html',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
'url': 'https://sxyprn.com/post/5af15f6799de9.html',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
Loading…
Reference in a new issue