mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-24 20:38:22 +00:00
Fix test that is no longer available
This commit is contained in:
parent
0d1fa41564
commit
2de603b2dc
|
@ -240,11 +240,11 @@ class ZAPPIE(NPOIE):
|
||||||
_VALID_URL = r'https?://(?:www\.)?zapp.nl/.*'
|
_VALID_URL = r'https?://(?:www\.)?zapp.nl/.*'
|
||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.zapp.nl/programmas/zappsport/gemist/POMS_AT_811523',
|
'url': 'https://www.zapp.nl/programmas/zappsport/gemist/POMS_AT_6130303',
|
||||||
'md5': '9eb2d8b6f88b72b6b986ea2c26a81588',
|
'md5': '3cef64f58b6b58eb34d5bd786f4e9245',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'POMS_AT_811523',
|
'id': 'POMS_AT_6130303',
|
||||||
'title': 'POMS_AT_811523',
|
'title': 'POMS_AT_6130303',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
},
|
},
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue