mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 12:00:21 +00:00
[grooveshark] Fix test md5sum
This commit is contained in:
parent
d769be6c96
commit
eb9da9b732
@ -47,7 +47,7 @@ class GroovesharkIE(InfoExtractor):
|
|||||||
_VALID_URL = r'https?://(www\.)?grooveshark\.com/#!/s/([^/]+)/([^/]+)'
|
_VALID_URL = r'https?://(www\.)?grooveshark\.com/#!/s/([^/]+)/([^/]+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://grooveshark.com/#!/s/Jolene+Tenth+Key+Remix+Ft+Will+Sessions/6SS1DW?src=5',
|
'url': 'http://grooveshark.com/#!/s/Jolene+Tenth+Key+Remix+Ft+Will+Sessions/6SS1DW?src=5',
|
||||||
'md5': 'bbccc50b19daca23b8f961152c1dc95b',
|
'md5': '7ecf8aefa59d6b2098517e1baa530023',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '6SS1DW',
|
'id': '6SS1DW',
|
||||||
'title': 'Jolene (Tenth Key Remix ft. Will Sessions)',
|
'title': 'Jolene (Tenth Key Remix ft. Will Sessions)',
|
||||||
@ -123,7 +123,6 @@ def _get_bootstrap(self, target):
|
|||||||
def _get_playerpage(self, target):
|
def _get_playerpage(self, target):
|
||||||
(_, _, token) = self._parse_target(target)
|
(_, _, token) = self._parse_target(target)
|
||||||
|
|
||||||
|
|
||||||
webpage = self._download_webpage(
|
webpage = self._download_webpage(
|
||||||
target, token,
|
target, token,
|
||||||
note='Downloading player page',
|
note='Downloading player page',
|
||||||
|
Loading…
Reference in New Issue
Block a user