]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years ago[youtube] Update tests
pukkandan [Fri, 7 Jan 2022 11:54:57 +0000 (17:24 +0530)] 
[youtube] Update tests

2 years ago[youtube:tab] Extract more playlist metadata (#2069)
coletdjnz [Fri, 7 Jan 2022 11:03:02 +0000 (11:03 +0000)] 
[youtube:tab] Extract more playlist metadata (#2069)

* Add fields modified_date, modified_timestamp
* Add field playlist_count
* [youtube:tab] Extract view_count, playlist_count, modified_date

Authored by: coletdjnz, pukkandan

2 years ago[callin] Add extractor (#2000)
foghawk [Fri, 7 Jan 2022 10:19:15 +0000 (04:19 -0600)] 
[callin] Add extractor (#2000)

Authored by: foghawk

2 years ago[utils] Improve parsing for nested HTML elements (#2129)
Zenon Mousmoulas [Wed, 5 Jan 2022 18:37:49 +0000 (20:37 +0200)] 
[utils] Improve parsing for nested HTML elements (#2129)

and add functions to return the HTML of elements

Authored by: zmousm

2 years ago[Vimm] Add extractor (#2231)
Aleri Kaisattera [Wed, 5 Jan 2022 09:55:45 +0000 (15:55 +0600)] 
[Vimm] Add extractor (#2231)

Authored by: alerikaisattera

2 years ago[MainStreaming] Add extractor (#2180)
coletdjnz [Wed, 5 Jan 2022 08:48:17 +0000 (08:48 +0000)] 
[MainStreaming] Add extractor (#2180)

Closes #1183, https://github.com/ytdl-org/youtube-dl/issues/29615

Authored by: coletdjnz

2 years ago[gfycat] Support embeds (#2229)
coletdjnz [Wed, 5 Jan 2022 08:39:24 +0000 (08:39 +0000)] 
[gfycat] Support embeds (#2229)

Closes #2214
Authored by: coletdjnz

2 years ago[openrec] Add movie extractor (#2222)
Lesmiscore (The Hatsune Daishi) [Tue, 4 Jan 2022 10:15:30 +0000 (19:15 +0900)] 
[openrec] Add movie extractor (#2222)

Closes #2218
Authored by: Lesmiscore

2 years ago[hrfernsehen] Fix ardloader extraction (#2217)
Alexander Simon [Tue, 4 Jan 2022 08:13:20 +0000 (09:13 +0100)] 
[hrfernsehen] Fix ardloader extraction (#2217)

Authored by: CreaValix

2 years ago[zee5] Add geo-bypass
pukkandan [Tue, 4 Jan 2022 07:20:11 +0000 (12:50 +0530)] 
[zee5] Add geo-bypass

2 years ago[cleanup] Misc cleanup
pukkandan [Mon, 3 Jan 2022 19:37:24 +0000 (01:07 +0530)] 
[cleanup] Misc cleanup

2 years ago[vk] Capture `clip` URLs
pukkandan [Mon, 3 Jan 2022 19:15:30 +0000 (00:45 +0530)] 
[vk] Capture `clip` URLs

2 years agoAllow multiple and nested configuration files
pukkandan [Tue, 14 Dec 2021 17:03:47 +0000 (22:33 +0530)] 
Allow multiple and nested configuration files

2 years agoFix `-s --ignore-no-formats --force-write-archive`
pukkandan [Mon, 3 Jan 2022 18:15:56 +0000 (23:45 +0530)] 
Fix `-s --ignore-no-formats --force-write-archive`

Bug in a13e684813dccc21f3d71711bf79dafbe943bccb

2 years agoFix recursion error in f46e2f9d929f395b32b52cdab93dde980a5ddaf1
pukkandan [Mon, 3 Jan 2022 18:14:07 +0000 (23:44 +0530)] 
Fix recursion error in f46e2f9d929f395b32b52cdab93dde980a5ddaf1

Closes #2216

2 years agoFix bug in 8896899216e90b0ea7ddb1697faf1dc8411b78be
pukkandan [Mon, 3 Jan 2022 15:09:46 +0000 (20:39 +0530)] 
Fix bug in 8896899216e90b0ea7ddb1697faf1dc8411b78be

Closes #2215

2 years agoWrite `download_archive` only after all formats are downloaded
pukkandan [Mon, 3 Jan 2022 12:57:43 +0000 (18:27 +0530)] 
Write `download_archive` only after all formats are downloaded

Closes #1470

2 years agoAdd key `requested_downloads` in the root `info_dict`
pukkandan [Mon, 3 Jan 2022 13:36:26 +0000 (19:06 +0530)] 
Add key `requested_downloads` in the root `info_dict`

2 years agoAdd field `video_autonumber`
pukkandan [Mon, 3 Jan 2022 13:07:35 +0000 (18:37 +0530)] 
Add field `video_autonumber`

Closes #662

2 years agoRaise error if subtitle download fails
pukkandan [Mon, 3 Jan 2022 12:11:27 +0000 (17:41 +0530)] 
Raise error if subtitle download fails

Closes #2212

2 years agoAdd more post-processing stages
pukkandan [Sun, 2 Jan 2022 10:53:20 +0000 (16:23 +0530)] 
Add more post-processing stages

playlist = After entire playlist
after_video = After downloading all formats of a video

2 years agoAllow `--exec` to be run at any post-processing stage
pukkandan [Mon, 3 Jan 2022 11:13:54 +0000 (16:43 +0530)] 
Allow `--exec` to be run at any post-processing stage

Deprecates `--exec-before-download`

2 years agoAdd `--print playlist:` to print fields per playlist
pukkandan [Sun, 2 Jan 2022 10:52:00 +0000 (16:22 +0530)] 
Add `--print playlist:` to print fields per playlist

2 years ago[vk] Improve _VALID_URL (#2207)
k3ns1n [Sun, 2 Jan 2022 17:14:20 +0000 (19:14 +0200)] 
[vk] Improve _VALID_URL (#2207)

Authored by: k3ns1n

2 years ago[Dropbox] Support password protected files and more formats (#2201)
zenerdi0de [Sun, 2 Jan 2022 10:44:10 +0000 (16:14 +0530)] 
[Dropbox] Support password protected files and more formats (#2201)

Authored by: zenerdi0de

2 years ago[youtube:api] Update Innertube clients (#2163)
coletdjnz [Sun, 2 Jan 2022 05:22:31 +0000 (05:22 +0000)] 
[youtube:api] Update Innertube clients (#2163)

* Updated iOS clients to support 60fps formats (see: https://github.com/TeamNewPipe/NewPipeExtractor/issues/680#issuecomment-1002724558)
* General update of versions and keys of other clients
Authored-by: coletdjnz
2 years ago[zdf] Add chapter extraction (#2198)
chris [Sat, 1 Jan 2022 22:07:31 +0000 (23:07 +0100)] 
[zdf] Add chapter extraction (#2198)

Authored by: iw0nderhow

2 years ago[FfmpegMetadata] Allow setting metadata of individual streams
pukkandan [Sat, 1 Jan 2022 22:01:49 +0000 (03:31 +0530)] 
[FfmpegMetadata] Allow setting metadata of individual streams

Closes #877

2 years ago[utils] Use key `None` in `traverse_obj` to return as-is
pukkandan [Sat, 1 Jan 2022 21:37:24 +0000 (03:07 +0530)] 
[utils] Use key `None` in `traverse_obj` to return as-is

2 years agoFix live title for multiple formats
pukkandan [Sat, 1 Jan 2022 21:33:26 +0000 (03:03 +0530)] 
Fix live title for multiple formats

2 years ago[facebook] Parse dash manifests
pukkandan [Sat, 1 Jan 2022 20:47:24 +0000 (02:17 +0530)] 
[facebook] Parse dash manifests

2 years ago[RedBullTV] Parse subtitles from manifest (#2200)
Ashish Gupta [Sat, 1 Jan 2022 21:08:36 +0000 (02:38 +0530)] 
[RedBullTV] Parse subtitles from manifest (#2200)

Closes #2151
Authored by: Ashish0804

2 years ago[extractor] Extract chapters from JSON-LD (#2031)
chris [Sat, 1 Jan 2022 21:07:00 +0000 (22:07 +0100)] 
[extractor] Extract chapters from JSON-LD (#2031)

Authored by: iw0nderhow, pukkandan

2 years ago[extractor] Extract thumbnails from JSON-LD (#2195)
nixxo [Sat, 1 Jan 2022 19:50:27 +0000 (20:50 +0100)] 
[extractor] Extract thumbnails from JSON-LD (#2195)

Authored by: nixxo

2 years ago[build] Reduce dependency on third party workflows
pukkandan [Sat, 1 Jan 2022 08:52:43 +0000 (14:22 +0530)] 
[build] Reduce dependency on third party workflows

Closes #2194

2 years ago[XVideos] Check HLS formats (#2193)
MinePlayersPE [Sat, 1 Jan 2022 06:12:33 +0000 (13:12 +0700)] 
[XVideos] Check HLS formats (#2193)

Closes #1823
Authored by; MinePlayersPE

2 years ago[hotstar] Add extractor args to ignore tags (#2116)
Ashish Gupta [Fri, 31 Dec 2021 21:02:23 +0000 (02:32 +0530)] 
[hotstar] Add extractor args to ignore tags (#2116)

Authored by: Ashish0804

2 years ago[VrtNU] Handle empty title (#2147)
pgaig [Fri, 31 Dec 2021 20:58:23 +0000 (21:58 +0100)] 
[VrtNU] Handle empty title (#2147)

Closes #2146
Authored by: pgaig

2 years ago[KelbyOne] Add extractor (#2181)
Ashish Gupta [Fri, 31 Dec 2021 05:11:42 +0000 (10:41 +0530)] 
[KelbyOne] Add extractor (#2181)

Closes #2170
Authored by: Ashish0804

2 years ago[mixcloud] Detect restrictions (#2169)
LE [Fri, 31 Dec 2021 20:11:35 +0000 (15:11 -0500)] 
[mixcloud] Detect restrictions (#2169)

Authored by; llacb47

2 years ago[TikTok] Pass cookies to formats (#2171)
MinePlayersPE [Fri, 31 Dec 2021 20:10:46 +0000 (03:10 +0700)] 
[TikTok] Pass cookies to formats (#2171)

Closes #2166
Authored by: MinePlayersPE

2 years ago[BiliIntl] Add login (#2172)
MinePlayersPE [Fri, 31 Dec 2021 20:09:30 +0000 (03:09 +0700)] 
[BiliIntl] Add login (#2172)

and misc improvements

Authored by: MinePlayersPE

2 years ago[extractor] Detect more subtitle codecs in MPD manifests (#2174)
Felix S [Fri, 31 Dec 2021 20:06:45 +0000 (20:06 +0000)] 
[extractor] Detect more subtitle codecs in MPD manifests (#2174)

Authored by: fstirlitz

2 years ago[TikTok] Fix extraction for sigi-based webpages (#2164)
MinePlayersPE [Thu, 30 Dec 2021 04:20:17 +0000 (11:20 +0700)] 
[TikTok] Fix extraction for sigi-based webpages (#2164)

Fixes: #2133
Authored by: MinePlayersPE

2 years ago[outtmpl] Alternate form for `D` and fix suffix's case
pukkandan [Thu, 30 Dec 2021 03:13:40 +0000 (08:43 +0530)] 
[outtmpl] Alternate form for `D` and fix suffix's case

Fixes: https://github.com/yt-dlp/yt-dlp/issues/2085#issuecomment-1002247689, https://github.com/yt-dlp/yt-dlp/pull/2132/files#r775729811
2 years ago[cookies] Fix bug when keyring is unspecified
pukkandan [Thu, 30 Dec 2021 02:45:48 +0000 (08:15 +0530)] 
[cookies] Fix bug when keyring is unspecified

Closes #2167

2 years agoAllow escaped `,` in `--extractor-args`
pukkandan [Thu, 30 Dec 2021 02:45:07 +0000 (08:15 +0530)] 
Allow escaped `,` in `--extractor-args`

Closes #2152

2 years ago[TikTok] Change app version (#2161)
MinePlayersPE [Wed, 29 Dec 2021 22:00:44 +0000 (05:00 +0700)] 
[TikTok] Change app version (#2161)

Closes #2133, #2135
Authored by: MinePlayersPE, llacb47

2 years ago[Drooble] Add extractor (#1547)
u-spec-png [Tue, 28 Dec 2021 20:42:14 +0000 (20:42 +0000)] 
[Drooble] Add extractor (#1547)

Closes #1527
Authored by: u-spec-png

2 years ago[Instagram] Add story/highlight extractor (#2006)
u-spec-png [Tue, 28 Dec 2021 18:58:06 +0000 (18:58 +0000)] 
[Instagram] Add story/highlight extractor (#2006)

Fixes https://github.com/ytdl-org/youtube-dl/issues/25575
Authored by: u-spec-png

2 years ago[TikTok] Fallback to feed API endpoint (#2142)
MinePlayersPE [Tue, 28 Dec 2021 02:38:23 +0000 (09:38 +0700)] 
[TikTok] Fallback to feed API endpoint (#2142)

Authored by: MinePlayersPE
Workaround for #2133

2 years agoAllow unicode characters in `info.json`
pukkandan [Mon, 27 Dec 2021 22:51:13 +0000 (04:21 +0530)] 
Allow unicode characters in `info.json`

Closes #2139

2 years ago[utils] Fix `format_bytes` output for Bytes (#2132)
Pierre Mdawar [Mon, 27 Dec 2021 22:08:31 +0000 (03:38 +0530)] 
[utils] Fix `format_bytes` output for Bytes (#2132)

Authored by: pukkandan, mdawar

2 years agoDon't treat empty containers as `None` in `sanitize_info`
pukkandan [Mon, 27 Dec 2021 21:22:11 +0000 (02:52 +0530)] 
Don't treat empty containers as `None` in `sanitize_info`

2 years ago[gfycat] Fix `uploader`
pukkandan [Mon, 27 Dec 2021 21:19:02 +0000 (02:49 +0530)] 
[gfycat] Fix `uploader`

2 years ago[version] update 2021.12.27
github-actions [Mon, 27 Dec 2021 02:30:03 +0000 (02:30 +0000)] 
[version] update

Created by: pukkandan

:ci skip all

2 years agoRelease 2021.12.27
pukkandan [Mon, 27 Dec 2021 02:06:23 +0000 (07:36 +0530)] 
Release 2021.12.27

2 years ago[docs] Add examples for using `TYPES:` in `-P`/`-o`
pukkandan [Mon, 27 Dec 2021 01:56:21 +0000 (07:26 +0530)] 
[docs] Add examples for using `TYPES:` in `-P`/`-o`

2 years ago[cookies] Support other keyrings (#2032)
Matt Broadway [Mon, 27 Dec 2021 01:28:44 +0000 (01:28 +0000)] 
[cookies] Support other keyrings (#2032)

Authored by: mbway

2 years ago[aria2c] Don't show progress when `--no-progress`
pukkandan [Sun, 26 Dec 2021 22:57:34 +0000 (04:27 +0530)] 
[aria2c] Don't show progress when `--no-progress`

2 years ago[EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available
pukkandan [Sun, 26 Dec 2021 22:19:43 +0000 (03:49 +0530)] 
[EmbedThumbnail] Prefer AtomicParsley over ffmpeg if available

2 years ago[ThumbnailsConvertor] Fix for when there are no thumbnails
pukkandan [Sun, 26 Dec 2021 21:48:11 +0000 (03:18 +0530)] 
[ThumbnailsConvertor] Fix for when there are no thumbnails

Closes #2125

2 years ago[Zee5] Fix VALID_URL for tv-shows
Ashish Gupta [Sun, 26 Dec 2021 14:31:43 +0000 (20:01 +0530)] 
[Zee5] Fix VALID_URL for tv-shows

2 years ago[youtube] End `live-from-start` properly when stream ends with 403
pukkandan [Sun, 26 Dec 2021 10:19:35 +0000 (15:49 +0530)] 
[youtube] End `live-from-start` properly when stream ends with 403

Closes #2089

2 years ago[tiktok] Fix `extractor_key` used in archive
pukkandan [Sun, 26 Dec 2021 09:39:20 +0000 (15:09 +0530)] 
[tiktok] Fix `extractor_key` used in archive

2 years ago[TikTok] Add music, sticker and tag IEs (#2119)
MinePlayersPE [Sun, 26 Dec 2021 08:53:19 +0000 (15:53 +0700)] 
[TikTok] Add music, sticker and tag IEs (#2119)

Closes #1752
Authored by: MinePlayersPE

2 years agoAvoid recursion error when re-extracting info
pukkandan [Sat, 25 Dec 2021 22:48:59 +0000 (04:18 +0530)] 
Avoid recursion error when re-extracting info

2 years ago[BiliIntl] Fix extractor (#2077)
MinePlayersPE [Sat, 25 Dec 2021 22:41:38 +0000 (05:41 +0700)] 
[BiliIntl] Fix extractor (#2077)

Closes #1744
Authored by: MinePlayersPE

2 years ago[PixivSketch] Add extractors (#2104)
The Hatsune Daishi [Sat, 25 Dec 2021 20:16:24 +0000 (05:16 +0900)] 
[PixivSketch] Add extractors (#2104)

Authored by: nao20010128nao

2 years ago[generic] Fix HTTP KVS Player (#2111)
git-anony-mouse [Sat, 25 Dec 2021 03:18:19 +0000 (19:18 -0800)] 
[generic] Fix HTTP KVS Player (#2111)

Authored by: git-anony-mouse

2 years ago[ffmpeg] Fix position of `--ppa`
pukkandan [Sat, 25 Dec 2021 03:12:08 +0000 (08:42 +0530)] 
[ffmpeg] Fix position of `--ppa`
Bug in ca5db158aecc36a3db41faa85a26e7d931b5d72b
Closes #2112

2 years ago[CBC] Fix URL regex
pukkandan [Sat, 25 Dec 2021 02:23:02 +0000 (07:53 +0530)] 
[CBC] Fix URL regex
Closes #2110

2 years ago[version] update 2021.12.25
github-actions [Sat, 25 Dec 2021 00:34:16 +0000 (00:34 +0000)] 
[version] update

Created by: pukkandan

:ci skip all

2 years agoRelease 2021.12.25
pukkandan [Fri, 24 Dec 2021 22:41:30 +0000 (04:11 +0530)] 
Release 2021.12.25

2 years ago[dplay] Temporary fix for `discoveryplus.com/it`
pukkandan [Fri, 24 Dec 2021 23:27:12 +0000 (04:57 +0530)] 
[dplay] Temporary fix for `discoveryplus.com/it`
Closes #2073

2 years ago[docs] Minor fixes
pukkandan [Fri, 24 Dec 2021 22:38:15 +0000 (04:08 +0530)] 
[docs] Minor fixes

2 years ago[utils] Improve `parse_count`
pukkandan [Thu, 23 Dec 2021 21:32:50 +0000 (03:02 +0530)] 
[utils] Improve `parse_count`

2 years ago[GameJolt] Add extractors (#2036)
MinePlayersPE [Fri, 24 Dec 2021 22:28:57 +0000 (05:28 +0700)] 
[GameJolt] Add extractors (#2036)

Authored by: MinePlayersPE

2 years ago[Steam] Fix extractor (#2029)
u-spec-png [Fri, 24 Dec 2021 22:25:44 +0000 (22:25 +0000)] 
[Steam] Fix extractor (#2029)

Closes #1992
Authored by: u-spec-png

2 years ago[OpenCast] Add extractors (#1905)
Benedikt Wildenhain [Fri, 24 Dec 2021 22:05:23 +0000 (23:05 +0100)] 
[OpenCast] Add extractors (#1905)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/26934
Authored by: bwildenhain, C0D3D3V

2 years ago[dropout] Add extractor (#2045)
Sonic [Fri, 24 Dec 2021 11:49:33 +0000 (06:49 -0500)] 
[dropout] Add extractor (#2045)

Authored-by: TwoThousandHedgehogs, pukkandan
2 years ago[youtube:tab] Extract video thumbnails from playlist (#2096)
coletdjnz [Fri, 24 Dec 2021 03:42:02 +0000 (03:42 +0000)] 
[youtube:tab] Extract video thumbnails from playlist (#2096)

closes #1184
Co-Authored-by: coletdjnz, pukkandan
2 years ago[npr] Make SMIL extraction non-fatal (#2099)
siddharth [Fri, 24 Dec 2021 02:15:48 +0000 (21:15 -0500)] 
[npr] Make SMIL extraction non-fatal (#2099)

Closes #1934
Authored by: r5d

2 years ago[RCTIPlusSeries] Lazy extraction and video type selection (#2050)
MinePlayersPE [Thu, 23 Dec 2021 23:35:40 +0000 (06:35 +0700)] 
[RCTIPlusSeries] Lazy extraction and video type selection (#2050)

Authored by: MinePlayersPE

2 years ago[Instagram] Try bypassing login wall with embed page (#2095)
MinePlayersPE [Thu, 23 Dec 2021 22:13:10 +0000 (05:13 +0700)] 
[Instagram] Try bypassing login wall with embed page (#2095)

Authored by: MinePlayersPE

2 years ago[utils] Fix parsing `YYYYMMDD` dates in Nov/Dec (#2094)
Luc Ritchie [Thu, 23 Dec 2021 20:34:01 +0000 (15:34 -0500)] 
[utils] Fix parsing `YYYYMMDD` dates in Nov/Dec (#2094)

The date format `%Y%m%d%H%M` will successfully match against
one-digit month, day, hour, and minute strings, even though %m et al.
are documented as being zero-padded. So dates without time in
Nov/Dec may be wrongly parsed as dates in January with time.

This commit adds a format string of `%Y%m%d` to our supported date
format strings directly below (higher priority) its problematic relatives.

Closes #2076
Authored by: wlritchi

2 years agoFix bug in 1cefca9e440f343281779e47720128e9614cf147
pukkandan [Thu, 23 Dec 2021 03:44:21 +0000 (09:14 +0530)] 
Fix bug in 1cefca9e440f343281779e47720128e9614cf147
Fixes https://github.com/ytdl-patched/ytdl-patched/issues/11

2 years ago[outtmpl] Change filename sanitization type to `S`
pukkandan [Thu, 23 Dec 2021 03:33:46 +0000 (09:03 +0530)] 
[outtmpl] Change filename sanitization type to `S`
`F` is already used for float!
Bug in e0fd95737d1a3c4a2bfb470c5408a396c8545ca5

2 years ago[LBRY] Support livestreams (#2062)
Ashish Gupta [Thu, 23 Dec 2021 03:18:02 +0000 (08:48 +0530)] 
[LBRY] Support livestreams (#2062)

Closes #2054
Authored by: Ashish0804, pukkandan

2 years agoAdd option `--file-access-retries` (#2066)
Emanuel Hoogeveen [Thu, 23 Dec 2021 02:29:03 +0000 (03:29 +0100)] 
Add option `--file-access-retries` (#2066)

Closes #517
Authored by: ehoogeveen-medweb

2 years ago[NJPWWorld] Extract formats from m3u8 (#2075)
aarubui [Thu, 23 Dec 2021 02:03:30 +0000 (13:03 +1100)] 
[NJPWWorld] Extract formats from m3u8 (#2075)

Authored by: aarubui

2 years ago[cleanup] Misc cleanup
pukkandan [Thu, 23 Dec 2021 01:42:26 +0000 (07:12 +0530)] 
[cleanup] Misc cleanup
Closes #1942 #1976 #2020 #2058 #1984

2 years ago[outtmpl] Add alternate forms `F`, `D`
pukkandan [Thu, 23 Dec 2021 01:14:42 +0000 (06:44 +0530)] 
[outtmpl] Add alternate forms `F`, `D`
and improve `id` detection

F = sanitize as filename (# = restricted)
D = add Decimal suffixes

Closes #2085, 2081

2 years ago[dash] Fix `--test`
pukkandan [Wed, 22 Dec 2021 22:04:18 +0000 (03:34 +0530)] 
[dash] Fix `--test`
Bug in adbc4ec4bbfbe57842049cf9194384480f534859

2 years ago[dash] Fix aria2c dash downloads
pukkandan [Tue, 21 Dec 2021 16:08:13 +0000 (21:38 +0530)] 
[dash] Fix aria2c dash downloads
Bug in adbc4ec4bbfbe57842049cf9194384480f534859

2 years agoAdd interactive format selection with `-f -`
pukkandan [Tue, 21 Dec 2021 11:32:13 +0000 (17:02 +0530)] 
Add interactive format selection with `-f -`
Closes #2065

2 years agoAdd warning when using `-f best`
pukkandan [Tue, 21 Dec 2021 11:24:38 +0000 (16:54 +0530)] 
Add warning when using `-f best`

2 years ago[rtve] Add `RTVEAudioIE` (#1657)
kebianizao [Tue, 21 Dec 2021 05:35:34 +0000 (06:35 +0100)] 
[rtve] Add `RTVEAudioIE` (#1657)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29023
Authored by: kebianizao

2 years ago[docs] Fix bug in regex escape in python 3.6
pukkandan [Mon, 20 Dec 2021 13:13:33 +0000 (18:43 +0530)] 
[docs] Fix bug in regex escape in python 3.6
Bug in ec2e44fc5752ca15fb7ce2e31994453226507f8b
Closes #2060

2 years ago[dash,youtube] Download live from start to end (#888)
The Hatsune Daishi [Mon, 20 Dec 2021 06:06:46 +0000 (15:06 +0900)] 
[dash,youtube] Download live from start to end (#888)

* Add option `--live-from-start` to enable downloading live videos from start
* Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
* [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
* [fragment] Allow multiple live dash formats to download simultaneously
* [youtube] Implement fragment re-fetching for the live dash formats
* [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
* [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms

Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats

Closes #1521
Authored by: nao20010128nao, pukkandan