mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-02 16:37:59 +09:00
Give MySpace artist support a better name
This commit is contained in:
parent
7ae403d9fd
commit
f8703c4291
@ -666,7 +666,7 @@ from .mtv import (
|
||||
from .muenchentv import MuenchenTVIE
|
||||
from .mwave import MwaveIE, MwaveMeetGreetIE
|
||||
from .mychannels import MyChannelsIE
|
||||
from .myspace import MySpaceIE, MySpaceAlbumIE, MySpaceArtistSongsIE
|
||||
from .myspace import MySpaceIE, MySpaceAlbumIE, MySpaceArtistIE
|
||||
from .myspass import MySpassIE
|
||||
from .myvi import (
|
||||
MyviIE,
|
||||
|
@ -206,8 +206,8 @@ class MySpaceAlbumIE(InfoExtractor):
|
||||
return self.playlist_result(entries, playlist_id, self._og_search_title(webpage))
|
||||
|
||||
|
||||
class MySpaceArtistSongsIE(InfoExtractor):
|
||||
IE_NAME = 'MySpace:artist:songs'
|
||||
class MySpaceArtistIE(InfoExtractor):
|
||||
IE_NAME = 'MySpace:artist'
|
||||
_VALID_URL = r'https?://myspace\.com/(?P<artist>[^/]*)/music/songs'
|
||||
|
||||
_TEST = {
|
||||
|
Loading…
Reference in New Issue
Block a user