Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix `--break-per-url --max-downloads` | pukkandan | 2022-08-24 | 1 | -0/+1 | |
| | | ||||||
| * | Add option `--use-extractors` | pukkandan | 2022-08-24 | 1 | -16/+25 | |
| | | | | | | | | | | | | | | | | Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791 | |||||
| * | [utils] Add orderedSet_from_options | pukkandan | 2022-08-24 | 1 | -21/+6 | |
| | | ||||||
| * | [cleanup] Misc | pukkandan | 2022-08-19 | 1 | -0/+1 | |
| | | ||||||
| * | Fix bug in --download-archive | pukkandan | 2022-08-16 | 1 | -1/+1 | |
| | | | | | | | | Closes #4668 | |||||
| * | [cleanup] Misc | pukkandan | 2022-08-15 | 1 | -1/+1 | |
| | | ||||||
| * | [docs] Consistent use of `e.g.` (#4643) | Lesmiscore | 2022-08-14 | 1 | -6/+6 | |
| | | | | | | Authored by: Lesmiscore | |||||
| * | Remove filtered entries from `-J` | pukkandan | 2022-08-09 | 1 | -1/+4 | |
| | | | | | | | | Closes #4369 | |||||
| * | [build, devscripts] Add devscript to set a build variant | pukkandan | 2022-08-09 | 1 | -1/+3 | |
| | | | | | | | | Closes #4471 | |||||
| * | [extractor] Add field `audio_channels` | pukkandan | 2022-08-08 | 1 | -3/+6 | |
| | | ||||||
| * | Determine merge container better (See desc) (#1482) | Lauren N. Liberda | 2022-08-04 | 1 | -33/+10 | |
| | | | | | | | | | | | | | | | | * Determine the container early. Closes #4069 * Use codecs instead of just file extensions * Obey `--prefer-free-formats` * Allow fallbacks in `--merge-output` Authored by: pukkandan, selfisekai | |||||
| * | Fix misleading DRM message | pukkandan | 2022-08-02 | 1 | -1/+1 | |
| | | | | | | | | Closes #4534 | |||||
| * | Fix bug in 0647d9251f7285759109cc82693efee533346911 | pukkandan | 2022-08-02 | 1 | -0/+4 | |
| | | ||||||
| * | Minor bugfixes | pukkandan | 2022-08-02 | 1 | -6/+7 | |
| | | ||||||
| * | [extractor] Support multiple archive ids for one video (#4307) | pukkandan | 2022-08-02 | 1 | -5/+3 | |
| | | | | | | | | Closes #4352 | |||||
| * | [extractor] Framework for embed detection (#4307) | pukkandan | 2022-08-02 | 1 | -1/+2 | |
| | | ||||||
| * | [outtmpl] Treat empty values as None in filenames | pukkandan | 2022-07-31 | 1 | -0/+3 | |
| | | | | | | | | Workaround for #4485 | |||||
| * | [utils, cleanup] Consolidate known media extensions | pukkandan | 2022-07-31 | 1 | -3/+4 | |
| | | ||||||
| * | Fix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4 | pukkandan | 2022-07-27 | 1 | -3/+4 | |
| | | | | | | | | Closes #4454 | |||||
| * | [youtube,twitch] Allow waiting for channels to become live | pukkandan | 2022-07-26 | 1 | -3/+11 | |
| | | | | | | | | Closes #2597 | |||||
| * | Reject entire playlists faster with `--match-filter` | pukkandan | 2022-07-26 | 1 | -29/+36 | |
| | | | | | | | | | | | | Rejected based on `playlist_id` etc can be checked before any entries are extracted Related: #4383 | |||||
| * | Remove Python 3.6 support | pukkandan | 2022-07-18 | 1 | -1/+2 | |
| | | | | | | | | Closes #3764 | |||||
| * | [cleanup] Misc | pukkandan | 2022-07-18 | 1 | -3/+3 | |
| | | ||||||
| * | [update] Prepare to remove Python 3.6 support | pukkandan | 2022-07-17 | 1 | -2/+2 | |
| | | ||||||
| * | [compat] Let PyInstaller detect _legacy module | pukkandan | 2022-07-17 | 1 | -3/+0 | |
| | | ||||||
| * | Support `--no-progress` for `--wait-for-video` | pukkandan | 2022-07-16 | 1 | -2/+8 | |
| | | | | | | | | Closes #4365 | |||||
| * | [docs] Improve docstring of `download_ranges` (#4340) | Sebastian Wallkötter | 2022-07-12 | 1 | -3/+5 | |
| | | | | | | Authored by: FirefoxMetzger | |||||
| * | [cleanup] Minor fixes | pukkandan | 2022-07-11 | 1 | -1/+5 | |
| | | ||||||
| * | Discard info_dict from memory if no longer needed | pukkandan | 2022-07-11 | 1 | -4/+16 | |
| | | | | | | | | Closes #1399 | |||||
| * | Do not allow extractors to return `None` | pukkandan | 2022-07-11 | 1 | -0/+2 | |
| | | ||||||
| * | Fix rounding of integers in format table | pukkandan | 2022-07-11 | 1 | -4/+4 | |
| | | ||||||
| * | [utils, cleanup] Refactor parse_codecs | pukkandan | 2022-07-11 | 1 | -6/+15 | |
| | | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2022-07-09 | 1 | -2/+2 | |
| | | ||||||
| * | Skip some fixup if remux/recode is needed (#4266) | Lesmiscore (Naoya Ozaki) | 2022-07-09 | 1 | -12/+15 | |
| | | | | | | Authored by: Lesmiscore | |||||
| * | [outtmpl] Add alternate form `h` for HTML escaping | pukkandan | 2022-07-09 | 1 | -2/+5 | |
| | | | | | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/3292 | |||||
| * | Improve chapter sanitization | pukkandan | 2022-07-07 | 1 | -2/+7 | |
| | | ||||||
| * | Release 2022.06.29 | pukkandan | 2022-06-29 | 1 | -1/+3 | |
| | | ||||||
| * | [cleanup] Misc cleanup | pukkandan | 2022-06-29 | 1 | -1/+1 | |
| | | ||||||
| * | [update] Ability to set a maximum version for specific variants | pukkandan | 2022-06-29 | 1 | -13/+2 | |
| | | ||||||
* | | updated from upstream | 27/06/2022 at 01:25 | Jesús | 2022-06-27 | 1 | -295/+295 | |
|\| | ||||||
| * | Sanitize `chapters` | pukkandan | 2022-06-26 | 1 | -0/+9 | |
| | | | | | | | | Closes #4182 | |||||
| * | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 1 | -7/+7 | |
| | | ||||||
| * | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -1/+0 | |
| | | ||||||
| * | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -14/+7 | |
| | | | | | | | | Removing any more will require changes to a large number of extractors | |||||
| * | Fix `section_end` of clips | pukkandan | 2022-06-25 | 1 | -1/+1 | |
| | | | | | | | | Closes #4165 | |||||
| * | Fix playlist error handling | pukkandan | 2022-06-22 | 1 | -1/+1 | |
| | | | | | | | | Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e | |||||
| * | Add deprecation warning for Py3.6 | pukkandan | 2022-06-22 | 1 | -3/+8 | |
| | | | | | | | | See: https://github.com/yt-dlp/yt-dlp/issues/3764 | |||||
| * | Allow extractors to specify section_start/end for clips | pukkandan | 2022-06-22 | 1 | -5/+12 | |
| | | ||||||
| * | [cleanup] Misc | pukkandan | 2022-06-20 | 1 | -4/+5 | |
| | | ||||||
| * | [docs] Improvements | pukkandan | 2022-06-20 | 1 | -0/+1 | |
| | |