mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-19 19:58:30 +00:00
add tests for album that requires smuggling
This commit is contained in:
parent
e0c545b145
commit
ace97a88fa
@ -351,6 +351,15 @@ class BandcampAlbumIE(BandcampIE): # XXX: Do not subclass from concrete IE
|
|||||||
'description': 'md5:b3cf845ee41b2b1141dc7bde9237255f',
|
'description': 'md5:b3cf845ee41b2b1141dc7bde9237255f',
|
||||||
},
|
},
|
||||||
'playlist_count': 2,
|
'playlist_count': 2,
|
||||||
|
}, {
|
||||||
|
# tracks need track_info smuggled because they don't have a usable one on the pages
|
||||||
|
'url': 'https://wetleg.bandcamp.com/album/wet-leg',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'wet-leg',
|
||||||
|
'title': 'Wet Leg',
|
||||||
|
'uploader_id': 'wetleg',
|
||||||
|
},
|
||||||
|
'playlist_count': 12,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user