mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[core] be able to hand over id and title using url_result
This commit is contained in:
@@ -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')]
|
||||
|
||||
Reference in New Issue
Block a user