| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  | # encoding: utf-8 | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  | from __future__ import unicode_literals | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-10-28 22:02:17 +01:00
										 |  |  |  | import re | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | from .common import InfoExtractor | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  | from ..utils import ( | 
					
						
							|  |  |  |  |     ExtractorError, | 
					
						
							|  |  |  |  |     int_or_none, | 
					
						
							|  |  |  |  |     parse_iso8601, | 
					
						
							| 
									
										
										
										
											2013-10-28 22:02:17 +01:00
										 |  |  |  | ) | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  | class MySpaceIE(InfoExtractor): | 
					
						
							| 
									
										
										
										
											2014-01-20 02:44:08 +01:00
										 |  |  |  |     _VALID_URL = r'https?://myspace\.com/([^/]+)/(?P<mediatype>video/[^/]+/|music/song/.*?)(?P<id>\d+)' | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |     _TESTS = [ | 
					
						
							|  |  |  |  |         { | 
					
						
							| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  |             'url': 'https://myspace.com/fiveminutestothestage/video/little-big-town/109594919', | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             'info_dict': { | 
					
						
							| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  |                 'id': '109594919', | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |                 'ext': 'flv', | 
					
						
							| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  |                 'title': 'Little Big Town', | 
					
						
							|  |  |  |  |                 'description': 'This country quartet was all smiles while playing a sold out show at the Pacific Amphitheatre in Orange County, California.', | 
					
						
							|  |  |  |  |                 'uploader': 'Five Minutes to the Stage', | 
					
						
							|  |  |  |  |                 'uploader_id': 'fiveminutestothestage', | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |                 'timestamp': 1414108751, | 
					
						
							|  |  |  |  |                 'upload_date': '20141023', | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             }, | 
					
						
							|  |  |  |  |             'params': { | 
					
						
							|  |  |  |  |                 # rtmp download | 
					
						
							|  |  |  |  |                 'skip_download': True, | 
					
						
							|  |  |  |  |             }, | 
					
						
							| 
									
										
										
										
											2013-10-28 22:02:17 +01:00
										 |  |  |  |         }, | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |         # songs | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |         { | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |             'url': 'https://myspace.com/killsorrow/music/song/of-weakened-soul...-93388656-103880681', | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             'info_dict': { | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |                 'id': '93388656', | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |                 'ext': 'flv', | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |                 'title': 'Of weakened soul...', | 
					
						
							|  |  |  |  |                 'uploader': 'Killsorrow', | 
					
						
							|  |  |  |  |                 'uploader_id': 'killsorrow', | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             }, | 
					
						
							|  |  |  |  |             'params': { | 
					
						
							|  |  |  |  |                 # rtmp download | 
					
						
							|  |  |  |  |                 'skip_download': True, | 
					
						
							|  |  |  |  |             }, | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |         }, { | 
					
						
							|  |  |  |  |             'add_ie': ['Vevo'], | 
					
						
							|  |  |  |  |             'url': 'https://myspace.com/threedaysgrace/music/song/animal-i-have-become-28400208-28218041', | 
					
						
							|  |  |  |  |             'info_dict': { | 
					
						
							| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  |                 'id': 'USZM20600099', | 
					
						
							|  |  |  |  |                 'ext': 'mp4', | 
					
						
							|  |  |  |  |                 'title': 'Animal I Have Become', | 
					
						
							|  |  |  |  |                 'uploader': 'Three Days Grace', | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |                 'timestamp': int, | 
					
						
							| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  |                 'upload_date': '20060502', | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |             }, | 
					
						
							|  |  |  |  |             'skip': 'VEVO is only available in some countries', | 
					
						
							|  |  |  |  |         }, { | 
					
						
							|  |  |  |  |             'add_ie': ['Youtube'], | 
					
						
							|  |  |  |  |             'url': 'https://myspace.com/starset2/music/song/first-light-95799905-106964426', | 
					
						
							|  |  |  |  |             'info_dict': { | 
					
						
							|  |  |  |  |                 'id': 'ypWvQgnJrSU', | 
					
						
							| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  |                 'ext': 'mp4', | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |                 'title': 'Starset - First Light', | 
					
						
							| 
									
										
										
										
											2014-11-30 23:44:37 +01:00
										 |  |  |  |                 'description': 'md5:2d5db6c9d11d527683bcda818d332414', | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |                 'uploader': 'Yumi K', | 
					
						
							| 
									
										
										
										
											2014-11-30 19:57:35 +01:00
										 |  |  |  |                 'uploader_id': 'SorenPromotions', | 
					
						
							|  |  |  |  |                 'upload_date': '20140725', | 
					
						
							|  |  |  |  |             } | 
					
						
							| 
									
										
										
										
											2013-10-28 22:02:17 +01:00
										 |  |  |  |         }, | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |     ] | 
					
						
							| 
									
										
										
										
											2013-10-28 22:02:17 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |     def _real_extract(self, url): | 
					
						
							|  |  |  |  |         mobj = re.match(self._VALID_URL, url) | 
					
						
							|  |  |  |  |         video_id = mobj.group('id') | 
					
						
							|  |  |  |  |         webpage = self._download_webpage(url, video_id) | 
					
						
							| 
									
										
										
										
											2014-11-30 19:06:23 +01:00
										 |  |  |  |         player_url = self._search_regex( | 
					
						
							|  |  |  |  |             r'playerSwf":"([^"?]*)', webpage, 'player URL') | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |         def rtmp_format_from_stream_url(stream_url, width=None, height=None): | 
					
						
							|  |  |  |  |             rtmp_url, play_path = stream_url.split(';', 1) | 
					
						
							|  |  |  |  |             return { | 
					
						
							|  |  |  |  |                 'format_id': 'rtmp', | 
					
						
							|  |  |  |  |                 'url': rtmp_url, | 
					
						
							|  |  |  |  |                 'play_path': play_path, | 
					
						
							|  |  |  |  |                 'player_url': player_url, | 
					
						
							|  |  |  |  |                 'protocol': 'rtmp', | 
					
						
							|  |  |  |  |                 'ext': 'flv', | 
					
						
							|  |  |  |  |                 'width': width, | 
					
						
							|  |  |  |  |                 'height': height, | 
					
						
							|  |  |  |  |             } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-01-20 02:44:08 +01:00
										 |  |  |  |         if mobj.group('mediatype').startswith('music/song'): | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             # songs don't store any useful info in the 'context' variable | 
					
						
							| 
									
										
										
										
											2014-11-30 19:36:24 +01:00
										 |  |  |  |             song_data = self._search_regex( | 
					
						
							|  |  |  |  |                 r'''<button.*data-song-id=(["\'])%s\1.*''' % video_id, | 
					
						
							|  |  |  |  |                 webpage, 'song_data', default=None, group=0) | 
					
						
							|  |  |  |  |             if song_data is None: | 
					
						
							| 
									
										
										
										
											2014-12-01 00:03:24 +01:00
										 |  |  |  |                 # some songs in an album are not playable | 
					
						
							|  |  |  |  |                 self.report_warning( | 
					
						
							| 
									
										
										
										
											2014-11-30 19:36:24 +01:00
										 |  |  |  |                     '%s: No downloadable song on this page' % video_id) | 
					
						
							|  |  |  |  |                 return | 
					
						
							| 
									
										
										
										
											2014-12-04 08:27:40 +01:00
										 |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             def search_data(name): | 
					
						
							| 
									
										
										
										
											2014-11-23 22:12:18 +01:00
										 |  |  |  |                 return self._search_regex( | 
					
						
							| 
									
										
										
										
											2014-12-01 00:03:24 +01:00
										 |  |  |  |                     r'''data-%s=([\'"])(?P<data>.*?)\1''' % name, | 
					
						
							|  |  |  |  |                     song_data, name, default='', group='data') | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |             stream_url = search_data('stream-url') | 
					
						
							|  |  |  |  |             if not stream_url: | 
					
						
							| 
									
										
										
										
											2014-11-30 20:00:16 +01:00
										 |  |  |  |                 vevo_id = search_data('vevo-id') | 
					
						
							|  |  |  |  |                 youtube_id = search_data('youtube-id') | 
					
						
							|  |  |  |  |                 if vevo_id: | 
					
						
							|  |  |  |  |                     self.to_screen('Vevo video detected: %s' % vevo_id) | 
					
						
							|  |  |  |  |                     return self.url_result('vevo:%s' % vevo_id, ie='Vevo') | 
					
						
							|  |  |  |  |                 elif youtube_id: | 
					
						
							|  |  |  |  |                     self.to_screen('Youtube video detected: %s' % youtube_id) | 
					
						
							|  |  |  |  |                     return self.url_result(youtube_id, ie='Youtube') | 
					
						
							|  |  |  |  |                 else: | 
					
						
							|  |  |  |  |                     raise ExtractorError( | 
					
						
							|  |  |  |  |                         'Found song but don\'t know how to download it') | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |             return { | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |                 'id': video_id, | 
					
						
							|  |  |  |  |                 'title': self._og_search_title(webpage), | 
					
						
							| 
									
										
										
										
											2014-11-30 19:07:36 +01:00
										 |  |  |  |                 'uploader': search_data('artist-name'), | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |                 'uploader_id': search_data('artist-username'), | 
					
						
							|  |  |  |  |                 'thumbnail': self._og_search_thumbnail(webpage), | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |                 'duration': int_or_none(search_data('duration')), | 
					
						
							|  |  |  |  |                 'formats': [rtmp_format_from_stream_url(stream_url)] | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             } | 
					
						
							|  |  |  |  |         else: | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |             video = self._parse_json(self._search_regex( | 
					
						
							|  |  |  |  |                 r'context = ({.*?});', webpage, 'context'), | 
					
						
							|  |  |  |  |                 video_id)['video'] | 
					
						
							|  |  |  |  |             formats = [] | 
					
						
							|  |  |  |  |             hls_stream_url = video.get('hlsStreamUrl') | 
					
						
							|  |  |  |  |             if hls_stream_url: | 
					
						
							|  |  |  |  |                 formats.append({ | 
					
						
							|  |  |  |  |                     'format_id': 'hls', | 
					
						
							|  |  |  |  |                     'url': hls_stream_url, | 
					
						
							|  |  |  |  |                     'protocol': 'm3u8_native', | 
					
						
							|  |  |  |  |                     'ext': 'mp4', | 
					
						
							|  |  |  |  |                 }) | 
					
						
							|  |  |  |  |             stream_url = video.get('streamUrl') | 
					
						
							|  |  |  |  |             if stream_url: | 
					
						
							|  |  |  |  |                 formats.append(rtmp_format_from_stream_url( | 
					
						
							|  |  |  |  |                     stream_url, | 
					
						
							|  |  |  |  |                     int_or_none(video.get('width')), | 
					
						
							|  |  |  |  |                     int_or_none(video.get('height')))) | 
					
						
							|  |  |  |  |             self._sort_formats(formats) | 
					
						
							|  |  |  |  |             return { | 
					
						
							|  |  |  |  |                 'id': video_id, | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |                 'title': video['title'], | 
					
						
							| 
									
										
										
										
											2016-03-30 21:18:07 +01:00
										 |  |  |  |                 'description': video.get('description'), | 
					
						
							|  |  |  |  |                 'thumbnail': video.get('imageUrl'), | 
					
						
							|  |  |  |  |                 'uploader': video.get('artistName'), | 
					
						
							|  |  |  |  |                 'uploader_id': video.get('artistUsername'), | 
					
						
							|  |  |  |  |                 'duration': int_or_none(video.get('duration')), | 
					
						
							|  |  |  |  |                 'timestamp': parse_iso8601(video.get('dateAdded')), | 
					
						
							|  |  |  |  |                 'formats': formats, | 
					
						
							| 
									
										
										
										
											2014-01-19 11:38:48 +01:00
										 |  |  |  |             } | 
					
						
							|  |  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-30 21:36:00 +01:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | class MySpaceAlbumIE(InfoExtractor): | 
					
						
							|  |  |  |  |     IE_NAME = 'MySpace:album' | 
					
						
							|  |  |  |  |     _VALID_URL = r'https?://myspace\.com/([^/]+)/music/album/(?P<title>.*-)(?P<id>\d+)' | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     _TESTS = [{ | 
					
						
							|  |  |  |  |         'url': 'https://myspace.com/starset2/music/album/transmissions-19455773', | 
					
						
							|  |  |  |  |         'info_dict': { | 
					
						
							|  |  |  |  |             'title': 'Transmissions', | 
					
						
							|  |  |  |  |             'id': '19455773', | 
					
						
							|  |  |  |  |         }, | 
					
						
							|  |  |  |  |         'playlist_count': 14, | 
					
						
							|  |  |  |  |         'skip': 'this album is only available in some countries', | 
					
						
							|  |  |  |  |     }, { | 
					
						
							|  |  |  |  |         'url': 'https://myspace.com/killsorrow/music/album/the-demo-18596029', | 
					
						
							|  |  |  |  |         'info_dict': { | 
					
						
							|  |  |  |  |             'title': 'The Demo', | 
					
						
							|  |  |  |  |             'id': '18596029', | 
					
						
							|  |  |  |  |         }, | 
					
						
							|  |  |  |  |         'playlist_count': 5, | 
					
						
							|  |  |  |  |     }] | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |     def _real_extract(self, url): | 
					
						
							|  |  |  |  |         mobj = re.match(self._VALID_URL, url) | 
					
						
							|  |  |  |  |         playlist_id = mobj.group('id') | 
					
						
							|  |  |  |  |         display_id = mobj.group('title') + playlist_id | 
					
						
							|  |  |  |  |         webpage = self._download_webpage(url, display_id) | 
					
						
							|  |  |  |  |         tracks_paths = re.findall(r'"music:song" content="(.*?)"', webpage) | 
					
						
							|  |  |  |  |         if not tracks_paths: | 
					
						
							| 
									
										
										
										
											2014-12-01 00:03:24 +01:00
										 |  |  |  |             raise ExtractorError( | 
					
						
							|  |  |  |  |                 '%s: No songs found, try using proxy' % display_id, | 
					
						
							|  |  |  |  |                 expected=True) | 
					
						
							| 
									
										
										
										
											2014-11-30 21:36:00 +01:00
										 |  |  |  |         entries = [ | 
					
						
							|  |  |  |  |             self.url_result(t_path, ie=MySpaceIE.ie_key()) | 
					
						
							|  |  |  |  |             for t_path in tracks_paths] | 
					
						
							|  |  |  |  |         return { | 
					
						
							|  |  |  |  |             '_type': 'playlist', | 
					
						
							|  |  |  |  |             'id': playlist_id, | 
					
						
							|  |  |  |  |             'display_id': display_id, | 
					
						
							| 
									
										
										
										
											2014-12-01 00:03:24 +01:00
										 |  |  |  |             'title': self._og_search_title(webpage), | 
					
						
							| 
									
										
										
										
											2014-11-30 21:36:00 +01:00
										 |  |  |  |             'entries': entries, | 
					
						
							|  |  |  |  |         } |