]> jfr.im git - yt-dlp.git/commitdiff
[bandcamp] update youtuble dl test song information to match title as artist - track...
authorGilles Pietri <redacted>
Sun, 27 Sep 2020 13:52:55 +0000 (15:52 +0200)
committerGilles Pietri <redacted>
Sun, 27 Sep 2020 13:52:55 +0000 (15:52 +0200)
youtube_dl/extractor/bandcamp.py

index eccb867a0db5de08be05cfce97747ec1e19e9f23..3d32b1e0f29d36a5ef5ef5389286277144600c7b 100644 (file)
@@ -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'
     }, {