From 61103eee0a39bb929a4402e7a27d6f9be5a3d982 Mon Sep 17 00:00:00 2001 From: gkoelln Date: Thu, 26 Jan 2017 13:29:23 -0600 Subject: [PATCH] [bandcamp] Replace tabs with spaces My editor puts tabs and I forgot to replace them with spaces earlier --- youtube_dl/extractor/bandcamp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/bandcamp.py b/youtube_dl/extractor/bandcamp.py index 8b72e60bc..7579c4108 100644 --- a/youtube_dl/extractor/bandcamp.py +++ b/youtube_dl/extractor/bandcamp.py @@ -168,7 +168,7 @@ class BandcampIE(InfoExtractor): 'track': track, 'formats': formats, 'track_number': track_number, - 'track_id': video_id, + 'track_id': video_id, 'album': album, 'album_artist': album_artist, 'release_year': release_year,