* Revert "[francetv] Separate main extractor and rework others to delegate to it" This reverts commit 24b97ef14a944edeb00bf81ed0ddc990459e3bc3. * Revert "[francetv] Improve manifest URL signing (closes #15536)" This reverts commit 6f54dce07d5ab9780e653193a9db53013712f19d. * Revert "[francetv] Sign m3u8 manifest URLs (closes #15565)" This reverts commit 4eb4ace765dae302460291a790c5e81f373ce5cc. * Revert "[veoh] Add support for embed URLs" This reverts commit 6adfc88ce6034563f6e275c72131cdf87e2d2ab6. * Revert "[dvtv] Skip download on failing test" This reverts commit ad4167ed33a00c70d411e68e5745482880ad2855. * Revert "[afreecatv] Fix extraction (closes #15556)" This reverts commit 8cc0cd0a2ff7bfe27d3571aa75cab841f6f96f91. * Revert "[periscope] Use accessVideoPublic endpoint (closes #15554)" This reverts commit b6aef8f69f16724ca8705823c86a349b97eceeff. * Revert "[YoutubeDL] Add support for filesize_approx in format selector (closes #15550)" This reverts commit eb048b366869f19e3138a76af7c31325c7a66b70. * Revert "[discovery] Fix auth request (closes #15542)" This reverts commit 14adea5bc7d0c0324716403717b3f234aec4d7bb. * Revert "[6play] Extract subtitles (closes #15541)" This reverts commit aee441166254bf3d6810ddaaca2ca6de7f327899. * Revert "Credit @mweinelt for #15124" This reverts commit 82eaab7f58f0a1a0ff85d2829ce48dd61bbbcefe. * Revert "Credit @iamleot for internazionale (#14973)" This reverts commit fdd87ce20957a903653336621797cea866db204f. * Revert "Credit @che0 for seznamzpravy (#14616) and dvtv (#15442)" This reverts commit 9b904aaeba37fa218ddad01bb04a5ea7c8d585aa. * Revert "[newgrounds] Fix metadata extraction (closes #15531)" This reverts commit 8be35d3cd121029b0c134cd3b5672c46add7b88d. * Revert "[nbc] add support for NBC Olympics Streams(closes #10295)" This reverts commit ba6e116f59c296f78668b1b665657b33e7c40410. * Revert "[dvtv] Simplify (closes #15442)" This reverts commit 2da0581a746fe6a98a331a646e64840d7ef78bc0. * Revert "[dvtv] Fix live streams extraction" This reverts commit 773234624f2a8e63a382cba91228a0445261d783. * Revert "release 2018.02.08" This reverts commit 0204b2a7b183a412c5a13bc306f8d77a0de6f9a8. * Revert "[ChangeLog] Actualize" This reverts commit 72aa0a29e54dee40f1b52da5c2e2aa46886dee1b. * Revert "[extractors] Import for myvi:embed" This reverts commit 38e519ff0327b5b4067d5c3b0c40d651c8a508f9. * Revert "[pokemon] PEP 8" This reverts commit 7b11f92ae02d791a1115537c6bd3c129198a7810. * Revert "[gameinformer] PEP 8" This reverts commit aa71431e28de547fb55ab55e47817769c8e91029. * Revert "[myvi] Extend _VALID_URL" This reverts commit 441ec65fd33e224bee2e49092a45af9b1c92fd90. * Revert "[myvi:embed] Add extractor (closes #15521)" This reverts commit e35a984bc7623226bfba13e6c94a2f3cf8fc76fe. * Revert "[prosiebensat1] Extend _VALID_URL (closes #15520)" This reverts commit 0e1a732e390e0e90b48fc54e3b6b61c9accb043a. * Revert "[pokemon] Relax _VALID_URL and extend title extraction (closes #15518)" This reverts commit 8a768fe854833d29eab2cb695ed2e154d2b2cf28. * Revert "[gameinformer] Use geo verification headers" This reverts commit 6cdc00e9989adf7d2e4a09e838791f39dce7c118. * Revert "[la7] Fix extraction (closes #15501)" This reverts commit 8d2fbb06a9fe5821d143039716b058cbd2ae0267. * Revert "[gameinformer] Fix brightcove id extraction" This reverts commit dc1171da811f5f055aab82bb34b068bd6496ca47. * Revert "[afreecatv] Pass referrer to video info request (closes #15507)" This reverts commit c16af2cb4ea0011b3103751574e0b2e2404b3783. * Revert "[telebruxelles] Relax _VALID_URL and add support for live streams" This reverts commit 1f916ea01b9fc6df933d7220100ef14a859fd63c. * Revert "[telebruxelles] Fix extraction (closes #15504)" This reverts commit ea7a8f529844d5ccc201d2d689c07bddce91f3c5. * Revert "[extractor/common] Respect secure schemes in _extract_wowza_formats" This reverts commit b44f7f4fc8d69ea8da69287c4c94f2dfe4c8aec0. * Revert "release 2018.02.04" This reverts commit ed4de10767c633eaa13c4415b4b6819e2cc358c7. * Revert "[ChangeLog] Actualize" This reverts commit f277eb6c9d5d995697fc8f37cb8bcb0780be19b8. * Revert "[brightcove] Pass embed page URL as referrer (closes #15486)" This reverts commit a690cb67422b4d1b1a4976fa4e51444467ac6656. * Revert "[downloader/http] Randomize HTTP chunk size" This reverts commit c315342edb0caa310a184e7c6863cee38abca916. * Revert "[youtube] Enforce using chunked HTTP downloading for DASH formats" This reverts commit 7412fe8d5e8f6229135f3f9d2ca70c91cc5a9e11. * Revert "[downloader/http] Add ability to pass downloader options via info dict" This reverts commit 6cfd25a8e0bd236e1d276f44430e9a6d2545237c. * Revert "[downloader/http] Fix 302 infinite loops by not reusing requests" This reverts commit 57c3eea4e579a0a2e259c409d2139577e382e8f8. * Revert "Document http_chunk_size" This reverts commit ff3f520741a721b2022baa99fedbcb94b1c37632.
169 lines
6.3 KiB
Python
169 lines
6.3 KiB
Python
# coding: utf-8
|
|
from __future__ import unicode_literals
|
|
|
|
import re
|
|
|
|
from .common import InfoExtractor
|
|
from ..utils import (
|
|
determine_ext,
|
|
ExtractorError,
|
|
int_or_none,
|
|
js_to_json,
|
|
mimetype2ext,
|
|
unescapeHTML,
|
|
)
|
|
|
|
|
|
class DVTVIE(InfoExtractor):
|
|
IE_NAME = 'dvtv'
|
|
IE_DESC = 'http://video.aktualne.cz/'
|
|
|
|
_VALID_URL = r'https?://video\.aktualne\.cz/(?:[^/]+/)+r~(?P<id>[0-9a-f]{32})'
|
|
|
|
_TESTS = [{
|
|
'url': 'http://video.aktualne.cz/dvtv/vondra-o-ceskem-stoleti-pri-pohledu-na-havla-mi-bylo-trapne/r~e5efe9ca855511e4833a0025900fea04/',
|
|
'md5': '67cb83e4a955d36e1b5d31993134a0c2',
|
|
'info_dict': {
|
|
'id': 'dc0768de855511e49e4b0025900fea04',
|
|
'ext': 'mp4',
|
|
'title': 'Vondra o Českém století: Při pohledu na Havla mi bylo trapně',
|
|
'duration': 1484,
|
|
}
|
|
}, {
|
|
'url': 'http://video.aktualne.cz/dvtv/dvtv-16-12-2014-utok-talibanu-boj-o-kliniku-uprchlici/r~973eb3bc854e11e498be002590604f2e/',
|
|
'info_dict': {
|
|
'title': 'DVTV 16. 12. 2014: útok Talibanu, boj o kliniku, uprchlíci',
|
|
'id': '973eb3bc854e11e498be002590604f2e',
|
|
},
|
|
'playlist': [{
|
|
'md5': 'da7ca6be4935532241fa9520b3ad91e4',
|
|
'info_dict': {
|
|
'id': 'b0b40906854d11e4bdad0025900fea04',
|
|
'ext': 'mp4',
|
|
'title': 'Drtinová Veselovský TV 16. 12. 2014: Témata dne',
|
|
'description': 'md5:0916925dea8e30fe84222582280b47a0',
|
|
'timestamp': 1418760010,
|
|
'upload_date': '20141216',
|
|
}
|
|
}, {
|
|
'md5': '5f7652a08b05009c1292317b449ffea2',
|
|
'info_dict': {
|
|
'id': '420ad9ec854a11e4bdad0025900fea04',
|
|
'ext': 'mp4',
|
|
'title': 'Školní masakr možná změní boj s Talibanem, říká novinářka',
|
|
'description': 'md5:ff2f9f6de73c73d7cef4f756c1c1af42',
|
|
'timestamp': 1418760010,
|
|
'upload_date': '20141216',
|
|
}
|
|
}, {
|
|
'md5': '498eb9dfa97169f409126c617e2a3d64',
|
|
'info_dict': {
|
|
'id': '95d35580846a11e4b6d20025900fea04',
|
|
'ext': 'mp4',
|
|
'title': 'Boj o kliniku: Veřejný zájem, nebo právo na majetek?',
|
|
'description': 'md5:889fe610a70fee5511dc3326a089188e',
|
|
'timestamp': 1418760010,
|
|
'upload_date': '20141216',
|
|
}
|
|
}, {
|
|
'md5': 'b8dc6b744844032dab6ba3781a7274b9',
|
|
'info_dict': {
|
|
'id': '6fe14d66853511e4833a0025900fea04',
|
|
'ext': 'mp4',
|
|
'title': 'Pánek: Odmítání syrských uprchlíků je ostudou české vlády',
|
|
'description': 'md5:544f86de6d20c4815bea11bf2ac3004f',
|
|
'timestamp': 1418760010,
|
|
'upload_date': '20141216',
|
|
}
|
|
}],
|
|
}, {
|
|
'url': 'https://video.aktualne.cz/dvtv/zeman-si-jen-leci-mindraky-sobotku-nenavidi-a-babis-se-mu-te/r~960cdb3a365a11e7a83b0025900fea04/',
|
|
'md5': 'f8efe9656017da948369aa099788c8ea',
|
|
'info_dict': {
|
|
'id': '3c496fec365911e7a6500025900fea04',
|
|
'ext': 'mp4',
|
|
'title': 'Zeman si jen léčí mindráky, Sobotku nenávidí a Babiš se mu teď hodí, tvrdí Kmenta',
|
|
'duration': 1103,
|
|
},
|
|
'params': {
|
|
'skip_download': True,
|
|
},
|
|
}, {
|
|
'url': 'http://video.aktualne.cz/v-cechach-poprve-zazni-zelenkova-zrestaurovana-mse/r~45b4b00483ec11e4883b002590604f2e/',
|
|
'only_matching': True,
|
|
}]
|
|
|
|
def _parse_video_metadata(self, js, video_id):
|
|
data = self._parse_json(js, video_id, transform_source=js_to_json)
|
|
|
|
title = unescapeHTML(data['title'])
|
|
|
|
formats = []
|
|
for video in data['sources']:
|
|
video_url = video.get('file')
|
|
if not video_url:
|
|
continue
|
|
video_type = video.get('type')
|
|
ext = determine_ext(video_url, mimetype2ext(video_type))
|
|
if video_type == 'application/vnd.apple.mpegurl' or ext == 'm3u8':
|
|
formats.extend(self._extract_m3u8_formats(
|
|
video_url, video_id, 'mp4', entry_protocol='m3u8_native',
|
|
m3u8_id='hls', fatal=False))
|
|
elif video_type == 'application/dash+xml' or ext == 'mpd':
|
|
formats.extend(self._extract_mpd_formats(
|
|
video_url, video_id, mpd_id='dash', fatal=False))
|
|
else:
|
|
label = video.get('label')
|
|
height = self._search_regex(
|
|
r'^(\d+)[pP]', label or '', 'height', default=None)
|
|
format_id = ['http']
|
|
for f in (ext, label):
|
|
if f:
|
|
format_id.append(f)
|
|
formats.append({
|
|
'url': video_url,
|
|
'format_id': '-'.join(format_id),
|
|
'height': int_or_none(height),
|
|
})
|
|
self._sort_formats(formats)
|
|
|
|
return {
|
|
'id': data.get('mediaid') or video_id,
|
|
'title': title,
|
|
'description': data.get('description'),
|
|
'thumbnail': data.get('image'),
|
|
'duration': int_or_none(data.get('duration')),
|
|
'timestamp': int_or_none(data.get('pubtime')),
|
|
'formats': formats
|
|
}
|
|
|
|
def _real_extract(self, url):
|
|
video_id = self._match_id(url)
|
|
|
|
webpage = self._download_webpage(url, video_id)
|
|
|
|
# single video
|
|
item = self._search_regex(
|
|
r'(?s)embedData[0-9a-f]{32}\[["\']asset["\']\]\s*=\s*(\{.+?\});',
|
|
webpage, 'video', default=None, fatal=False)
|
|
|
|
if item:
|
|
return self._parse_video_metadata(item, video_id)
|
|
|
|
# playlist
|
|
items = re.findall(
|
|
r"(?s)BBX\.context\.assets\['[0-9a-f]{32}'\]\.push\(({.+?})\);",
|
|
webpage)
|
|
if not items:
|
|
items = re.findall(r'(?s)var\s+asset\s*=\s*({.+?});\n', webpage)
|
|
|
|
if items:
|
|
return {
|
|
'_type': 'playlist',
|
|
'id': video_id,
|
|
'title': self._og_search_title(webpage),
|
|
'entries': [self._parse_video_metadata(i, video_id) for i in items]
|
|
}
|
|
|
|
raise ExtractorError('Could not find neither video nor playlist')
|