[core] be able to hand over id and title using url_result
This commit is contained in:
parent
ddb77f30ee
commit
0704d2224b
2 changed files with 8 additions and 3 deletions
|
|
@ -332,7 +332,7 @@ class BandcampAlbumIE(BandcampBaseIE):
|
|||
entries = [
|
||||
self.url_result(
|
||||
compat_urlparse.urljoin(url, track['title_link']),
|
||||
ie=BandcampIE.ie_key(),
|
||||
ie=BandcampIE.ie_key(), video_id=track['id'],
|
||||
video_title=track['title'])
|
||||
for track in tracks
|
||||
if track.get('duration')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue