diff options
Diffstat (limited to 'youtube_dlc/extractor/myspace.py')
-rw-r--r-- | youtube_dlc/extractor/myspace.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/youtube_dlc/extractor/myspace.py b/youtube_dlc/extractor/myspace.py index e164d5940..c3bf69091 100644 --- a/youtube_dlc/extractor/myspace.py +++ b/youtube_dlc/extractor/myspace.py @@ -46,18 +46,6 @@ class MySpaceIE(InfoExtractor): 'uploader_id': 'killsorrow', }, }, { - 'add_ie': ['Youtube'], - 'url': 'https://myspace.com/threedaysgrace/music/song/animal-i-have-become-28400208-28218041', - 'info_dict': { - 'id': 'xqds0B_meys', - 'ext': 'webm', - 'title': 'Three Days Grace - Animal I Have Become', - 'description': 'md5:8bd86b3693e72a077cf863a8530c54bb', - 'uploader': 'ThreeDaysGraceVEVO', - 'uploader_id': 'ThreeDaysGraceVEVO', - 'upload_date': '20091002', - }, - }, { 'url': 'https://myspace.com/starset2/music/song/first-light-95799905-106964426', 'only_matching': True, }, { |