diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-07 01:27:07 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-07 01:27:07 +0600 |
commit | 9663bd3abb78911bddad75742bd41006677d628e (patch) | |
tree | 38c47818daaa2bdf7ca5101d106e96c98ac483fe /youtube_dl/extractor | |
parent | 5a4d9ddb218e761fe7ab15d197690e0cb132a536 (diff) |
[southpark:de] Enable non-ASCII redirect URL test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/southpark.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/southpark.py b/youtube_dl/extractor/southpark.py index ad63a8785..87b650468 100644 --- a/youtube_dl/extractor/southpark.py +++ b/youtube_dl/extractor/southpark.py @@ -53,7 +53,6 @@ class SouthParkDeIE(SouthParkIE): # non-ASCII characters in redirect URL 'url': 'http://www.southpark.de/alle-episoden/s18e09', 'playlist_count': 4, - 'skip': 'Broken python 3', }] |