mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-11 00:04:50 +09:00
Compare commits
26 Commits
b5ba188213
...
c764a97c5c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c764a97c5c | ||
![]() |
3eb8d22ddb | ||
![]() |
4e714f9df1 | ||
![]() |
c1ea7f5a24 | ||
![]() |
b6bfdb25f2 | ||
![]() |
5662dad552 | ||
![]() |
c342d50ce8 | ||
![]() |
b35aee2f97 | ||
![]() |
bd41d33fc5 | ||
![]() |
7b4e2290be | ||
![]() |
cdfc866e64 | ||
![]() |
8601874938 | ||
![]() |
660cd68133 | ||
![]() |
5dabc11e92 | ||
![]() |
1b907b46cc | ||
![]() |
43aebf1313 | ||
![]() |
722e31467b | ||
![]() |
baa75fca86 | ||
![]() |
9be9fffb25 | ||
![]() |
a63bbcbfcf | ||
![]() |
1862bf568b | ||
![]() |
6b98eb46fc | ||
![]() |
27281eb5bb | ||
![]() |
c9234b1cce | ||
![]() |
93fdde431c | ||
![]() |
5b21754197 |
@ -910,6 +910,9 @@
|
||||
- **SVTPage**
|
||||
- **SVTPlay**: SVT Play and Öppet arkiv
|
||||
- **SVTSeries**
|
||||
- **switchtube**
|
||||
- **switchtube:channel**
|
||||
- **switchtube:profile**
|
||||
- **SWRMediathek**
|
||||
- **Syfy**
|
||||
- **SztvHu**
|
||||
|
@ -32,7 +32,7 @@ class BokeCCBaseIE(InfoExtractor):
|
||||
|
||||
|
||||
class BokeCCIE(BokeCCBaseIE):
|
||||
_IE_DESC = 'CC视频'
|
||||
IE_DESC = 'CC视频'
|
||||
_VALID_URL = r'https?://union\.bokecc\.com/playvideo\.bo\?(?P<query>.*)'
|
||||
|
||||
_TESTS = [{
|
||||
|
@ -9,7 +9,7 @@ from ..utils import (
|
||||
|
||||
|
||||
class CloudyIE(InfoExtractor):
|
||||
_IE_DESC = 'cloudy.ec'
|
||||
IE_DESC = 'cloudy.ec'
|
||||
_VALID_URL = r'https?://(?:www\.)?cloudy\.ec/(?:v/|embed\.php\?.*?\bid=)(?P<id>[A-Za-z0-9]+)'
|
||||
_TESTS = [{
|
||||
'url': 'https://www.cloudy.ec/v/af511e2527aac',
|
||||
|
@ -422,6 +422,8 @@ class InfoExtractor(object):
|
||||
_GEO_COUNTRIES = None
|
||||
_GEO_IP_BLOCKS = None
|
||||
_WORKING = True
|
||||
# supply this in public subclasses: used in supported sites list, etc
|
||||
# IE_DESC = 'short description of IE'
|
||||
|
||||
def __init__(self, downloader=None):
|
||||
"""Constructor. Receives an optional downloader."""
|
||||
|
@ -1235,6 +1235,11 @@ from .svt import (
|
||||
SVTPlayIE,
|
||||
SVTSeriesIE,
|
||||
)
|
||||
from .switchtube import (
|
||||
SwitchTubeIE,
|
||||
SwitchTubeProfileIE,
|
||||
SwitchTubeChannelIE,
|
||||
)
|
||||
from .swrmediathek import SWRMediathekIE
|
||||
from .syfy import SyfyIE
|
||||
from .sztvhu import SztvHuIE
|
||||
|
@ -35,15 +35,6 @@ from ..utils import (
|
||||
|
||||
class ITVBaseIE(InfoExtractor):
|
||||
|
||||
def _search_nextjs_data(self, webpage, video_id, **kw):
|
||||
transform_source = kw.pop('transform_source', None)
|
||||
fatal = kw.pop('fatal', True)
|
||||
return self._parse_json(
|
||||
self._search_regex(
|
||||
r'''<script\b[^>]+\bid=('|")__NEXT_DATA__\1[^>]*>(?P<js>[^<]+)</script>''',
|
||||
webpage, 'next.js data', group='js', fatal=fatal, **kw),
|
||||
video_id, transform_source=transform_source, fatal=fatal)
|
||||
|
||||
def __handle_request_webpage_error(self, err, video_id=None, errnote=None, fatal=True):
|
||||
if errnote is False:
|
||||
return False
|
||||
@ -109,7 +100,9 @@ class ITVBaseIE(InfoExtractor):
|
||||
|
||||
class ITVIE(ITVBaseIE):
|
||||
_VALID_URL = r'https?://(?:www\.)?itv\.com/(?:(?P<w>watch)|hub)/[^/]+/(?(w)[\w-]+/)(?P<id>\w+)'
|
||||
_IE_DESC = 'ITVX'
|
||||
IE_DESC = 'ITVX'
|
||||
_WORKING = False
|
||||
|
||||
_TESTS = [{
|
||||
'note': 'Hub URLs redirect to ITVX',
|
||||
'url': 'https://www.itv.com/hub/liar/2a4547a0012',
|
||||
@ -270,7 +263,7 @@ class ITVIE(ITVBaseIE):
|
||||
'ext': determine_ext(href, 'vtt'),
|
||||
})
|
||||
|
||||
next_data = self._search_nextjs_data(webpage, video_id, fatal=False, default='{}')
|
||||
next_data = self._search_nextjs_data(webpage, video_id, fatal=False, default={})
|
||||
video_data.update(traverse_obj(next_data, ('props', 'pageProps', ('title', 'episode')), expected_type=dict)[0] or {})
|
||||
title = traverse_obj(video_data, 'headerTitle', 'episodeTitle')
|
||||
info = self._og_extract(webpage, require_title=not title)
|
||||
@ -323,7 +316,7 @@ class ITVIE(ITVBaseIE):
|
||||
|
||||
class ITVBTCCIE(ITVBaseIE):
|
||||
_VALID_URL = r'https?://(?:www\.)?itv\.com/(?!(?:watch|hub)/)(?:[^/]+/)+(?P<id>[^/?#&]+)'
|
||||
_IE_DESC = 'ITV articles: News, British Touring Car Championship'
|
||||
IE_DESC = 'ITV articles: News, British Touring Car Championship'
|
||||
_TESTS = [{
|
||||
'note': 'British Touring Car Championship',
|
||||
'url': 'https://www.itv.com/btcc/articles/btcc-2018-all-the-action-from-brands-hatch',
|
||||
|
@ -47,7 +47,7 @@ class SenateISVPIE(InfoExtractor):
|
||||
['vetaff', '76462', 'http://vetaff-f.akamaihd.net'],
|
||||
['arch', '', 'http://ussenate-f.akamaihd.net/']
|
||||
]
|
||||
_IE_NAME = 'senate.gov'
|
||||
IE_NAME = 'senate.gov'
|
||||
_VALID_URL = r'https?://(?:www\.)?senate\.gov/isvp/?\?(?P<qs>.+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://www.senate.gov/isvp/?comm=judiciary&type=live&stt=&filename=judiciary031715&auto_play=false&wmode=transparent&poster=http%3A%2F%2Fwww.judiciary.senate.gov%2Fthemes%2Fjudiciary%2Fimages%2Fvideo-poster-flash-fit.png',
|
||||
|
219
youtube_dl/extractor/switchtube.py
Normal file
219
youtube_dl/extractor/switchtube.py
Normal file
@ -0,0 +1,219 @@
|
||||
# coding: utf-8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import itertools
|
||||
import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
clean_html,
|
||||
extract_attributes,
|
||||
float_or_none,
|
||||
get_element_by_attribute,
|
||||
int_or_none,
|
||||
parse_iso8601,
|
||||
strip_or_none,
|
||||
urljoin,
|
||||
)
|
||||
|
||||
|
||||
class SwitchTubeIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://tube\.switch\.ch/videos/(?P<id>[\da-zA-Z]+)'
|
||||
IE_NAME = 'switchtube'
|
||||
_TESTS = [{
|
||||
'url': 'https://tube.switch.ch/videos/0T1XfaIFSX',
|
||||
'info_dict': {
|
||||
'id': '0T1XfaIFSX',
|
||||
'title': '2016_ASE_sqC03-Entretien',
|
||||
'channel': 'ASE Assistant-e socio-éducatif-ve CFC',
|
||||
'channel_url': 'https://tube.switch.ch/channels/bsaer76yoL',
|
||||
'channel_id': 'bsaer76yoL',
|
||||
'ext': 'mp4',
|
||||
'description': None,
|
||||
'thumbnail': r're:^https?://tube.switch.ch/image/representations/[\w-]+$',
|
||||
'license': 'All rights reserved',
|
||||
'creator': 'Jean-Marc Pouly from Eidgenössische Hochschule für Berufsbildung',
|
||||
'uploader': 'Jean-Marc Pouly from Eidgenössische Hochschule für Berufsbildung',
|
||||
'uploader_url': 'https://tube.switch.ch/profiles/42481',
|
||||
'uploader_id': '42481',
|
||||
'upload_date': '20220309',
|
||||
'timestamp': 1646839068,
|
||||
}
|
||||
}, {
|
||||
'url': 'https://tube.switch.ch/videos/0cf3886d',
|
||||
'info_dict': {
|
||||
'id': '0cf3886d',
|
||||
'ext': 'mp4',
|
||||
'title': 'Introduction: Mini-Batches in On- and Off-Policy Deep Reinforcement Learning',
|
||||
'license': 'All rights reserved',
|
||||
'description': 'One of the challenges in Deep Reinforcement Learning is to decorrelate the data. How this is possible with replay buffers is explained here.',
|
||||
'thumbnail': r're:^https?://tube.switch.ch/image/representations/[\w-]+$',
|
||||
'channel': 'CS-456 Artificial Neural Networks',
|
||||
'channel_url': 'https://tube.switch.ch/channels/1deb03e0',
|
||||
'channel_id': '1deb03e0',
|
||||
'timestamp': 1590733406,
|
||||
'upload_date': '20200529',
|
||||
'creator': 'Wulfram Gerstner from École polytechnique fédérale de Lausanne (EPFL)',
|
||||
'uploader': 'Wulfram Gerstner from École polytechnique fédérale de Lausanne (EPFL)',
|
||||
'uploader_url': 'https://tube.switch.ch/profiles/94248',
|
||||
'uploader_id': '94248',
|
||||
}
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
webpage = self._download_webpage(url, video_id)
|
||||
title = self._html_search_regex(r'(?s)<title\b[^>]*>(.+?)</title>', webpage, 'title')
|
||||
|
||||
info = {
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
'is_live': False,
|
||||
}
|
||||
|
||||
info['view_count'] = int_or_none(self._html_search_regex(r'(?s)<p\b[^>]*>\s*(\d+)\s+views?\s*</p>', webpage,
|
||||
'view_count', default=None))
|
||||
info['license'] = self._html_search_regex(r'''(?s)<span\b[^>]*?\bproperty\s*=\s*["'](?:\b[cd]c:license\b\s*){2,}[^>]+>(.+)</span>''',
|
||||
webpage, 'license', default=None)
|
||||
info['description'] = strip_or_none(clean_html(
|
||||
get_element_by_attribute('property', 'dc:description', webpage)))
|
||||
info['duration'] = float_or_none(
|
||||
self._search_regex(r'''\bdata-duration\s*=\s*["']([\d.]+)''',
|
||||
webpage, 'duration', default=None))
|
||||
|
||||
channel_groups = self._search_regex(r'''(?s)<a\b[^>]+?\bhref\s*=\s*["']/channels/(.{4,}?)</a>''',
|
||||
webpage, 'channel groups', default='')
|
||||
channel_groups = re.split(r'''(?s)["'][^>]*>\s*''', channel_groups, 1)
|
||||
if len(channel_groups) == 2:
|
||||
for i, ch in enumerate(('channel_id', 'channel')):
|
||||
info[ch] = strip_or_none(channel_groups[i])
|
||||
if info['channel_id']:
|
||||
info['channel_url'] = 'https://tube.switch.ch/channels/' + info['channel_id']
|
||||
|
||||
def outer_elements_by_attribute(attr, value, html, tag=None, escape_value=True, include_inner=False):
|
||||
"""generate matching HTML element strings
|
||||
if include_inner, tuples of (element, content)"""
|
||||
pattern = r'''(?s)(?P<element><(%s)\b[^>]+?\b%s\s*=\s*("|')%s\b[^>]+>)(?P<inner>.*?)</\2>''' % \
|
||||
(re.escape(tag) if tag is not None else r'\w+', attr, re.escape(value) if escape_value else value)
|
||||
matches = re.finditer(pattern, html)
|
||||
for m in matches:
|
||||
yield m.group('element', 'inner') if include_inner else m.group('element')
|
||||
|
||||
for dt in outer_elements_by_attribute('property', 'dc:date', webpage, tag='span'):
|
||||
dt = extract_attributes(dt)
|
||||
if dt.get('class') == 'dt-published':
|
||||
info['timestamp'] = parse_iso8601(dt.get('content'))
|
||||
break
|
||||
|
||||
creator_groups = self._search_regex(
|
||||
r'''(?s)<span\b[^>]+?\bclass\s*=\s*("|')(?:(?!\1).)*\bp-author\b(?:(?!\1).)*\1\s*property\s*=\s*["']dc:creator\b[^>]+>\s*(.*?<span\b[^>]+?\bclass\s*=\s*["']p-name\b.*</span>).*?</span>''',
|
||||
webpage, 'creator groups', default='', group=2)
|
||||
creator_groups = re.match(r'''(?s)<a\b[^>]+?\bhref\s*=\s*("|')/profiles/(?P<profile_id>.+?)\1[^>]*>\s*<span\b[^>]+>\s*(?P<creator_name>.+?)\s*</span>[,\s]*<span\b[^>]+\bclass\s*=\s*["']p-organization-name\b[^>]+>\s*(?P<organization_name>.+?)\s*</span>''', creator_groups)
|
||||
if creator_groups:
|
||||
creator_groups = creator_groups.groupdict()
|
||||
info['uploader'] = info['creator'] = ' from '.join((creator_groups['creator_name'], creator_groups['organization_name']))
|
||||
info['uploader_id'] = creator_groups['profile_id']
|
||||
info['uploader_url'] = 'https://tube.switch.ch/profiles/' + info['uploader_id']
|
||||
|
||||
parsed_media_entries = self._parse_html5_media_entries(url, webpage, video_id)[0]
|
||||
info['thumbnail'] = parsed_media_entries['thumbnail']
|
||||
info['formats'] = parsed_media_entries['formats']
|
||||
self._sort_formats(info['formats'])
|
||||
|
||||
return info
|
||||
|
||||
|
||||
class SwitchTubeProfileIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://tube\.switch\.ch/profiles/(?P<id>[\da-zA-Z]+)'
|
||||
IE_NAME = 'switchtube:profile'
|
||||
_TESTS = [{
|
||||
'url': 'https://tube.switch.ch/profiles/94248',
|
||||
'info_dict': {
|
||||
'id': '94248',
|
||||
'title': 'Wulfram Gerstner',
|
||||
'description': None,
|
||||
},
|
||||
'playlist_mincount': 94,
|
||||
}]
|
||||
|
||||
@classmethod
|
||||
def suitable(cls, url):
|
||||
return False if SwitchTubeIE.suitable(url) else super(SwitchTubeProfileIE, cls).suitable(url)
|
||||
|
||||
def _real_extract(self, url):
|
||||
channel_id = self._match_id(url)
|
||||
webpage = self._download_webpage(url, channel_id)
|
||||
channel_title = self._html_search_regex(r'(?s)<title\b[^>]*>(.+?)</title>', webpage, 'title', default=None)
|
||||
|
||||
description = self._html_search_regex(r'''(?s)<div\b[^>]+class\s*=\s*("|')p-summary formatted\1[^>]+property\s*=\s*("|')dc:description\2[^>]*>\s*(.+?)\s*</div>''',
|
||||
webpage, 'description', default=None, group=3)
|
||||
|
||||
entries = []
|
||||
next_page = None
|
||||
for current_page_number in itertools.count(1):
|
||||
if next_page:
|
||||
webpage = self._download_webpage(next_page, channel_id, note='Downloading page %d' % (current_page_number, ))
|
||||
|
||||
for _, video_path, video_id, title in re.findall(
|
||||
r'''(?s)<a\b[^>]+\bhref\s*=\s*("|')(/videos/((?:(?!\1).)+?))\1[^>]*>\s*<div\b[^>]+\bclass\s*=\s*["']title\b[^>]+>(.+?)</div>''',
|
||||
webpage):
|
||||
video_url = urljoin(url, video_path)
|
||||
if video_url:
|
||||
entries.append(self.url_result(video_url, ie=SwitchTubeIE.ie_key(), video_id=video_id))
|
||||
|
||||
next_page = self._search_regex(
|
||||
r'''<a\b[^>]+?\bhref\s*=\s*("|')(?P<path>/profiles/%s\?(?:(?!\1).)+)\1[^>]*>\s*Next\s*</a>''' % (channel_id,),
|
||||
webpage, 'next page', group='path', default=None)
|
||||
if next_page:
|
||||
next_page = urljoin(url, next_page)
|
||||
if not next_page:
|
||||
break
|
||||
|
||||
return self.playlist_result(entries, channel_id, channel_title,
|
||||
description)
|
||||
|
||||
|
||||
class SwitchTubeChannelIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://tube\.switch\.ch/channels/(?P<id>[\da-zA-Z]+)'
|
||||
IE_NAME = 'switchtube:channel'
|
||||
_TESTS = [{
|
||||
'url': 'https://tube.switch.ch/channels/1deb03e0',
|
||||
'info_dict': {
|
||||
'id': '1deb03e0',
|
||||
'title': 'CS-456 Artificial Neural Networks',
|
||||
'description': 'Class on Artificial Neural Networks and Reinforcement Learning designed for EPFL master students in CS and related disciplines.'
|
||||
},
|
||||
'playlist_mincount': 94,
|
||||
}]
|
||||
|
||||
@classmethod
|
||||
def suitable(cls, url):
|
||||
return False if SwitchTubeIE.suitable(url) else super(SwitchTubeChannelIE, cls).suitable(url)
|
||||
|
||||
def _real_extract(self, url):
|
||||
channel_id = self._match_id(url)
|
||||
|
||||
entries = []
|
||||
for current_page_number in itertools.count(0):
|
||||
page_url = urljoin(url, '/channels/%s?order=episodes&page=%d' % (channel_id, current_page_number))
|
||||
webpage = self._download_webpage(page_url, channel_id, note='Downloading page %d' % (current_page_number + 1, ))
|
||||
|
||||
if current_page_number == 0:
|
||||
channel_title = self._html_search_regex(r'(?s)<title\b[^>]*>(.+?)</title>', webpage, 'title', default=None)
|
||||
description = self._html_search_regex(r'''(?s)<div\b[^>]+class\s*=\s*("|')description formatted\1[^>]*>\s*<p>\s*(.+?)\s*</p>\s*</div>''',
|
||||
webpage, 'description', default=None, group=2)
|
||||
|
||||
this_page_still_has_something = False
|
||||
for _, video_path, video_id in re.findall(
|
||||
r'''(?s)<a\b[^>]+\bhref\s*=\s*("|')(/videos/((?:(?!\1).)+?))\1[^>]*>''',
|
||||
webpage):
|
||||
video_url = urljoin(url, video_path)
|
||||
if video_url:
|
||||
this_page_still_has_something = True
|
||||
entries.append(self.url_result(video_url, ie=SwitchTubeIE.ie_key(), video_id=video_id))
|
||||
|
||||
if not this_page_still_has_something:
|
||||
break
|
||||
|
||||
return self.playlist_result(entries, channel_id, channel_title,
|
||||
description)
|
@ -686,6 +686,8 @@ class JSInterpreter(object):
|
||||
raise self.Exception('Cannot get index {idx!r:.100}'.format(**locals()), expr=repr(obj), cause=e)
|
||||
|
||||
def _dump(self, obj, namespace):
|
||||
if obj is JS_Undefined:
|
||||
return 'undefined'
|
||||
try:
|
||||
return json.dumps(obj)
|
||||
except TypeError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user