mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +01:00
parent
a4894d3e25
commit
6368e2e639
75 changed files with 194 additions and 156 deletions
|
|
@ -134,7 +134,7 @@ class JamendoIE(InfoExtractor):
|
|||
}
|
||||
|
||||
|
||||
class JamendoAlbumIE(JamendoIE):
|
||||
class JamendoAlbumIE(JamendoIE): # XXX: Do not subclass from concrete IE
|
||||
_VALID_URL = r'https?://(?:www\.)?jamendo\.com/album/(?P<id>[0-9]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://www.jamendo.com/album/121486/duck-on-cover',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue