1
0
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:
M.Yasoob Khalid 2013-06-11 18:57:14 +05:00
parent c7c7a21dd9
commit 1dbbd3964c
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -4,7 +4,6 @@
import errno
import gzip
import io
import json
import locale
import os
import re