X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmyspace.py;fp=youtube_dl%2Fextractor%2Fmyspace.py;h=1a118a37f7cba821d378671a9ab035c00567cd64;hb=03fd72d9967805aff7f28213385cf04e420d136e;hp=24da362121f295735a9af935e8a2b848bd5fa34a;hpb=f2b44a2513d788e0e6a7f54497a7ac0e4090c1ff;p=youtube-dl diff --git a/youtube_dl/extractor/myspace.py b/youtube_dl/extractor/myspace.py index 24da36212..1a118a37f 100644 --- a/youtube_dl/extractor/myspace.py +++ b/youtube_dl/extractor/myspace.py @@ -60,7 +60,9 @@ class MySpaceIE(InfoExtractor): info = { 'id': video_id, 'title': self._og_search_title(webpage), + 'uploader': search_data('artist-name'), 'uploader_id': search_data('artist-username'), + 'playlist': search_data('album-title'), 'thumbnail': self._og_search_thumbnail(webpage), } else: