about summary refs log tree commit diff
path: root/youtube_dl/extractor/southpark.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-06 22:01:31 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-06 22:01:31 +0600
commitbd690a9f9368095f561184778fb2f3ef12c66342 (patch)
tree539b186553e0234fba50fd1d0079b1f985b90d17 /youtube_dl/extractor/southpark.py
parent51f267d9d4d26c3cd67f318a2040513946f2b4d3 (diff)
downloadyoutube-dl-bd690a9f9368095f561184778fb2f3ef12c66342.tar.gz
youtube-dl-bd690a9f9368095f561184778fb2f3ef12c66342.tar.xz
youtube-dl-bd690a9f9368095f561184778fb2f3ef12c66342.zip
[southpark:de] Add test for non-ASCII in URLs
Diffstat (limited to 'youtube_dl/extractor/southpark.py')
-rw-r--r--youtube_dl/extractor/southpark.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube_dl/extractor/southpark.py b/youtube_dl/extractor/southpark.py
index 7fb165a87..87b650468 100644
--- a/youtube_dl/extractor/southpark.py
+++ b/youtube_dl/extractor/southpark.py
@@ -45,6 +45,14 @@ class SouthParkDeIE(SouthParkIE):
             'title': 'The Government Won\'t Respect My Privacy',
             '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,
     }]