Browse Source

[southparknl] Fix test to match playlist tests

totalwebcasting
rrooij 10 years ago
parent
commit
dcf8077906
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      youtube_dl/extractor/southpark.py

+ 1
- 5
youtube_dl/extractor/southpark.py View File

@ -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,
}]

Loading…
Cancel
Save