mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-25 09:31:03 +00:00
Add UK site URL only_matching test
This commit is contained in:
parent
bc85e70db0
commit
e2a4c61afc
|
@ -169,6 +169,9 @@ class FunimationShowPlaylistIE(FunimationIE):
|
|||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
}, {
|
||||
'url': 'https://www.funimationnow.uk/shows/puzzle-dragons-x/',
|
||||
'only_matching': True,
|
||||
}, {
|
||||
# with lang code
|
||||
'url': 'https://www.funimation.com/en/shows/hacksign/',
|
||||
|
|
Loading…
Reference in a new issue