mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-10 21:02:59 +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):
|
||||
"""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):
|
||||
mobj = re.match(self._VALID_URL, url)
|
||||
|
@ -4,7 +4,6 @@
|
||||
import errno
|
||||
import gzip
|
||||
import io
|
||||
import json
|
||||
import locale
|
||||
import os
|
||||
import re
|
||||
|
Loading…
Reference in New Issue
Block a user