mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 08:03:02 +08:00
Json was imported 2 times in utils.py I removed one time
This commit is contained in:
parent
c7c7a21dd9
commit
1dbbd3964c
@ -4629,7 +4629,7 @@ class Vbox7IE(InfoExtractor):
|
|||||||
|
|
||||||
class MyspaceIE(InfoExtractor):
|
class MyspaceIE(InfoExtractor):
|
||||||
"""Information Extractor for Myspace"""
|
"""Information Extractor for Myspace"""
|
||||||
_VALID_URL = r'(?:http://)?(?:www\.)?myspace\.com/([^/]+)/music/songs/([^/]+)-(?P<id>[0-9]+)'
|
_VALID_URL = r'(?:http://)?(?:www\.)?myspace\.com/([^/]+)/music/songs/([^/]+)-(?P<id>[0-8]+)'
|
||||||
|
|
||||||
def _real_extract(self,url):
|
def _real_extract(self,url):
|
||||||
mobj = re.match(self._VALID_URL, url)
|
mobj = re.match(self._VALID_URL, url)
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
import errno
|
import errno
|
||||||
import gzip
|
import gzip
|
||||||
import io
|
import io
|
||||||
import json
|
|
||||||
import locale
|
import locale
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
Loading…
Reference in New Issue
Block a user