mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-27 19:15:53 +00:00
[litv] Fix test
Fixes the following failing test:
____________________ TestAllURLsMatching.test_no_duplicates ____________________
test/test_all_urls.py:79: in test_no_duplicates
self.assertTrue(ie.suitable(url), f'{type(ie).__name__} should match URL {url!r}')
E AssertionError: False is not true : LiTVIE should match URL 'https://www.litv.tv/promo/miyuezhuan/?content_id=VOD00044841&'
This commit is contained in:
parent
29964cb9a5
commit
7fa603bcc3
@ -43,7 +43,7 @@ class LiTVIE(InfoExtractor):
|
|||||||
'noplaylist': True,
|
'noplaylist': True,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.litv.tv/promo/miyuezhuan/?content_id=VOD00044841&',
|
'url': 'https://www.litv.tv/drama/watch/VOD00044841',
|
||||||
'md5': '88322ea132f848d6e3e18b32a832b918',
|
'md5': '88322ea132f848d6e3e18b32a832b918',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'VOD00044841',
|
'id': 'VOD00044841',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user