aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-30[docs] Add note about our custom ffmpeg buildspukkandan
2021-09-30[postprocessor] Add plugin supportpukkandan
Adds option `--use-postprocessor` to enable them
2021-09-30[reddit] Fix 429 by generating a random `reddit_session`pukkandan
Related: a76e2e0f8898c06939b6a123fa863ab8876cfa20, #1014, https://github.com/ytdl-org/youtube-dl/issues/29986 Original PR: https://github.com/ytdl-org/youtube-dl/pull/30017 Authored by: AjaxGb
2021-09-30Allow empty output template to skip a type of filepukkandan
Closes #760, #1111
2021-09-30[embedsubtitle] Fix error when duration is unknownpukkandan
2021-09-30[build] Add more files to the tarballpukkandan
Closes #1099
2021-09-29[Gettr] Add extractor (#1120)i6t
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29589 Authored by: i6t
2021-09-29[bbc] Extract better quality videos (#1113)ajj8
mobile-tablet-main only provides 540p25, so it shouldn't be used for the first attempt. Instead pc provides up to 720p50 Authored by: ajj8
2021-09-29Workaround for bug in `ssl.SSLContext.load_default_certs` (#1118)pukkandan
* Remove old compat code * Load certificates only when not using nocheckcertificate * Load each certificate individually Closes #1060 Related bugs.python.org/issue35665, bugs.python.org/issue4531
2021-09-29[HLS] Fix decryption issues (#1117)shirt
* Unpad HLS fragments with PKCS#7 according to datatracker.ietf.org/doc/html/rfc8216 * media_sequence should only be incremented in for media fragments * The native decryption should only be used if ffmpeg is unavailable since it is significantly slower. Closes #1086 Authored by: shirt-dev, pukkandan
2021-09-28[LinkedInLearning] Fix newline bug in subtitles (#1104)Ashish Gupta
Authored by: Ashish0804
2021-09-28[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)shirt
Fixes: #618, #998, #1039 Authored by: shirt-dev
2021-09-28[Rumble] Add RumbleChannelIE (#1088)Ashish Gupta
Authored by: Ashish0804
2021-09-28[SovietsCloset] Add duration from m3u8 (#908)ChillingPepper
Authored by: ChillingPepper
2021-09-28[N1] Add extractor (#1080)u-spec-png
Authored by: u-spec-png
2021-09-27Fix `--flat-playlist` when neither IE nor id is knownpukkandan
2021-09-27[update] Check for new version even if not updateablepukkandan
2021-09-27[outtmpl] Alternate form of format type `l` for `\n` delimited listpukkandan
2021-09-27[vidme] Remove extractor (#1095)Aleri Kaisattera
Authored by: alerikaisattera
2021-09-26[reddit] Add embedded url (#1090)u-spec-png
Authored by: u-spec-png
2021-09-26[Veo] Add extractor (#1084)i6t
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29445 Authored by: i6t
2021-09-26[PolskieRadio] Fix extractors (#1082)u-spec-png
Closes #1033 Authored by: jakubadamw, u-spec-png
2021-09-26[outtmpl] Format type `U` for unicode normalizationpukkandan
2021-09-25[cookies] Fix keyring fallback (#1078)Matt Broadway
The password returned by `security find-generic-password` has a newline at the end Closes #1073 Authored by: mbway
2021-09-25[LinkedInLearning] Add subtitles (#1077)Ashish Gupta
Authored by: Ashish0804 Closes #1072
2021-09-25[Newgrounds] Fix view count on songs (#1071)u-spec-png
Authored by: u-spec-png
2021-09-25[version] update2021.09.25pukkandan
:ci skip all
2021-09-25Release 2021.09.25pukkandan
2021-09-25[build] Fix brew tappukkandan
2021-09-25Allow `0` in `--playlist-items`pukkandan
2021-09-24[zdf] Improve format sortingpukkandan
Closes #910
2021-09-24[SpankBang] Fix uploader (#892)f4pp3rk1ng
Closes #833 Authored by: f4pp3rk1ng, coletdjnz
2021-09-24[build] Improve release process (#880)pukkandan
* Automate more of the release process by animelover1984, pukkandan - closes #823 * Fix sha256 by nihil-admirari - closes #385 * Bring back brew taps by nao20010128nao #865 * Provide `--onedir` zip for windows by pukkandan - Closes #1024, #661, #705 and #890 Authored by: pukkandan, animelover1984, nihil-admirari, nao20010128nao
2021-09-24[Arte] Improve description extraction (#1046)renalid
Authored by: renalid
2021-09-24[Theta] Add extractor (#1068)Aleri Kaisattera
Authored by: alerikaisattera
2021-09-24[youtube] Cleanup authentication code (#786)coletdjnz
Authored by: coletdjnz
2021-09-24[xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8epukkandan
2021-09-24Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan
In youtube-dl, `-i` ignores both download and post-processing error, and treats the download as successful even if the post-processor fails. yt-dlp used to skip the entire video on either error and there was no option to ignore the post-processing errors like youtube-dl does. By splitting the option into two, now either just the download errors (--no-abort-on-error, default on CLI) or all errors (--ignore-errors) can be ignored as per the users' needs Closes #893
2021-09-24Ignore empty entries in `_list_from_options_callback`pukkandan
2021-09-24Download subtitles in order of `--sub-langs`pukkandan
Closes #1041
2021-09-24[cbs] Report appropriate error for DRMpukkandan
Closes #1056
2021-09-24bugfix for bd50a52b0d7247cdbf205eb851ce33ae4b89c516pukkandan
2021-09-24[youtube] Fix `--mark-watched` with `--cookies-from-browser`pukkandan
Closes #1019
2021-09-24[lbry] Show error message from API responsepukkandan
2021-09-23[Koo] Add extractor (#1044)Ashish Gupta
Authored by: Ashish0804
2021-09-23[Chingari] Add extractors (#1038)Ashish Gupta
Authored by: Ashish0804
2021-09-23[atv.at] Use jwt for API (#1012)NeroBurner
The jwt token is implemented according to RFC7519 Closes #988 Authored by: NeroBurner
2021-09-23[downloader/niconico] Pass custom headers (#1063)The Hatsune Daishi
Closes #1057 Authored by: nao20010128nao
2021-09-23[cleanup] Fix line endings for `nebula.py` (#1064)Glenn Slayden
:ci skip Authored by: glenn-slayden
2021-09-23[Hotstar] Add referer for subs (#1062)Ashish Gupta
Authored by: Ashish0804