aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [cookies] Fix keyring fallback (#1078)Matt Broadway2021-09-251-7/+12
| | | | | | | | | | | | The password returned by `security find-generic-password` has a newline at the end Closes #1073 Authored by: mbway
| * [LinkedInLearning] Add subtitles (#1077)Ashish Gupta2021-09-251-1/+24
| | | | | | | | Authored by: Ashish0804 Closes #1072
| * [Newgrounds] Fix view count on songs (#1071)u-spec-png2021-09-251-1/+1
| | | | | | Authored by: u-spec-png
| * [version] updatepukkandan2021-09-256-13/+13
| | | | | | | | :ci skip all
| * Release 2021.09.25pukkandan2021-09-254-16/+171
| |
| * [build] Fix brew tappukkandan2021-09-251-16/+16
| |
| * Allow `0` in `--playlist-items`pukkandan2021-09-252-1/+5
| |
| * [zdf] Improve format sortingpukkandan2021-09-241-20/+22
| | | | | | | | Closes #910
| * [SpankBang] Fix uploader (#892)f4pp3rk1ng2021-09-241-12/+14
| | | | | | | | Closes #833 Authored by: f4pp3rk1ng, coletdjnz
| * [build] Improve release process (#880)pukkandan2021-09-245-82/+162
| | | | | | | | | | | | | | | | * 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
| * [Arte] Improve description extraction (#1046)renalid2021-09-241-1/+1
| | | | | | Authored by: renalid
| * [Theta] Add extractor (#1068)Aleri Kaisattera2021-09-242-0/+52
| | | | | | Authored by: alerikaisattera
| * [youtube] Cleanup authentication code (#786)coletdjnz2021-09-242-70/+62
| | | | | | Authored by: coletdjnz
| * [xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8epukkandan2021-09-241-0/+1
| |
| * Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan2021-09-247-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Ignore empty entries in `_list_from_options_callback`pukkandan2021-09-241-1/+1
| |
| * Download subtitles in order of `--sub-langs`pukkandan2021-09-241-9/+13
| | | | | | | | Closes #1041
| * [cbs] Report appropriate error for DRMpukkandan2021-09-241-0/+6
| | | | | | | | Closes #1056
| * bugfix for bd50a52b0d7247cdbf205eb851ce33ae4b89c516pukkandan2021-09-241-3/+2
| |
| * [youtube] Fix `--mark-watched` with `--cookies-from-browser`pukkandan2021-09-241-3/+5
| | | | | | | | Closes #1019
| * [lbry] Show error message from API responsepukkandan2021-09-241-2/+7
| |
| * [Koo] Add extractor (#1044)Ashish Gupta2021-09-232-0/+117
| | | | | | Authored by: Ashish0804
| * [Chingari] Add extractors (#1038)Ashish Gupta2021-09-232-0/+213
| | | | | | Authored by: Ashish0804
| * [atv.at] Use jwt for API (#1012)NeroBurner2021-09-232-49/+102
| | | | | | | | | | | | The jwt token is implemented according to RFC7519 Closes #988 Authored by: NeroBurner
| * [downloader/niconico] Pass custom headers (#1063)The Hatsune Daishi2021-09-231-2/+4
| | | | | | | | Closes #1057 Authored by: nao20010128nao
| * [cleanup] Fix line endings for `nebula.py` (#1064)Glenn Slayden2021-09-231-238/+238
| | | | | | | | :ci skip Authored by: glenn-slayden
| * [Hotstar] Add referer for subs (#1062)Ashish Gupta2021-09-232-1/+6
| | | | | | Authored by: Ashish0804
| * bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3pukkandan2021-09-231-1/+3
| | | | | | | | Closes #1061
| * [comedycentral] Support `collection-playlist` (#1058)nixxo2021-09-231-1/+4
| | | | | | Authored by: nixxo
| * [ffmpeg] Add `aac_adtstoasc` when merging if neededpukkandan2021-09-222-1/+4
| | | | | | | | Related: #1039
| * [reddit] Workaround for 429 by redirecting to old.reddit.compukkandan2021-09-221-7/+3
| | | | | | | | Closes #1014
| * Basic framework for simultaneous download of multiple formats (#1036)The Hatsune Daishi2021-09-225-7/+224
| | | | | | Authored by: nao20010128nao
| * [AnimalPlanet] Fix extractor (#1050)Sipherdrakon2021-09-222-2/+23
| | | | | | Authored by: Sipherdrakon
| * [SovietsCloset] Fix playlists for games with only named categoriesChillingPepper2021-09-221-1/+11
| | | | | | Authored by: ConquerorDopy
| * [docs,cleanup] Add deprecation warning in docspukkandan2021-09-222-4/+7
| | | | | | | | | | | | for some counter intuitive behaviour that may be removed in future. and fix linter
| * [youtube] Return full URL instead of just IDpukkandan2021-09-221-3/+3
| |
| * [fragment,aria2c] Generalize and refactor some codepukkandan2021-09-222-42/+30
| |
| * dump files should obey `--trim-filename` (#1043)pukkandan2021-09-221-2/+3
| | | | | | | | Authored by: sulyi
| * [fragment] Fix range header when using `-N` and media sequence (#1048)pukkandan2021-09-222-1/+3
| | | | | | | | Authored by: shirt
| * [fragment] Avoid repeated request for AES keypukkandan2021-09-221-2/+8
| |
| * [aria2c] Fix IV for some AES-128 streamspukkandan2021-09-221-1/+2
| | | | | | | | Authored by: shirt
| * [CBC] Fix CBC Gem extractors (#1013)makeworld2021-09-202-275/+207
| | | | | | | | Closes #936 Authored by: makeworld-the-better-one
| * [Peertube] Add channel extractor (#1023)u-spec-png2021-09-191-27/+58
| | | | | | Authored by: u-spec-png
| * [youtube] Warn when trying to download clipspukkandan2021-09-192-1/+12
| |
| * [test/cookies] Improve loggingpukkandan2021-09-191-5/+18
| |
| * [Nuvid] Fix extractor (#1022)u-spec-png2021-09-191-42/+44
| | | | | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29886 Authored by: u-spec-png
| * [aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi2021-09-194-69/+214
| | | | | | Authored by: sulyi, pukkandan
| * [CGTN] Add extractor (#981)Yuan Chao2021-09-193-0/+66
| | | | | | Authored by: chao813
| * [utils] Improve `extract_timezone`pukkandan2021-09-191-2/+10
| | | | | | | | | | | | 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
| * [videa] Fix some extraction errors (#1028)nyuszika7h2021-09-191-15/+34
| | | | | | Authored by: nyuszika7h