aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix `--break-per-url --max-downloads`pukkandan2022-08-241-0/+1
| |
| * Add option `--use-extractors`pukkandan2022-08-241-16/+25
| | | | | | | | | | | | | | | | Deprecates `--force-generic-extractor` Closes #3234, Closes #2044 Related: #4307, #1791
| * [utils] Add orderedSet_from_optionspukkandan2022-08-241-21/+6
| |
| * [cleanup] Miscpukkandan2022-08-191-0/+1
| |
| * Fix bug in --download-archivepukkandan2022-08-161-1/+1
| | | | | | | | Closes #4668
| * [cleanup] Miscpukkandan2022-08-151-1/+1
| |
| * [docs] Consistent use of `e.g.` (#4643)Lesmiscore2022-08-141-6/+6
| | | | | | Authored by: Lesmiscore
| * Remove filtered entries from `-J`pukkandan2022-08-091-1/+4
| | | | | | | | Closes #4369
| * [build, devscripts] Add devscript to set a build variantpukkandan2022-08-091-1/+3
| | | | | | | | Closes #4471
| * [extractor] Add field `audio_channels`pukkandan2022-08-081-3/+6
| |
| * Determine merge container better (See desc) (#1482)Lauren N. Liberda2022-08-041-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 messagepukkandan2022-08-021-1/+1
| | | | | | | | Closes #4534
| * Fix bug in 0647d9251f7285759109cc82693efee533346911pukkandan2022-08-021-0/+4
| |
| * Minor bugfixespukkandan2022-08-021-6/+7
| |
| * [extractor] Support multiple archive ids for one video (#4307)pukkandan2022-08-021-5/+3
| | | | | | | | Closes #4352
| * [extractor] Framework for embed detection (#4307)pukkandan2022-08-021-1/+2
| |
| * [outtmpl] Treat empty values as None in filenamespukkandan2022-07-311-0/+3
| | | | | | | | Workaround for #4485
| * [utils, cleanup] Consolidate known media extensionspukkandan2022-07-311-3/+4
| |
| * Fix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4pukkandan2022-07-271-3/+4
| | | | | | | | Closes #4454
| * [youtube,twitch] Allow waiting for channels to become livepukkandan2022-07-261-3/+11
| | | | | | | | Closes #2597
| * Reject entire playlists faster with `--match-filter`pukkandan2022-07-261-29/+36
| | | | | | | | | | | | Rejected based on `playlist_id` etc can be checked before any entries are extracted Related: #4383
| * Remove Python 3.6 supportpukkandan2022-07-181-1/+2
| | | | | | | | Closes #3764
| * [cleanup] Miscpukkandan2022-07-181-3/+3
| |
| * [update] Prepare to remove Python 3.6 supportpukkandan2022-07-171-2/+2
| |
| * [compat] Let PyInstaller detect _legacy modulepukkandan2022-07-171-3/+0
| |
| * Support `--no-progress` for `--wait-for-video`pukkandan2022-07-161-2/+8
| | | | | | | | Closes #4365
| * [docs] Improve docstring of `download_ranges` (#4340)Sebastian Wallkötter2022-07-121-3/+5
| | | | | | Authored by: FirefoxMetzger
| * [cleanup] Minor fixespukkandan2022-07-111-1/+5
| |
| * Discard info_dict from memory if no longer neededpukkandan2022-07-111-4/+16
| | | | | | | | Closes #1399
| * Do not allow extractors to return `None`pukkandan2022-07-111-0/+2
| |
| * Fix rounding of integers in format tablepukkandan2022-07-111-4/+4
| |
| * [utils, cleanup] Refactor parse_codecspukkandan2022-07-111-6/+15
| |
| * [cleanup] Misc cleanuppukkandan2022-07-091-2/+2
| |
| * Skip some fixup if remux/recode is needed (#4266)Lesmiscore (Naoya Ozaki)2022-07-091-12/+15
| | | | | | Authored by: Lesmiscore
| * [outtmpl] Add alternate form `h` for HTML escapingpukkandan2022-07-091-2/+5
| | | | | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/3292
| * Improve chapter sanitizationpukkandan2022-07-071-2/+7
| |
| * Release 2022.06.29pukkandan2022-06-291-1/+3
| |
| * [cleanup] Misc cleanuppukkandan2022-06-291-1/+1
| |
| * [update] Ability to set a maximum version for specific variantspukkandan2022-06-291-13/+2
| |
* | updated from upstream | 27/06/2022 at 01:25Jesús2022-06-271-295/+295
|\|
| * Sanitize `chapters`pukkandan2022-06-261-0/+9
| | | | | | | | Closes #4182
| * [compat] Remove deprecated functions from core codepukkandan2022-06-251-7/+7
| |
| * [cleanup] Consistent style for file headspukkandan2022-06-251-1/+0
| |
| * [compat] Remove more functionspukkandan2022-06-251-14/+7
| | | | | | | | Removing any more will require changes to a large number of extractors
| * Fix `section_end` of clipspukkandan2022-06-251-1/+1
| | | | | | | | Closes #4165
| * Fix playlist error handlingpukkandan2022-06-221-1/+1
| | | | | | | | Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e
| * Add deprecation warning for Py3.6pukkandan2022-06-221-3/+8
| | | | | | | | See: https://github.com/yt-dlp/yt-dlp/issues/3764
| * Allow extractors to specify section_start/end for clipspukkandan2022-06-221-5/+12
| |
| * [cleanup] Miscpukkandan2022-06-201-4/+5
| |
| * [docs] Improvementspukkandan2022-06-201-0/+1
| |