aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [francetv] Extract subtitles from the HLS manifestFelix S2021-04-281-9/+11
| |
| * [uplynk] Extract subtitles from HLS manifestsFelix S2021-04-281-1/+2
| |
| * [twitter] Extract subtitles from HLS manifestsFelix S2021-04-281-9/+19
| |
| * [srgssr] Extract subtitles from HLS manifestsFelix S2021-04-281-5/+9
| |
| * [nytimes] Extract subtitles from HLS manifestsFelix S2021-04-281-2/+6
| |
| * [roosterteeth] Use common code for subtitle extractionFelix S2021-04-281-29/+2
| |
| * [elonet] Use common code for subtitle extractionFelix S2021-04-281-65/+17
| |
| * [tv4] Extract subtitles from streaming manifestsFelix S2021-04-281-8/+21
| |
| * [byutv] Extract subtitles from streaming manifestsFelix S2021-04-281-4/+10
| |
| * [generic] Extract subtitles from direct SSTR manifest linksFelix S2021-04-281-1/+1
| |
| * [generic] Extract subtitles from direct DASH manifest linksFelix S2021-04-281-1/+1
| |
| * [generic] Extract subtitles from direct HLS manifest linksFelix S2021-04-281-1/+3
| |
| * [downloader/ism] Support muxing TTML subtitlesFelix S2021-04-282-3/+10
| |
| * [downloader/hls] Handle MPEG-2 PES timestamp overflowFelix S2021-04-281-1/+10
| |
| * [downloader/hls] Remove duplicate cues using a sliding window of candidatesFelix S2021-04-282-0/+35
| |
| * [downloader/hls] Assemble single-file WebVTT subtitles from HLS segmentsFelix S2021-04-284-0/+432
| |
| * [test] Test SSTR manifest parsingFelix S2021-04-282-0/+1179
| |
| * [test] Test subtitle extraction from DASH manifestsFelix S2021-04-282-5/+477
| |
| * [test] Test subtitle extraction from HLS manifestsFelix S2021-04-282-0/+205
| |
| * [extractor/common] Extend _extract_akamai_formats to also extract subtitle ↵Felix S2021-04-281-3/+14
| | | | | | | | tracks
| * [extractor/common, downloader/ism] Extract SSTR subtitle tracksFelix S2021-04-282-45/+98
| | | | | | | | | | | | | | | | | | | | _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.
| * [extractor/common] Extract DASH subtitle tracksFelix S2021-04-281-27/+54
| | | | | | | | | | | | _extract_mpd_formats and _parse_mpd_formats were extended into _…_formats_and_subtitles; wrappers with old names are provided for compatibility.
| * [extractor/common] Extract HLS subtitle tracksFelix S2021-04-282-18/+43
| | | | | | | | | | | | | | | | | | | | _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.
| * [extractor/common] Generalise _merge_subtitlesFelix S2021-04-281-6/+16
| | | | | | | | This allows modifying a subtitles dictionary in-place.
| * [downloader/ism] Prevent writing the header again when resuming an ↵Felix S2021-04-281-3/+6
| | | | | | | | interrupted download
| * [downloader/fragment] Allow persisting extra state when a download is ↵Felix S2021-04-281-1/+6
| | | | | | | | interrupted
| * [utils] Improve bug_report_messageFelix S2021-04-281-3/+8
| | | | | | | | | | Add an optional argument specifying the text that should go before the message.
* | [zee5] Fix extraction for some URLs (#279)Hadi06092021-04-281-2/+2
|/ | | Closes: #278
* [mediasite] Generalize URL pattern (#275)Felix S2021-04-261-1/+1
| | | Authored by: fstirlitz
* Fix case sensitivity of format selectorpukkandan2021-04-261-1/+1
| | | | Bug introduced in f8d4ad9ab00bca71808cd769c04806f51c3578f0
* [limelight] Obey `allow_unplayable_formats`pukkandan2021-04-261-1/+4
|
* [FormatSort] Fix for when some formats have quality and others don'tpukkandan2021-04-261-2/+2
|
* Py2 compatibility for `FileNotFoundError`pukkandan2021-04-262-2/+10
|
* [niconico] Fix title and thumbnail extraction (#273)CXwudi2021-04-261-2/+5
| | | Authored by: CXwudi
* [Mxplayer] Add MxplayerShowIE (#270)Ashish2021-04-262-3/+50
| | | Authored by: Ashish0804
* [utils] Encode URLs in `YoutubeDLCookieProcessor`pukkandan2021-04-241-1/+9
| | | | Closes #263
* [tubi] Raise "no video formats" error when video url is emptypukkandan2021-04-241-3/+7
| | | | Related: #266
* [francetvinfo] Improve video id extractionpukkandan2021-04-231-1/+18
| | | | Closes #261
* [version] update :ci skip allpukkandan2021-04-226-13/+13
|
* Release 2021.04.22pukkandan2021-04-224-5/+54
|
* [documentation] Fix typospukkandan2021-04-223-29/+29
|
* [ci] Disable fail-fastpukkandan2021-04-221-1/+1
|
* [lazy_extractor] Do not load pluginspukkandan2021-04-221-0/+5
|
* Update to ytdl-commit-7e8b3f9pukkandan2021-04-226-27/+110
| | | | | [youtube] Remove unused code https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438
* [mildom] Remove proxy (#260)Felix S2021-04-221-62/+20
| | | | | | Closes #251 Makes 2cff49599769dcc131c385cbc24bab35d0b182ad, ab406a1c0e7f0afde7e80818c0159bfa2847481f, #252 obsolete Authored by: fstirlitz
* [BilibiliChannel] Fix paginationpukkandan2021-04-221-19/+32
| | | | | | | Closes #222 https://github.com/nao20010128nao/ytdl-patched/commit/ccca21d7f57f1330a205f07d369e31883ba006c2 Coauthored by: nao20010128nao, pukkandan
* [documentation] Clarify which deprecated options still workpukkandan2021-04-221-23/+39
|
* Improve output template (see desc)pukkandan2021-04-225-36/+78
| | | | | | * Objects can be traversed like `%(field.key1.key2)s` * A number can be added to the field as `%(field+n)s` * Deprecates `--autonumber-start`
* Add option `--skip-playlist-after-errors`pukkandan2021-04-224-0/+17
| | | | Allows to skip the rest of a playlist after a given number of errors are encountered
* [go] Fix `_VALID_URL`pukkandan2021-04-211-5/+10
| | | | Closes #255