diff options
author | Gilles Pietri <gilles@wolface.fr> | 2020-09-27 15:52:55 +0200 |
---|---|---|
committer | Gilles Pietri <gilles@wolface.fr> | 2020-09-27 15:52:55 +0200 |
commit | 37f625598cb9b02cb06b3f12033cc29699d70818 (patch) | |
tree | e88644c2387ca70e579a14f6e7b7de34a6964e76 | |
parent | 9385ec4b1c797ffab66b945f23fd4248c0c8a32e (diff) | |
download | hypervideo-pre-37f625598cb9b02cb06b3f12033cc29699d70818.tar.lz hypervideo-pre-37f625598cb9b02cb06b3f12033cc29699d70818.tar.xz hypervideo-pre-37f625598cb9b02cb06b3f12033cc29699d70818.zip |
[bandcamp] update youtuble dl test song information to match title as artist - track, and add missing keys from info_dict
-rw-r--r-- | youtube_dl/extractor/bandcamp.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/bandcamp.py b/youtube_dl/extractor/bandcamp.py index eccb867a0..3d32b1e0f 100644 --- a/youtube_dl/extractor/bandcamp.py +++ b/youtube_dl/extractor/bandcamp.py @@ -33,8 +33,11 @@ class BandcampIE(InfoExtractor): 'info_dict': { 'id': '1812978515', 'ext': 'mp3', - 'title': "youtube-dl \"'/\\\u00e4\u21ad - youtube-dl test song \"'/\\\u00e4\u21ad", + 'title': "youtube-dl \\ - youtube-dl \"'/\\\u00e4\u21ad - youtube-dl test song \"'/\\\u00e4\u21ad", 'duration': 9.8485, + 'uploader': 'youtube-dl \\', + 'timestamp': 1354224127, + 'upload_date': '20121129', }, '_skip': 'There is a limit of 200 free downloads / month for the test song' }, { |