Commit Graph

19095 Commits (97524332213d3a5582e7cb5cdeb263a4ce84f0e9)
 

Author SHA1 Message Date
Felix S e0e624ca7f [canvas] Extract subtitles from streaming manifests
Felix S ec4f374c05 [wat] Extract subtitles from streaming manifests
Felix S c811e8d8bd [atresplayer] Extract subtitles from streaming manifests
Felix S b2cd5da460 [francetv] Extract subtitles from the HLS manifest
Felix S 2de3b21e05 [uplynk] Extract subtitles from HLS manifests
Felix S 4bed436371 [twitter] Extract subtitles from HLS manifests
Felix S efe9dba595 [srgssr] Extract subtitles from HLS manifests
Felix S 47f4203dd3 [nytimes] Extract subtitles from HLS manifests
Felix S 015c10aeec [roosterteeth] Use common code for subtitle extraction
Felix S a00d781b73 [elonet] Use common code for subtitle extraction
Felix S 0c541b563f [tv4] Extract subtitles from streaming manifests
Felix S 64a5cf7929 [byutv] Extract subtitles from streaming manifests
Felix S 7a450a3b1c [generic] Extract subtitles from direct SSTR manifest links
Felix S 7de27caf16 [generic] Extract subtitles from direct DASH manifest links
Felix S c26326c1be [generic] Extract subtitles from direct HLS manifest links
Felix S 66a1b8643a [downloader/ism] Support muxing TTML subtitles
Felix S 15828bcf25 [downloader/hls] Handle MPEG-2 PES timestamp overflow
Felix S 333217f43e [downloader/hls] Remove duplicate cues using a sliding window of candidates
Felix S 4a2f19abbd [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments
Felix S 5fbcebed8c [test] Test SSTR manifest parsing
Felix S becdc7f82c [test] Test subtitle extraction from DASH manifests
Felix S 73b9088a1c [test] Test subtitle extraction from HLS manifests
Felix S f6a1d69a87 [extractor/common] Extend _extract_akamai_formats to also extract subtitle tracks
Felix S fd76a14259 [extractor/common, downloader/ism] Extract SSTR subtitle tracks
_parse_ism_formats was extended into _parse_ism_formats_and_subtitles;
all direct users were updated, though _extract_ism_formats was left
as a compatibility wrapper.

The SSTR downloader was also modified in order to prepare for muxing
subtitle streams, although no support for any subtitle codecs was
added in this commit.
Felix S 171e59edd4 [extractor/common] Extract DASH subtitle tracks
_extract_mpd_formats and _parse_mpd_formats were extended into
_…_formats_and_subtitles; wrappers with old names are provided
for compatibility.
Felix S a0c3b2d5cf [extractor/common] Extract HLS subtitle tracks
_extract_m3u8_formats is renamed to _extract_m3u8_formats_and_subtitles
and extended to handle subtitle tracks instead of skipping them;
a wrapper with the old name is provided for compatibility.

_parse_m3u8_formats is likewise renamed and extended, but without adding
the compatibility wrapper; the test suite is adjusted to test the enhanced
method instead.
Felix S 19bb39202d [extractor/common] Generalise _merge_subtitles
This allows modifying a subtitles dictionary in-place.
Felix S d4553567d2 [downloader/ism] Prevent writing the header again when resuming an interrupted download
Felix S 4d49884c58 [downloader/fragment] Allow persisting extra state when a download is interrupted
Felix S 5873d4ccdd [utils] Improve bug_report_message
Add an optional argument specifying the text that should go before
the message.
Hadi0609 db9a564b6a
[zee5] Fix extraction for some URLs ()
Closes: 
Felix S c72967d5de
[mediasite] Generalize URL pattern ()
Authored by: fstirlitz
pukkandan 598d185db1
Fix case sensitivity of format selector
Bug introduced in f8d4ad9ab0
pukkandan b982cbdd0e
[limelight] Obey `allow_unplayable_formats`
pukkandan 6a04a74e8b
[FormatSort] Fix for when some formats have quality and others don't
pukkandan 88728713c8
Py2 compatibility for `FileNotFoundError`
CXwudi 6b1d8c1e30
[niconico] Fix title and thumbnail extraction ()
Authored by: CXwudi
Ashish 87c3d06271
[Mxplayer] Add MxplayerShowIE ()
Authored by: Ashish0804
pukkandan 915f911e36
[utils] Encode URLs in `YoutubeDLCookieProcessor`
Closes 
pukkandan cf9d6cfb0c
[tubi] Raise "no video formats" error when video url is empty
Related: 
pukkandan bbed5763f1
[francetvinfo] Improve video id extraction
Closes 
pukkandan ca0b91b39e
[version] update :ci skip all
pukkandan 0cf0571560
Release 2021.04.22
pukkandan e58c22a0f6
[documentation] Fix typos
pukkandan e4bdd3377d
[ci] Disable fail-fast
pukkandan 0b2e9d2c30
[lazy_extractor] Do not load plugins
pukkandan 1bdae7d312
Update to ytdl-commit-7e8b3f9
[youtube] Remove unused code
7e8b3f9439
Felix S a471f21da6
[mildom] Remove proxy ()
Closes 
Makes 2cff495997, ab406a1c0e,  obsolete

Authored by: fstirlitz
pukkandan 6efb071135
[BilibiliChannel] Fix pagination
Closes 

ccca21d7f5
Coauthored by: nao20010128nao, pukkandan
pukkandan f4536226c1
[documentation] Clarify which deprecated options still work