mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-16 09:26:14 -05: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,
|
||||
},
|
||||
}, {
|
||||
'url': 'https://www.litv.tv/promo/miyuezhuan/?content_id=VOD00044841&',
|
||||
'url': 'https://www.litv.tv/drama/watch/VOD00044841',
|
||||
'md5': '88322ea132f848d6e3e18b32a832b918',
|
||||
'info_dict': {
|
||||
'id': 'VOD00044841',
|
||||
|
Loading…
Reference in New Issue
Block a user