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