aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* Write API params in debug headpukkandan2022-10-251-23/+28
* [cleanup Miscpukkandan2022-10-181-2/+2
* Fix end time of clips (#5255)cruel-efficiency2022-10-181-1/+2
* [outtmpl] Ensure ASCII in json and add option for Unicodepukkandan2022-10-141-1/+1
* Do more processing in `--flat-playlist`pukkandan2022-10-131-4/+4
* Fix for formats=Nonepukkandan2022-10-051-10/+12
* [cleanup] Minor fixespukkandan2022-10-041-0/+5
* [extractor/MicrosoftEmbed] Add extractor (#5082)sam2022-10-031-1/+1
* [extractor/crunchyroll:beta] Improve handling of hardsubs (#5041)Simon Sawicki2022-09-301-2/+2
* Don't download entire video when no matching `--download-sections`pukkandan2022-09-261-7/+4
* Playlists maynot always have webpage_urlpukkandan2022-09-251-5/+8
* Allow open ranges for time ranges (#4940)Lesmiscore2022-09-171-2/+3
* Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfepukkandan2022-09-111-1/+1
* [cleanup] Miscpukkandan2022-09-101-2/+4
* Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfepukkandan2022-09-101-1/+2
* Allow a `set` to be passed as `download_archive`pukkandan2022-09-081-13/+15
* [docs] Improvementspukkandan2022-09-071-15/+16
* Fix bug in 07a1250e0e90515ff8142161536f9dafa6eaba1bpukkandan2022-09-061-5/+8
* [outtmpl] Curly braces to filter keyspukkandan2022-09-031-13/+27
* [cleanup] Miscpukkandan2022-09-011-5/+5
* Update to ytdl-commit-ed5c44e7pukkandan2022-09-011-4/+4
* [cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly2022-08-301-2/+3
* [utils] Add `deprecation_warning`pukkandan2022-08-301-7/+13
* Add version to infojsonpukkandan2022-08-241-14/+11
* Fix `--break-per-url --max-downloads`pukkandan2022-08-241-0/+1
* Add option `--use-extractors`pukkandan2022-08-241-16/+25
* [utils] Add orderedSet_from_optionspukkandan2022-08-241-21/+6
* [cleanup] Miscpukkandan2022-08-191-0/+1
* Fix bug in --download-archivepukkandan2022-08-161-1/+1
* [cleanup] Miscpukkandan2022-08-151-1/+1
* [docs] Consistent use of `e.g.` (#4643)Lesmiscore2022-08-141-6/+6
* Remove filtered entries from `-J`pukkandan2022-08-091-1/+4
* [build, devscripts] Add devscript to set a build variantpukkandan2022-08-091-1/+3
* [extractor] Add field `audio_channels`pukkandan2022-08-081-3/+6
* Determine merge container better (See desc) (#1482)Lauren N. Liberda2022-08-041-33/+10
* Fix misleading DRM messagepukkandan2022-08-021-1/+1
* 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
* [extractor] Framework for embed detection (#4307)pukkandan2022-08-021-1/+2
* [outtmpl] Treat empty values as None in filenamespukkandan2022-07-311-0/+3
* [utils, cleanup] Consolidate known media extensionspukkandan2022-07-311-3/+4
* Fix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4pukkandan2022-07-271-3/+4
* [youtube,twitch] Allow waiting for channels to become livepukkandan2022-07-261-3/+11
* Reject entire playlists faster with `--match-filter`pukkandan2022-07-261-29/+36
* Remove Python 3.6 supportpukkandan2022-07-181-1/+2
* [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