aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | updated from upstream | 06/04/2022 at 00:09Jesús2022-04-061-45/+38
|\|
| * [cleanup] Misc fixespukkandan2022-04-051-4/+5
| | | | | | | | | | | | 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
| * Fallback to video-only format when selecting by extensionpukkandan2022-04-041-32/+19
| | | | | | | | Closes #3296
| * Fix filepath sanitization in `--print-to-file`pukkandan2022-04-041-9/+14
| |
* | updated from upstream | 30/03/2022 at 01:24Jesús2022-03-301-29/+52
|\|
| * Fix `--no-overwrite` for playlist infojsonpukkandan2022-03-281-10/+11
| | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/1467#issuecomment-1079922971
| * [utils] Add `filter_dict`pukkandan2022-03-281-6/+3
| |
| * Show warning when all media formats have DRMpukkandan2022-03-271-2/+8
| | | | | | | | Related: #1379
| * [outtmpl] Limit changes during sanitizationpukkandan2022-03-271-2/+5
| | | | | | | | Closes #2761
| * [outtmpl] Fix replacement/default when used with alternatepukkandan2022-03-261-5/+6
| |
| * Ignore format-specific fields in initial pass of `--match-filter`pukkandan2022-03-251-1/+11
| | | | | | | | Closes #3074
| * [docs] Minor improvementspukkandan2022-03-241-1/+1
| | | | | | | | Closes #3127, Closes #3081, Closes #3177
| * Fix `--abort-on-error` for subtitlespukkandan2022-03-231-2/+5
| | | | | | | | Closes #3163
| * Use certificates from `certifi` if installed (#3115)coletdev2022-03-221-0/+2
| | | | | | | | | | Fixes #3102 and most `CERTIFICATE_VERIFY_FAILED` issues Authored by: coletdjnz
* | updated from upstream | 22/03/2022 at 00:48Jesús2022-03-221-3/+2
|\|
| * Fix `autonumber`pukkandan2022-03-191-2/+1
| | | | | | | | Bug in 09b49e1f688831c3ad7181decf38c90f8451e6c4
| * Handle float in `--wait-for-video`pukkandan2022-03-181-1/+1
| | | | | | | | Closes #3082
* | updated from upstream | 12/03/2022 at 06:05Jesús2022-03-121-46/+48
|\|
| * [cleanup] Minor cleanuppukkandan2022-03-111-14/+5
| | | | | | | | Closes #3006
| * Protect stdout from unexpected progress and console-titlepukkandan2022-03-111-33/+40
| | | | | | | | Closes #3023
| * Fix `--print` with `--ignore-no-formats` when url is `None` (#3000)MMM2022-03-091-1/+1
| | | | | | Authored by: flashdagger
| * [cleanup, docs] Misc cleanuppukkandan2022-03-081-0/+2
| | | | | | | | Closes #2828, closes #2734, closes #2802, closes #2937
| * Add brotli content-encoding support (#2433)coletdev2022-03-081-0/+2
| | | | | | Authored by: coletdjnz
* | updated from upstream | 06/03/2022 at 01:41Jesús2022-03-061-1/+1
|\|
| * Update to ytdl-commit-6508688pukkandan2022-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Make default upload_/release_date a compat_str https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Except: * "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531 - https://github.com/ytdl-org/youtube-dl/commit/01824d275bfa7efbaca274b38c1ddc2b03f12f5d - https://github.com/ytdl-org/youtube-dl/commit/39a98b09a2acf50dc64bc41185be723b98e740b9 - https://github.com/ytdl-org/youtube-dl/commit/f0a05a55c2ee512880546c056cfbec5ad3399798 - https://github.com/ytdl-org/youtube-dl/commit/4186e817772d49d6f66b07c5ac8c248f026a6446
* | updated from upstream | 05/03/2022 at 00:59Jesús2022-03-051-12/+21
|\|
| * Implement `--add-header` without modifying `std_headers`pukkandan2022-03-041-2/+6
| | | | | | | | Closes #2526, #1614
| * Fix verbose log when stdout/stderr encoding is `None`pukkandan2022-03-041-1/+1
| | | | | | | | See: 5c104538270e5fc5ff8cf1007c34c0bf1e82e003
| * Better error message when no --live-from-start formatpukkandan2022-03-041-9/+12
| |
| * Handle negative duration from extractorpukkandan2022-03-041-0/+2
| | | | | | | | Closes #2921
* | updated from upstream | 25/02/2022 at 00:38Jesús2022-02-251-47/+54
|\|
| * [YoutubeDL] Fill more fields for playlists (#2824)Lesmiscore (Naoya Ozaki)2022-02-241-47/+54
| |
* | updated from upstream | 24/02/2022 at 04:34Jesús2022-02-241-24/+19
|\|
| * Add pre-processor stage `after_filter`pukkandan2022-02-231-24/+19
| | | | | | | | | | | | | | * Move `_match_entry` and `post_extract` to `process_video_result`. It is also left in `process_info` for API compat * `--list-...` options and `--force-write-archive` now obey filtering options * Move `SponsorBlockPP` to `after_filter`. Closes https://github.com/yt-dlp/yt-dlp/issues/2536 * Reverts 4ec82a72bbf7ff0066edb50dcad20aa77ac2fe09 since this commit addresses the issue it was solving
* | updated from upstream | 18/02/2022 at 16:58Jesús2022-02-181-10/+17
|\|
| * Tolerate failure to `--write-link` due to unknown URLpukkandan2022-02-181-4/+6
| | | | | | | | Closes #2724
| * Create necessary directories for `--print-to-file`pukkandan2022-02-181-2/+3
| | | | | | | | Closes #2721
| * Fix `-all` for `--sub-langs`pukkandan2022-02-181-3/+6
| | | | | | | | Closes #2703
| * Fix for when stdout/stderr encoding is Nonepukkandan2022-02-171-1/+2
| | | | | | | | Closes #2711
* | updated from upstream | 14/02/2022 at 21:36Jesús2022-02-141-3/+5
|\|
| * Obey `--abort-on-error` for "ffmpeg not installed"pukkandan2022-02-141-3/+5
| | | | | | | | Closes #1840
* | updated from upstream | 13/02/2022 at 17:31Jesús2022-02-131-2/+6
|\|
| * Set `webpage_url_...` from `webpage_url` and not input URLpukkandan2022-02-131-2/+6
| | | | | | | | Closes #2756
* | updated from upstream | 12/02/2022 at 21:05Jesús2022-02-121-4/+10
|\|
| * Add regex operator and quoting to format filters (#2698)Lukas Fink2022-02-111-3/+9
| | | | | | | | Closes #2681 Authored by: lukasfink1
| * [extractor] Allow `http_headers` to be specified for `thumbnails`pukkandan2022-02-111-1/+1
| |
* | updated from upstream | 05/02/2022 at 10:48Jesús2022-02-051-218/+322
|\|
| * [cleanup,docs] Minor fixespukkandan2022-02-031-12/+8
| | | | | | | | Closes #2541, #2484
| * [outtmpl] Handle hard-coded file extension betterpukkandan2022-02-011-3/+10
| | | | | | | | | | When we know that the user-provided extension is the correct final one, replace it with intermediate extension during download
| * [extractor] Allow non-fatal `title` extractionpukkandan2022-01-241-1/+6
| |