diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-04-16 21:33:01 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-04-16 21:33:01 +0600 |
commit | 5cb91ceaa50ffe5b8551075765a8ad920efd0b59 (patch) | |
tree | e50ed6be2b0c77082e52ddb246b71ee8e0afec03 | |
parent | 89c09e2a0884301e405d014fdc9706cf1750f798 (diff) |
[pladform] Update test
-rw-r--r-- | youtube_dl/extractor/pladform.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pladform.py b/youtube_dl/extractor/pladform.py index abde34b94..551c8c9f0 100644 --- a/youtube_dl/extractor/pladform.py +++ b/youtube_dl/extractor/pladform.py @@ -30,7 +30,7 @@ class PladformIE(InfoExtractor): 'info_dict': { 'id': '100183293', 'ext': 'mp4', - 'title': 'Тайны перевала Дятлова • Тайна перевала Дятлова 1 серия 2 часть', + 'title': 'Тайны перевала Дятлова • 1 серия 2 часть', 'description': 'Документальный сериал-расследование одной из самых жутких тайн ХХ века', 'thumbnail': 're:^https?://.*\.jpg$', 'duration': 694, |