mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-10 20:37:59 +09:00
Add an MD5
This commit is contained in:
parent
28624cfe09
commit
1ca4e686a3
@ -157,7 +157,10 @@ class ONIE(NPOIE):
|
|||||||
_VALID_URL = r'https?://(?:www\.)?ongehoordnederland.tv/.*'
|
_VALID_URL = r'https?://(?:www\.)?ongehoordnederland.tv/.*'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://ongehoordnederland.tv/2024/03/01/korte-clips/heeft-preppen-zin-betwijfel-dat-je-daar-echt-iets-aan-zult-hebben-bij-oorlog-lydia-daniel/',
|
'url': 'https://ongehoordnederland.tv/2024/03/01/korte-clips/heeft-preppen-zin-betwijfel-dat-je-daar-echt-iets-aan-zult-hebben-bij-oorlog-lydia-daniel/',
|
||||||
# TODO fill in other test attributes
|
'md5': 'a85ebd50fa86fe5cbce654655f7dbb12',
|
||||||
|
'info_dict': {
|
||||||
|
|
||||||
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user