2014-02-26 22:25:04 +00:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
import re
|
|
|
|
|
|
|
|
from .common import InfoExtractor
|
2019-04-09 10:23:47 +00:00
|
|
|
from .kaltura import KalturaIE
|
2015-07-30 22:55:57 +00:00
|
|
|
from ..utils import (
|
2015-11-21 16:18:17 +00:00
|
|
|
sanitized_Request,
|
2016-03-25 20:19:24 +00:00
|
|
|
urlencode_postdata,
|
2015-07-30 22:55:57 +00:00
|
|
|
)
|
2014-02-26 22:25:04 +00:00
|
|
|
|
2014-07-25 08:45:04 +00:00
|
|
|
|
2014-02-26 22:25:04 +00:00
|
|
|
class GDCVaultIE(InfoExtractor):
|
2019-04-09 10:23:47 +00:00
|
|
|
_VALID_URL = r'https?://(?:www\.)?gdcvault\.com/play/(?P<id>\d+)(?:/(?P<name>[\w-]+))?'
|
2015-03-03 11:59:17 +00:00
|
|
|
_NETRC_MACHINE = 'gdcvault'
|
2014-02-27 00:20:34 +00:00
|
|
|
_TESTS = [
|
|
|
|
{
|
2014-02-27 12:50:48 +00:00
|
|
|
'url': 'http://www.gdcvault.com/play/1019721/Doki-Doki-Universe-Sweet-Simple',
|
|
|
|
'md5': '7ce8388f544c88b7ac11c7ab1b593704',
|
|
|
|
'info_dict': {
|
2019-04-09 10:23:47 +00:00
|
|
|
'id': '201311826596_AWNY',
|
2015-04-24 14:43:33 +00:00
|
|
|
'display_id': 'Doki-Doki-Universe-Sweet-Simple',
|
2014-02-27 12:50:48 +00:00
|
|
|
'ext': 'mp4',
|
|
|
|
'title': 'Doki-Doki Universe: Sweet, Simple and Genuine (GDC Next 10)'
|
2014-02-27 00:20:34 +00:00
|
|
|
}
|
|
|
|
},
|
2014-02-27 10:32:31 +00:00
|
|
|
{
|
2014-02-27 12:50:48 +00:00
|
|
|
'url': 'http://www.gdcvault.com/play/1015683/Embracing-the-Dark-Art-of',
|
|
|
|
'info_dict': {
|
2019-04-09 10:23:47 +00:00
|
|
|
'id': '201203272_1330951438328RSXR',
|
2015-04-24 14:43:33 +00:00
|
|
|
'display_id': 'Embracing-the-Dark-Art-of',
|
2014-02-27 12:50:48 +00:00
|
|
|
'ext': 'flv',
|
|
|
|
'title': 'Embracing the Dark Art of Mathematical Modeling in AI'
|
|
|
|
},
|
2014-02-28 14:50:19 +00:00
|
|
|
'params': {
|
|
|
|
'skip_download': True, # Requires rtmpdump
|
2014-02-27 10:32:31 +00:00
|
|
|
}
|
|
|
|
},
|
2014-07-25 08:45:04 +00:00
|
|
|
{
|
|
|
|
'url': 'http://www.gdcvault.com/play/1015301/Thexder-Meets-Windows-95-or',
|
|
|
|
'md5': 'a5eb77996ef82118afbbe8e48731b98e',
|
|
|
|
'info_dict': {
|
|
|
|
'id': '1015301',
|
2015-04-24 14:43:33 +00:00
|
|
|
'display_id': 'Thexder-Meets-Windows-95-or',
|
2014-07-25 08:45:04 +00:00
|
|
|
'ext': 'flv',
|
|
|
|
'title': 'Thexder Meets Windows 95, or Writing Great Games in the Windows 95 Environment',
|
2015-01-08 16:11:17 +00:00
|
|
|
},
|
|
|
|
'skip': 'Requires login',
|
2015-04-24 14:25:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
'url': 'http://gdcvault.com/play/1020791/',
|
|
|
|
'only_matching': True,
|
2016-04-21 10:07:03 +00:00
|
|
|
},
|
|
|
|
{
|
2016-04-21 11:46:32 +00:00
|
|
|
# Hard-coded hostname
|
2016-04-21 10:07:03 +00:00
|
|
|
'url': 'http://gdcvault.com/play/1023460/Tenacious-Design-and-The-Interface',
|
|
|
|
'md5': 'a8efb6c31ed06ca8739294960b2dbabd',
|
|
|
|
'info_dict': {
|
2019-04-09 10:23:47 +00:00
|
|
|
'id': '840376_BQRC',
|
2016-04-21 10:07:03 +00:00
|
|
|
'ext': 'mp4',
|
|
|
|
'display_id': 'Tenacious-Design-and-The-Interface',
|
|
|
|
'title': 'Tenacious Design and The Interface of \'Destiny\'',
|
|
|
|
},
|
|
|
|
},
|
2016-04-21 11:46:32 +00:00
|
|
|
{
|
|
|
|
# Multiple audios
|
|
|
|
'url': 'http://www.gdcvault.com/play/1014631/Classic-Game-Postmortem-PAC',
|
|
|
|
'info_dict': {
|
2019-04-09 10:23:47 +00:00
|
|
|
'id': '12396_1299111843500GMPX',
|
|
|
|
'ext': 'mp4',
|
2016-04-21 11:46:32 +00:00
|
|
|
'title': 'How to Create a Good Game - From My Experience of Designing Pac-Man',
|
|
|
|
},
|
2019-04-09 10:23:47 +00:00
|
|
|
# 'params': {
|
|
|
|
# 'skip_download': True, # Requires rtmpdump
|
|
|
|
# 'format': 'jp', # The japanese audio
|
|
|
|
# }
|
2016-04-21 11:46:32 +00:00
|
|
|
},
|
2017-05-05 07:13:40 +00:00
|
|
|
{
|
|
|
|
# gdc-player.html
|
|
|
|
'url': 'http://www.gdcvault.com/play/1435/An-American-engine-in-Tokyo',
|
|
|
|
'info_dict': {
|
2019-04-09 10:23:47 +00:00
|
|
|
'id': '9350_1238021887562UHXB',
|
2017-05-05 07:13:40 +00:00
|
|
|
'display_id': 'An-American-engine-in-Tokyo',
|
2019-04-09 10:23:47 +00:00
|
|
|
'ext': 'mp4',
|
2017-05-05 07:13:40 +00:00
|
|
|
'title': 'An American Engine in Tokyo:/nThe collaboration of Epic Games and Square Enix/nFor THE LAST REMINANT',
|
|
|
|
},
|
2019-04-09 10:23:47 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
# Kaltura Embed
|
|
|
|
'url': 'https://www.gdcvault.com/play/1026180/Mastering-the-Apex-of-Scaling',
|
|
|
|
'info_dict': {
|
|
|
|
'id': '0_h1fg8j3p',
|
|
|
|
'ext': 'mp4',
|
|
|
|
'title': 'Mastering the Apex of Scaling Game Servers (Presented by Multiplay)',
|
|
|
|
'timestamp': 1554401811,
|
|
|
|
'upload_date': '20190404',
|
|
|
|
'uploader_id': 'joe@blazestreaming.com',
|
|
|
|
},
|
2017-05-05 07:13:40 +00:00
|
|
|
'params': {
|
2019-04-09 10:23:47 +00:00
|
|
|
'format': 'mp4-408',
|
2017-05-05 07:13:40 +00:00
|
|
|
},
|
|
|
|
},
|
2014-02-27 00:20:34 +00:00
|
|
|
]
|
2014-02-26 22:25:04 +00:00
|
|
|
|
2015-04-24 14:43:33 +00:00
|
|
|
def _login(self, webpage_url, display_id):
|
2018-05-26 15:12:44 +00:00
|
|
|
username, password = self._get_login_info()
|
2014-02-27 10:32:31 +00:00
|
|
|
if username is None or password is None:
|
2014-02-27 12:50:48 +00:00
|
|
|
self.report_warning('It looks like ' + webpage_url + ' requires a login. Try specifying a username and password and try again.')
|
2014-02-27 10:32:31 +00:00
|
|
|
return None
|
|
|
|
|
|
|
|
mobj = re.match(r'(?P<root_url>https?://.*?/).*', webpage_url)
|
|
|
|
login_url = mobj.group('root_url') + 'api/login.php'
|
|
|
|
logout_url = mobj.group('root_url') + 'logout'
|
|
|
|
|
|
|
|
login_form = {
|
|
|
|
'email': username,
|
|
|
|
'password': password,
|
|
|
|
}
|
|
|
|
|
2016-03-25 20:19:24 +00:00
|
|
|
request = sanitized_Request(login_url, urlencode_postdata(login_form))
|
2014-02-27 10:32:31 +00:00
|
|
|
request.add_header('Content-Type', 'application/x-www-form-urlencoded')
|
2015-04-24 14:43:33 +00:00
|
|
|
self._download_webpage(request, display_id, 'Logging in')
|
2020-09-12 23:04:02 +00:00
|
|
|
webpage = self._download_webpage(webpage_url, display_id, 'Getting authenticated video page')
|
2015-04-24 14:43:33 +00:00
|
|
|
self._download_webpage(logout_url, display_id, 'Logging out')
|
2014-02-27 10:32:31 +00:00
|
|
|
|
2020-09-12 23:04:02 +00:00
|
|
|
return webpage
|
2014-02-27 10:32:31 +00:00
|
|
|
|
2014-02-26 22:25:04 +00:00
|
|
|
def _real_extract(self, url):
|
2019-04-09 10:23:47 +00:00
|
|
|
video_id, name = re.match(self._VALID_URL, url).groups()
|
|
|
|
display_id = name or video_id
|
2015-04-24 14:43:33 +00:00
|
|
|
|
2020-09-12 23:04:02 +00:00
|
|
|
webpage = self._download_webpage(url, display_id)
|
|
|
|
|
|
|
|
title = self._html_search_regex(
|
|
|
|
r'<td><strong>Session Name:?</strong></td>\s*<td>(.*?)</td>',
|
|
|
|
webpage, 'title')
|
|
|
|
|
|
|
|
PLAYER_REGEX = r'<iframe src=\"(?P<manifest_url>.*?)\".*?</iframe>'
|
|
|
|
manifest_url = self._html_search_regex(
|
2020-09-13 13:21:59 +00:00
|
|
|
PLAYER_REGEX, webpage, 'manifest_url')
|
2014-02-27 10:32:31 +00:00
|
|
|
|
2020-09-12 23:04:02 +00:00
|
|
|
partner_id = self._search_regex(
|
|
|
|
r'/p(?:artner_id)?/(\d+)', manifest_url, 'partner id',
|
|
|
|
default='1670711')
|
|
|
|
|
|
|
|
kaltura_id = self._search_regex(
|
|
|
|
r'entry_id=(?P<id>(?:[^&])+)', manifest_url,
|
|
|
|
'kaltura id', group='id')
|
2014-02-27 00:20:34 +00:00
|
|
|
|
2014-02-27 12:50:48 +00:00
|
|
|
return {
|
2016-04-21 11:36:33 +00:00
|
|
|
'_type': 'url_transparent',
|
2020-09-12 23:04:02 +00:00
|
|
|
'url': 'kaltura:%s:%s' % (partner_id, kaltura_id),
|
|
|
|
'ie_key': KalturaIE.ie_key(),
|
2014-02-26 22:25:04 +00:00
|
|
|
'id': video_id,
|
2015-04-24 14:43:33 +00:00
|
|
|
'display_id': display_id,
|
2020-09-12 23:04:02 +00:00
|
|
|
'title': title,
|
2020-09-13 13:21:59 +00:00
|
|
|
}
|