mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[tweakers] Fix test
This commit is contained in:
parent
f32143469f
commit
0dcb318f62
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class TweakersIE(InfoExtractor):
|
|||
_VALID_URL = r'https?://tweakers\.net/video/(?P<id>\d+)'
|
||||
_TEST = {
|
||||
'url': 'https://tweakers.net/video/9926/new-nintendo-3ds-xl-op-alle-fronten-beter.html',
|
||||
'md5': '1b5afa817403bb5baa08359dca31e6df',
|
||||
'md5': '3147e4ddad366f97476a93863e4557c8',
|
||||
'info_dict': {
|
||||
'id': '9926',
|
||||
'ext': 'mp4',
|
||||
|
|
Loading…
Reference in a new issue