X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmusicvault.py;fp=youtube_dl%2Fextractor%2Fmusicvault.py;h=329bf61e0f1b2f361a4b4e20e71e21d05ef64978;hb=da9ec3b93246c2b0361796a375e496ebb14d39e9;hp=0000000000000000000000000000000000000000;hpb=191b7cbba95679b389a509420993af56ef51545d;p=youtube-dl.git diff --git a/youtube_dl/extractor/musicvault.py b/youtube_dl/extractor/musicvault.py new file mode 100644 index 000000000..329bf61e0 --- /dev/null +++ b/youtube_dl/extractor/musicvault.py @@ -0,0 +1,78 @@ +from __future__ import unicode_literals + +import json +import re + +from .common import InfoExtractor +from ..utils import ( + strip_jsonp, + parse_duration, + unified_strdate, +) + + +class MusicVaultIE(InfoExtractor): + _VALID_URL = r'https?://www\.musicvault\.com/(?P[^/?#]*)/video/(?P[^/?#]*)_(?P[0-9]+)\.html' + _TEST = { + 'url': 'http://www.musicvault.com/the-allman-brothers-band/video/straight-from-the-heart_1010863.html', + 'md5': '2cdbb3ae75f7fb3519821507d2fb3c15', + 'info_dict': { + 'id': '1010863', + 'ext': 'mp4', + 'uploader_id': 'the-allman-brothers-band', + 'title': 'Straight from the Heart', + 'duration': 244, + 'uploader': 'The Allman Brothers Band', + 'thumbnail': 're:^https?://.*/thumbnail/.*', + 'upload_date': '19811216', + 'location': 'Capitol Theatre (Passaic, NJ)', + 'description': 'Listen to The Allman Brothers Band perform Straight from the Heart at Capitol Theatre (Passaic, NJ) on Dec 16, 1981', + } + } + + def _real_extract(self, url): + mobj = re.match(self._VALID_URL, url) + display_id = mobj.group('display_id') + webpage = self._download_webpage(url, display_id) + + thumbnail = self._search_regex( + r'(.*?)', webpage, 'data fields') + uploader = self._html_search_regex( + r'(.*?)', data_div, 'uploader', fatal=False) + title = self._html_search_regex( + r'(.*?)', data_div, 'title') + upload_date = unified_strdate(self._html_search_regex( + r'(.*?)', data_div, 'uploader', fatal=False)) + location = self._html_search_regex( + r'(.*?)', data_div, 'location', fatal=False) + + duration = parse_duration(self._html_search_meta('duration', webpage)) + + VIDEO_URL_TEMPLATE = 'http://cdnapi.kaltura.com/p/%(uid)s/sp/%(wid)s/playManifest/entryId/%(entry_id)s/format/url/protocol/http' + kaltura_id = self._search_regex( + r'