diff options
author | rrooij <rderooij685@gmail.com> | 2015-05-05 09:17:21 +0200 |
---|---|---|
committer | rrooij <rderooij685@gmail.com> | 2015-05-05 09:17:21 +0200 |
commit | dcf807790673ef8adb22ed6ff93f6232903d75f6 (patch) | |
tree | 58c9150eb2135ca4e432974a35afacc9f818d509 /youtube_dl | |
parent | 3408f6e64a7438dbc1bcc087a00e8540ef660eb3 (diff) |
[southparknl] Fix test to match playlist tests
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/southpark.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/youtube_dl/extractor/southpark.py b/youtube_dl/extractor/southpark.py index 2b12f2ad3..59e31198c 100644 --- a/youtube_dl/extractor/southpark.py +++ b/youtube_dl/extractor/southpark.py @@ -55,9 +55,5 @@ class SouthParkNlIE(SouthParkIE): _TESTS = [{ 'url': 'http://www.southpark.nl/full-episodes/s18e06-freemium-isnt-free', - 'info_dict': { - 'id': 'c56b9a1f-0e42-4942-89e0-8e721d814c5c', - 'ext': 'mp4', - 'title': 'South Park 1806: Freemium Isn\'t Free - Act 3', - }, + 'playlist_count': 4, }] |