diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-04-03 23:44:13 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-04-03 23:44:13 +0600 | 
| commit | 16fa01291bd94703e2258a68bef1491d57f0dabc (patch) | |
| tree | c3ade83c825b2c3eb0df08e0ec9f46b93cb18a11 | |
| parent | 01534bf54f7eb80e4414cba86f1ac6fa608fc6e0 (diff) | |
[prosiebensat1] Fix test
| -rw-r--r-- | youtube_dl/extractor/prosiebensat1.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/prosiebensat1.py b/youtube_dl/extractor/prosiebensat1.py index c46aaada6..7cc799664 100644 --- a/youtube_dl/extractor/prosiebensat1.py +++ b/youtube_dl/extractor/prosiebensat1.py @@ -25,7 +25,7 @@ class ProSiebenSat1IE(InfoExtractor):              'info_dict': {                  'id': '2104602',                  'ext': 'mp4', -                'title': 'Staffel 2, Episode 18 - Jahresrückblick', +                'title': 'Episode 18 - Staffel 2',                  'description': 'md5:8733c81b702ea472e069bc48bb658fc1',                  'upload_date': '20131231',                  'duration': 5845.04, | 
