diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-28 22:39:53 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-28 22:39:53 +0700 |
commit | 97124e572db5f5d5d11ee630aeb18a4c5585d087 (patch) | |
tree | b99884b15ca7344fc5f94821a0c4b97892640fd9 | |
parent | 32616c14ccf5051484e9236c54bdbeccb6e85ee4 (diff) |
[arte:playlist] Fix test
-rw-r--r-- | youtube_dl/extractor/arte.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py index 049f1fa9e..e0c5c1804 100644 --- a/youtube_dl/extractor/arte.py +++ b/youtube_dl/extractor/arte.py @@ -419,6 +419,7 @@ class ArteTVPlaylistIE(ArteTVBaseIE): 'info_dict': { 'id': 'PL-013263', 'title': 'Areva & Uramin', + 'description': 'md5:a1dc0312ce357c262259139cfd48c9bf', }, 'playlist_mincount': 6, }, { |