mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-30 16:30:51 -05:00
flake8 fix + soundcloud tests
This commit is contained in:
parent
ea40ffd1e1
commit
bc842c27a7
2 changed files with 7 additions and 2 deletions
|
@ -251,10 +251,15 @@ class SoundcloudIE(InfoExtractor):
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
# with AAC HQ format available via OAuth token
|
# AAC HQ format available (account with active subscription needed)
|
||||||
'url': 'https://soundcloud.com/wandw/the-chainsmokers-ft-daya-dont-let-me-down-ww-remix-1',
|
'url': 'https://soundcloud.com/wandw/the-chainsmokers-ft-daya-dont-let-me-down-ww-remix-1',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
# Go+ (account with active subscription needed)
|
||||||
|
'url': 'https://soundcloud.com/taylorswiftofficial/look-what-you-made-me-do',
|
||||||
|
'only_matching': True,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
_API_V2_BASE = 'https://api-v2.soundcloud.com/'
|
_API_V2_BASE = 'https://api-v2.soundcloud.com/'
|
||||||
|
|
Loading…
Reference in a new issue