mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-18 00:05:46 +00:00
Linted?
This commit is contained in:
parent
8dced09ed0
commit
b5676df6da
1 changed files with 2 additions and 3 deletions
|
@ -6,7 +6,7 @@ import re
|
|||
from .common import InfoExtractor
|
||||
|
||||
from ..compat import (
|
||||
compat_str,
|
||||
compat_str,
|
||||
)
|
||||
|
||||
from ..utils import (
|
||||
|
@ -118,8 +118,7 @@ class BandlabAlbumOrPlaylistIE(InfoExtractor):
|
|||
'album': 'ENDLESS SUMMER',
|
||||
'artist': 'Michael MacDonald'
|
||||
},
|
||||
},
|
||||
{
|
||||
}, {
|
||||
'url': 'https://www.bandlab.com/hexatetrahedronx/collections/8fb1041c-e865-eb11-9889-0050f28a2802',
|
||||
'playlist': [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue