mirror of https://github.com/blackjack4494/yt-dlc
[southpark:de] Add test for non-ASCII in URLs
This commit is contained in:
parent
51f267d9d4
commit
bd690a9f93
|
@ -45,6 +45,14 @@ class SouthParkDeIE(SouthParkIE):
|
||||||
'title': 'The Government Won\'t Respect My Privacy',
|
'title': 'The Government Won\'t Respect My Privacy',
|
||||||
'description': 'Cartman explains the benefits of "Shitter" to Stan, Kyle and Craig.',
|
'description': 'Cartman explains the benefits of "Shitter" to Stan, Kyle and Craig.',
|
||||||
},
|
},
|
||||||
|
}, {
|
||||||
|
# non-ASCII characters in initial URL
|
||||||
|
'url': 'http://www.southpark.de/alle-episoden/s18e09-hashtag-aufwärmen',
|
||||||
|
'playlist_count': 4,
|
||||||
|
}, {
|
||||||
|
# non-ASCII characters in redirect URL
|
||||||
|
'url': 'http://www.southpark.de/alle-episoden/s18e09',
|
||||||
|
'playlist_count': 4,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue