[bandcamp] Replace tabs with spaces

My editor puts tabs and I forgot to replace them with spaces earlier
This commit is contained in:
gkoelln 2017-01-26 13:29:23 -06:00 committed by GitHub
parent 8866c7594b
commit 61103eee0a

View File

@ -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,