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