Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LinkedInLearning] Fix newline bug in subtitles (#1104) | Ashish Gupta | 2021-09-28 | 1 | -3/+3 |
| | | | Authored by: Ashish0804 | ||||
* | [ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109) | shirt | 2021-09-28 | 1 | -1/+1 |
| | | | | | Fixes: #618, #998, #1039 Authored by: shirt-dev | ||||
* | [Rumble] Add RumbleChannelIE (#1088) | Ashish Gupta | 2021-09-28 | 2 | -2/+40 |
| | | | Authored by: Ashish0804 | ||||
* | [SovietsCloset] Add duration from m3u8 (#908) | ChillingPepper | 2021-09-28 | 2 | -0/+28 |
| | | | Authored by: ChillingPepper | ||||
* | [N1] Add extractor (#1080) | u-spec-png | 2021-09-28 | 2 | -0/+137 |
| | | | Authored by: u-spec-png | ||||
* | Fix `--flat-playlist` when neither IE nor id is known | pukkandan | 2021-09-27 | 1 | -1/+1 |
| | |||||
* | [update] Check for new version even if not updateable | pukkandan | 2021-09-27 | 1 | -18/+18 |
| | |||||
* | [outtmpl] Alternate form of format type `l` for `\n` delimited list | pukkandan | 2021-09-27 | 4 | -3/+7 |
| | |||||
* | [vidme] Remove extractor (#1095) | Aleri Kaisattera | 2021-09-27 | 3 | -307/+0 |
| | | | Authored by: alerikaisattera | ||||
* | [reddit] Add embedded url (#1090) | u-spec-png | 2021-09-26 | 1 | -1/+4 |
| | | | Authored by: u-spec-png | ||||
* | [Veo] Add extractor (#1084) | i6t | 2021-09-26 | 2 | -0/+75 |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29445 Authored by: i6t | ||||
* | [PolskieRadio] Fix extractors (#1082) | u-spec-png | 2021-09-26 | 1 | -9/+38 |
| | | | | Closes #1033 Authored by: jakubadamw, u-spec-png | ||||
* | [outtmpl] Format type `U` for unicode normalization | pukkandan | 2021-09-26 | 4 | -16/+27 |
| | |||||
* | [cookies] Fix keyring fallback (#1078) | Matt Broadway | 2021-09-25 | 1 | -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 Gupta | 2021-09-25 | 1 | -1/+24 |
| | | | | Authored by: Ashish0804 Closes #1072 | ||||
* | [Newgrounds] Fix view count on songs (#1071) | u-spec-png | 2021-09-25 | 1 | -1/+1 |
| | | | Authored by: u-spec-png | ||||
* | [version] update | pukkandan | 2021-09-25 | 6 | -13/+13 |
| | | | | :ci skip all | ||||
* | Release 2021.09.25 | pukkandan | 2021-09-25 | 4 | -16/+171 |
| | |||||
* | [build] Fix brew tap | pukkandan | 2021-09-25 | 1 | -16/+16 |
| | |||||
* | Allow `0` in `--playlist-items` | pukkandan | 2021-09-25 | 2 | -1/+5 |
| | |||||
* | [zdf] Improve format sorting | pukkandan | 2021-09-24 | 1 | -20/+22 |
| | | | | Closes #910 | ||||
* | [SpankBang] Fix uploader (#892) | f4pp3rk1ng | 2021-09-24 | 1 | -12/+14 |
| | | | | Closes #833 Authored by: f4pp3rk1ng, coletdjnz | ||||
* | [build] Improve release process (#880) | pukkandan | 2021-09-24 | 5 | -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) | renalid | 2021-09-24 | 1 | -1/+1 |
| | | | Authored by: renalid | ||||
* | [Theta] Add extractor (#1068) | Aleri Kaisattera | 2021-09-24 | 2 | -0/+52 |
| | | | Authored by: alerikaisattera | ||||
* | [youtube] Cleanup authentication code (#786) | coletdjnz | 2021-09-24 | 2 | -70/+62 |
| | | | Authored by: coletdjnz | ||||
* | [xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8e | pukkandan | 2021-09-24 | 1 | -0/+1 |
| | |||||
* | Separate the options `--ignore-errors` and `--no-abort-on-error` | pukkandan | 2021-09-24 | 7 | -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` | pukkandan | 2021-09-24 | 1 | -1/+1 |
| | |||||
* | Download subtitles in order of `--sub-langs` | pukkandan | 2021-09-24 | 1 | -9/+13 |
| | | | | Closes #1041 | ||||
* | [cbs] Report appropriate error for DRM | pukkandan | 2021-09-24 | 1 | -0/+6 |
| | | | | Closes #1056 | ||||
* | bugfix for bd50a52b0d7247cdbf205eb851ce33ae4b89c516 | pukkandan | 2021-09-24 | 1 | -3/+2 |
| | |||||
* | [youtube] Fix `--mark-watched` with `--cookies-from-browser` | pukkandan | 2021-09-24 | 1 | -3/+5 |
| | | | | Closes #1019 | ||||
* | [lbry] Show error message from API response | pukkandan | 2021-09-24 | 1 | -2/+7 |
| | |||||
* | [Koo] Add extractor (#1044) | Ashish Gupta | 2021-09-23 | 2 | -0/+117 |
| | | | Authored by: Ashish0804 | ||||
* | [Chingari] Add extractors (#1038) | Ashish Gupta | 2021-09-23 | 2 | -0/+213 |
| | | | Authored by: Ashish0804 | ||||
* | [atv.at] Use jwt for API (#1012) | NeroBurner | 2021-09-23 | 2 | -49/+102 |
| | | | | | | The jwt token is implemented according to RFC7519 Closes #988 Authored by: NeroBurner | ||||
* | [downloader/niconico] Pass custom headers (#1063) | The Hatsune Daishi | 2021-09-23 | 1 | -2/+4 |
| | | | | Closes #1057 Authored by: nao20010128nao | ||||
* | [cleanup] Fix line endings for `nebula.py` (#1064) | Glenn Slayden | 2021-09-23 | 1 | -238/+238 |
| | | | | :ci skip Authored by: glenn-slayden | ||||
* | [Hotstar] Add referer for subs (#1062) | Ashish Gupta | 2021-09-23 | 2 | -1/+6 |
| | | | Authored by: Ashish0804 | ||||
* | bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3 | pukkandan | 2021-09-23 | 1 | -1/+3 |
| | | | | Closes #1061 | ||||
* | [comedycentral] Support `collection-playlist` (#1058) | nixxo | 2021-09-23 | 1 | -1/+4 |
| | | | Authored by: nixxo | ||||
* | [ffmpeg] Add `aac_adtstoasc` when merging if needed | pukkandan | 2021-09-22 | 2 | -1/+4 |
| | | | | Related: #1039 | ||||
* | [reddit] Workaround for 429 by redirecting to old.reddit.com | pukkandan | 2021-09-22 | 1 | -7/+3 |
| | | | | Closes #1014 | ||||
* | Basic framework for simultaneous download of multiple formats (#1036) | The Hatsune Daishi | 2021-09-22 | 5 | -7/+224 |
| | | | Authored by: nao20010128nao | ||||
* | [AnimalPlanet] Fix extractor (#1050) | Sipherdrakon | 2021-09-22 | 2 | -2/+23 |
| | | | Authored by: Sipherdrakon | ||||
* | [SovietsCloset] Fix playlists for games with only named categories | ChillingPepper | 2021-09-22 | 1 | -1/+11 |
| | | | Authored by: ConquerorDopy | ||||
* | [docs,cleanup] Add deprecation warning in docs | pukkandan | 2021-09-22 | 2 | -4/+7 |
| | | | | | | for some counter intuitive behaviour that may be removed in future. and fix linter | ||||
* | [youtube] Return full URL instead of just ID | pukkandan | 2021-09-22 | 1 | -3/+3 |
| | |||||
* | [fragment,aria2c] Generalize and refactor some code | pukkandan | 2021-09-22 | 2 | -42/+30 |
| |