mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-03 14:06:07 +00:00
Simplify tests
This commit is contained in:
parent
4aa50809a9
commit
d68583eb44
@ -30,42 +30,13 @@ class ChaturbateIE(InfoExtractor):
|
|||||||
'url': 'https://en.chaturbate.com/siswet19/',
|
'url': 'https://en.chaturbate.com/siswet19/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.chaturbate.eu/siswet19/',
|
'url': 'https://chaturbate.eu/siswet19/',
|
||||||
'info_dict': {
|
'only_matching': True,
|
||||||
'id': 'siswet19',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
|
||||||
'age_limit': 18,
|
|
||||||
'is_live': True,
|
|
||||||
},
|
|
||||||
'params': {
|
|
||||||
'skip_download': True,
|
|
||||||
},
|
|
||||||
'skip': 'Room is offline',
|
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://chaturbate.eu/fullvideo/?b=caylin',
|
'url': 'https://chaturbate.eu/fullvideo/?b=caylin',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://en.chaturbate.eu/siswet19/',
|
'url': 'https://chaturbate.global/siswet19/',
|
||||||
'only_matching': True,
|
|
||||||
}, {
|
|
||||||
'url': 'https://www.chaturbate.global/siswet19/',
|
|
||||||
'info_dict': {
|
|
||||||
'id': 'siswet19',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 're:^siswet19 [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
|
|
||||||
'age_limit': 18,
|
|
||||||
'is_live': True,
|
|
||||||
},
|
|
||||||
'params': {
|
|
||||||
'skip_download': True,
|
|
||||||
},
|
|
||||||
'skip': 'Room is offline',
|
|
||||||
}, {
|
|
||||||
'url': 'https://chaturbate.global/fullvideo/?b=caylin',
|
|
||||||
'only_matching': True,
|
|
||||||
}, {
|
|
||||||
'url': 'https://en.chaturbate.global/siswet19/',
|
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user