aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-09-23bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3pukkandan
Closes #1061
2021-09-23[comedycentral] Support `collection-playlist` (#1058)nixxo
Authored by: nixxo
2021-09-22[ffmpeg] Add `aac_adtstoasc` when merging if neededpukkandan
Related: #1039
2021-09-22[reddit] Workaround for 429 by redirecting to old.reddit.compukkandan
Closes #1014
2021-09-22Basic framework for simultaneous download of multiple formats (#1036)The Hatsune Daishi
Authored by: nao20010128nao
2021-09-22[AnimalPlanet] Fix extractor (#1050)Sipherdrakon
Authored by: Sipherdrakon
2021-09-22[SovietsCloset] Fix playlists for games with only named categoriesChillingPepper
Authored by: ConquerorDopy
2021-09-22[docs,cleanup] Add deprecation warning in docspukkandan
for some counter intuitive behaviour that may be removed in future. and fix linter
2021-09-22[youtube] Return full URL instead of just IDpukkandan
2021-09-22[fragment,aria2c] Generalize and refactor some codepukkandan
2021-09-22dump files should obey `--trim-filename` (#1043)pukkandan
Authored by: sulyi
2021-09-22[fragment] Fix range header when using `-N` and media sequence (#1048)pukkandan
Authored by: shirt
2021-09-22[fragment] Avoid repeated request for AES keypukkandan
2021-09-22[aria2c] Fix IV for some AES-128 streamspukkandan
Authored by: shirt
2021-09-20[CBC] Fix CBC Gem extractors (#1013)makeworld
Closes #936 Authored by: makeworld-the-better-one
2021-09-19[Peertube] Add channel extractor (#1023)u-spec-png
Authored by: u-spec-png
2021-09-19[youtube] Warn when trying to download clipspukkandan
2021-09-19[test/cookies] Improve loggingpukkandan
2021-09-19[Nuvid] Fix extractor (#1022)u-spec-png
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29886 Authored by: u-spec-png
2021-09-19[aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi
Authored by: sulyi, pukkandan
2021-09-19[CGTN] Add extractor (#981)Yuan Chao
Authored by: chao813
2021-09-19[utils] Improve `extract_timezone`pukkandan
Code taken from: https://github.com/ytdl-org/youtube-dl/pull/29845 Fixes: https://github.com/ytdl-org/youtube-dl/issues/29948 Authored by: dirkf