Merge branch 'bandlabextractor' of github.com:dt-rush/youtube-dl into bandlabextractor
This commit is contained in:
commit
d699bafdfc
@ -6,7 +6,7 @@ import re
|
|||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
|
|
||||||
from ..compat import (
|
from ..compat import (
|
||||||
compat_str,
|
compat_str,
|
||||||
)
|
)
|
||||||
|
|
||||||
from ..utils import (
|
from ..utils import (
|
||||||
@ -118,8 +118,7 @@ class BandlabAlbumOrPlaylistIE(InfoExtractor):
|
|||||||
'album': 'ENDLESS SUMMER',
|
'album': 'ENDLESS SUMMER',
|
||||||
'artist': 'Michael MacDonald'
|
'artist': 'Michael MacDonald'
|
||||||
},
|
},
|
||||||
},
|
}, {
|
||||||
{
|
|
||||||
'url': 'https://www.bandlab.com/hexatetrahedronx/collections/8fb1041c-e865-eb11-9889-0050f28a2802',
|
'url': 'https://www.bandlab.com/hexatetrahedronx/collections/8fb1041c-e865-eb11-9889-0050f28a2802',
|
||||||
'playlist': [
|
'playlist': [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user