Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [utils, cleanup] Consolidate known media extensions | pukkandan | 2022-07-31 | 1 | -4/+4 | |
| | | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2022-07-09 | 1 | -2/+2 | |
| | | ||||||
| * | [options] Fix aliases to `--config-location` | pukkandan | 2022-07-01 | 1 | -0/+5 | |
| | | ||||||
| * | [cleanup] Fix some typos (#4194) | crazymoose77756 | 2022-06-26 | 1 | -3/+3 | |
| | | | | | | Authored by: crazymoose77756 | |||||
* | | updated from upstream | 27/06/2022 at 01:25 | Jesús | 2022-06-27 | 1 | -142/+287 | |
|\| | ||||||
| * | [options] Fix `parse_known_args` for `--` | pukkandan | 2022-06-25 | 1 | -1/+12 | |
| | | | | | | | | Closes #4167 | |||||
| * | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -4/+5 | |
| | | | | | | | | Removing any more will require changes to a large number of extractors | |||||
| * | Improve error handling of bad config files | pukkandan | 2022-06-18 | 1 | -6/+10 | |
| | | | | | | | | Related: #824 | |||||
| * | Add option `--lazy-playlist` to process entries as they are received | pukkandan | 2022-06-17 | 1 | -2/+10 | |
| | | ||||||
| * | Add slicing notation to `--playlist-items` | pukkandan | 2022-06-17 | 1 | -6/+10 | |
| | | | | | | | | | | | | | | | | * Adds support for negative indices and step * Add `-I` as alias for `--playlist-index` * Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` Closes #2951, Closes #2853 | |||||
| * | Add `--no-update` | pukkandan | 2022-06-13 | 1 | -0/+4 | |
| | | | | | | | | Closes #4060 | |||||
| * | Add option `--download-sections` to download video partially | pukkandan | 2022-06-07 | 1 | -6/+11 | |
| | | | | | | | | Closes #52, Closes #3932 | |||||
| * | [ExtractAudio] Allow conditional conversion | pukkandan | 2022-06-06 | 1 | -1/+2 | |
| | | | | | | | | Closes #1715 | |||||
| * | [ExtractAudio, cleanup] Refactor | pukkandan | 2022-06-06 | 1 | -7/+9 | |
| | | ||||||
| * | [ThumbnailsConvertor] Allow conditional conversion | pukkandan | 2022-06-05 | 1 | -1/+2 | |
| | | | | | | | | Closes #3970 | |||||
| * | [extractor] Add dev option `--load-pages` | pukkandan | 2022-06-01 | 1 | -0/+4 | |
| | | ||||||
| * | [cleanup] Misc fixes and cleanup | pukkandan | 2022-05-27 | 1 | -2/+2 | |
| | | | | | | | | Closes #3780, Closes #3853, Closes #3850 | |||||
| * | `--config-location -` to provide options interactively | pukkandan | 2022-05-27 | 1 | -2/+2 | |
| | | ||||||
| * | [doc, cleanup] Re-indent "Usage and Options" section | pukkandan | 2022-05-19 | 1 | -34/+32 | |
| | | ||||||
| * | Add option --retry-sleep (#3059) | pukkandan | 2022-05-19 | 1 | -0/+12 | |
| | | | | | | | | Closes #2852 | |||||
| * | Add option `--alias` | pukkandan | 2022-05-19 | 1 | -23/+112 | |
| | | ||||||
| * | `--max-downloads` should obey `--break-per-input` | pukkandan | 2022-05-17 | 1 | -2/+2 | |
| | | ||||||
| * | Fix `--date today` | pukkandan | 2022-05-11 | 1 | -3/+2 | |
| | | | | | | | | Closes #3704 | |||||
| * | Add support for SSL client certificate authentication (#3435) | coletdev | 2022-05-02 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password` Authored-by: coletdjnz Co-authored-by: df <fieldhouse@gmx.net> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> | |||||
| * | [cleanup] Misc fixes (see desc) | pukkandan | 2022-05-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | * Do not warn when fixup is skipped for existing file * [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors * [utils] write_string: Fix bug in 59f943cd5097e9bdbc3cb3e6b5675e43d369341a * [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048 * [docs] Remove note about permissions. Closes #3597 | |||||
| * | [XAttrMetadata] Refactor and document dependencies | pukkandan | 2022-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | [doc] Minor improvements | pukkandan | 2022-04-29 | 1 | -2/+2 | |
| | | | | | | | | Closes #3518, Closes #3560 | |||||
| * | `--match-filter -` to interactively ask for each video | pukkandan | 2022-04-28 | 1 | -1/+2 | |
| | | ||||||
| * | Don't imply `-s` for later stages of `-O` | pukkandan | 2022-04-20 | 1 | -1/+2 | |
| | | ||||||
| * | [cleanup] Misc cleanup and refactor (#2173) | pukkandan | 2022-04-18 | 1 | -35/+37 | |
| | | ||||||
| * | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -17/+12 | |
| | | | | | | | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | |||||
| * | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -6/+4 | |
| | | | | | | | | | | | | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | |||||
| * | [cleanup] Mark some compat variables for removal (#2173) | pukkandan | 2022-04-12 | 1 | -12/+9 | |
| | | | | | | | | Authored by fstirlitz, pukkandan | |||||
* | | updated from upstream | 10/04/2022 at 07:57 | Jesús | 2022-04-10 | 1 | -1/+1 | |
|\| | ||||||
| * | [docs] Minor improvements (#3309, #3343) | pukkandan | 2022-04-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Authored by: cffswb, danielyli Co-authored-by: Daniel Li <dan@danielyli.com> Co-authored-by: cffswb <karte577@gmail.com> | |||||
* | | updated from upstream | 06/04/2022 at 00:09 | Jesús | 2022-04-06 | 1 | -6/+8 | |
|\| | ||||||
| * | [cleanup] Misc fixes | pukkandan | 2022-04-05 | 1 | -6/+8 | |
| | | | | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254 | |||||
* | | updated from upstream | 30/03/2022 at 01:24 | Jesús | 2022-03-30 | 1 | -13/+12 | |
|\| | ||||||
| * | [outtmpl] Limit changes during sanitization | pukkandan | 2022-03-27 | 1 | -1/+1 | |
| | | | | | | | | Closes #2761 | |||||
| * | Treat multiple `--match-filters` as OR | pukkandan | 2022-03-25 | 1 | -10/+9 | |
| | | | | | | | | Closes #3144 | |||||
| * | [docs] Minor improvements | pukkandan | 2022-03-24 | 1 | -1/+1 | |
| | | | | | | | | Closes #3127, Closes #3081, Closes #3177 | |||||
| * | Use certificates from `certifi` if installed (#3115) | coletdev | 2022-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | Fixes #3102 and most `CERTIFICATE_VERIFY_FAILED` issues Authored by: coletdjnz | |||||
* | | updated from upstream | 12/03/2022 at 06:05 | Jesús | 2022-03-12 | 1 | -2/+2 | |
|\| | ||||||
| * | [panopto] Add extractors (#2908) | coletdev | 2022-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/13449 Closes #1946 Authored by: coletdjnz, kmark | |||||
| * | [cleanup] Refactor `__init__.py` (#2570) | pukkandan | 2022-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | * Split `__init__` code into multiple functions * Clean up validation code by grouping similar types of options * Expose `parse_options` to third parties | |||||
* | | updated from upstream | 05/03/2022 at 00:59 | Jesús | 2022-03-05 | 1 | -4/+3 | |
|\| | ||||||
| * | Implement `--add-header` without modifying `std_headers` | pukkandan | 2022-03-04 | 1 | -4/+3 | |
| | | | | | | | | Closes #2526, #1614 | |||||
* | | updated from upstream | 04/03/2022 at 11:45 | Jesús | 2022-03-04 | 1 | -1/+1 | |
|\| | ||||||
| * | [downloader] Obey `--file-access-retries` when deleting/renaming (#2224) | Emanuel Hoogeveen | 2022-03-03 | 1 | -1/+1 | |
| | | | | | | Authored by: ehoogeveen-medweb | |||||
* | | updated from upstream | 24/02/2022 at 04:34 | Jesús | 2022-02-24 | 1 | -4/+4 | |
|\| |