aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for when stdout/stderr encoding is Nonepukkandan2022-02-171-1/+2
* Obey `--abort-on-error` for "ffmpeg not installed"pukkandan2022-02-141-3/+5
* Set `webpage_url_...` from `webpage_url` and not input URLpukkandan2022-02-131-2/+6
* Add regex operator and quoting to format filters (#2698)Lukas Fink2022-02-111-3/+9
* [extractor] Allow `http_headers` to be specified for `thumbnails`pukkandan2022-02-111-1/+1
* [cleanup,docs] Minor fixespukkandan2022-02-031-12/+8
* [outtmpl] Handle hard-coded file extension betterpukkandan2022-02-011-3/+10
* [extractor] Allow non-fatal `title` extractionpukkandan2022-01-241-1/+6
* [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-1/+2
* Add option `--print-to-file`pukkandan2022-01-241-22/+40
* Ensure `_type` is present in `info.json`pukkandan2022-01-241-0/+1
* Fix/improve `InAdvancePagedList`pukkandan2022-01-241-0/+4
* [cleanup] Minor fixespukkandan2022-01-211-2/+2
* List playlist thumbnails in `--list-thumbnails`pukkandan2022-01-211-1/+4
* Add option --legacy-server-connect (#778)xtkoba2022-01-211-0/+2
* [iq.com] Add extractors (#2354)MinePlayersPE2022-01-201-1/+3
* Add option `--concat-playlist`pukkandan2022-01-131-11/+14
* [cleanup, docs] Minor fixespukkandan2022-01-121-4/+4
* Check for existing thumbnail/subtitle in final directorypukkandan2022-01-111-27/+27
* Fix typo in ed5835b4513aed59ff29f4bdb7e07456cd041ee0pukkandan2022-01-111-1/+1
* Allow listing formats, thumbnails, subtitles using `--print` (#2238)pukkandan2022-01-111-77/+82
* Allow `--print` to be run at any post-processing stagepukkandan2022-01-111-35/+32
* [youtube:tab] Extract more playlist metadata (#2069)coletdjnz2022-01-071-5/+12
* [cleanup] Misc cleanuppukkandan2022-01-041-10/+10
* Fix `-s --ignore-no-formats --force-write-archive`pukkandan2022-01-031-9/+9
* Fix recursion error in f46e2f9d929f395b32b52cdab93dde980a5ddaf1pukkandan2022-01-031-3/+3
* Write `download_archive` only after all formats are downloadedpukkandan2022-01-031-17/+27
* Add key `requested_downloads` in the root `info_dict`pukkandan2022-01-031-13/+29
* Add field `video_autonumber`pukkandan2022-01-031-0/+3
* Raise error if subtitle download failspukkandan2022-01-031-2/+3
* Add more post-processing stagespukkandan2022-01-031-0/+8
* Allow `--exec` to be run at any post-processing stagepukkandan2022-01-031-2/+3
* Add `--print playlist:` to print fields per playlistpukkandan2022-01-031-9/+22
* Fix live title for multiple formatspukkandan2022-01-021-3/+2
* [outtmpl] Alternate form for `D` and fix suffix's casepukkandan2021-12-301-1/+3
* Don't treat empty containers as `None` in `sanitize_info`pukkandan2021-12-281-2/+1
* [cookies] Support other keyrings (#2032)Matt Broadway2021-12-271-6/+6
* Avoid recursion error when re-extracting infopukkandan2021-12-261-24/+26
* [OpenCast] Add extractors (#1905)Benedikt Wildenhain2021-12-251-1/+1
* [outtmpl] Change filename sanitization type to `S`pukkandan2021-12-231-3/+3
* Add option `--file-access-retries` (#2066)Emanuel Hoogeveen2021-12-231-2/+2
* [cleanup] Misc cleanuppukkandan2021-12-231-8/+8
* [outtmpl] Add alternate forms `F`, `D`pukkandan2021-12-231-12/+24
* Add interactive format selection with `-f -`pukkandan2021-12-211-38/+57
* [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-201-26/+51
* [cleanup] Fix some typos (#2033)Unit 1932021-12-191-1/+1
* Remove known invalid thumbnails from `info_dict`pukkandan2021-12-191-1/+2
* [outtmpl] Add operator `&` for replacement text (#2012)PilzAdam2021-12-181-3/+5
* [extractor] Standardize `_live_title`pukkandan2021-12-151-0/+3
* Add field `webpage_url_domain`pukkandan2021-12-151-0/+4