[bandbamp] Add track_id to free download

Added track_id to free download
This commit is contained in:
gkoelln 2017-01-26 13:27:56 -06:00 committed by GitHub
parent 3ca8c22315
commit 8866c7594b

View File

@ -168,6 +168,7 @@ class BandcampIE(InfoExtractor):
'track': track,
'formats': formats,
'track_number': track_number,
'track_id': video_id,
'album': album,
'album_artist': album_artist,
'release_year': release_year,