aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Misc cleanuppukkandan2021-10-091-11/+18
* Merge webm formats into mkv if thumbnails are to be embeddedpukkandan2021-10-091-4/+14
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-29/+48
* [FixupM3u8] Do not run if merge is neededpukkandan2021-10-061-1/+2
* bugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bfpukkandan2021-10-061-1/+1
* Fix `-f mp4` behaving differently from youtube-dlpukkandan2021-10-041-3/+8
* [extractor] Extract storyboards from SMIL manifests (#1128)Felix S2021-10-031-3/+3
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-301-4/+4
* [postprocessor] Add plugin supportpukkandan2021-09-301-4/+6
* Allow empty output template to skip a type of filepukkandan2021-09-301-132/+147
* Fix `--flat-playlist` when neither IE nor id is knownpukkandan2021-09-271-1/+1
* [outtmpl] Alternate form of format type `l` for `\n` delimited listpukkandan2021-09-271-1/+2
* [outtmpl] Format type `U` for unicode normalizationpukkandan2021-09-261-10/+16
* Allow `0` in `--playlist-items`pukkandan2021-09-251-1/+4
* [build] Improve release process (#880)pukkandan2021-09-241-7/+3
* Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan2021-09-241-7/+14
* Download subtitles in order of `--sub-langs`pukkandan2021-09-241-9/+13
* [Hotstar] Add referer for subs (#1062)Ashish Gupta2021-09-231-1/+3
* [ffmpeg] Add `aac_adtstoasc` when merging if neededpukkandan2021-09-221-0/+1
* Allow alternate fields in outtmplpukkandan2021-09-181-6/+11
* [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-181-2/+2
* Add format type `B` for outtmpl to treat the value as bytespukkandan2021-09-181-2/+5
* Fix `--compat-option no-direct-merge`pukkandan2021-09-121-1/+1
* Allow `--force-write-archive` to work with `--flat-playlist`pukkandan2021-09-041-1/+5
* Handle more playlist errors with `-i`pukkandan2021-09-041-11/+16
* Fix `extra_info` being reused across runspukkandan2021-09-041-1/+4
* Fix `--compat-option playlist-index`pukkandan2021-09-041-2/+2
* fix bug in 88acdbc2698169e22cdbf358e44765150434c69epukkandan2021-08-251-1/+1
* Fix `add_info_extractor` when used via APIpukkandan2021-08-231-11/+17
* [lazy_extractor] Create instance only after pre-checking archivepukkandan2021-08-231-3/+3
* [extractor] Show video id in error messages if possiblepukkandan2021-08-231-12/+11
* [extractor] Better error message for DRM (#729)pukkandan2021-08-231-7/+25
* Don't try to merge with final extensionpukkandan2021-08-231-5/+0
* Fix `extra_info` being reused across runspukkandan2021-08-191-1/+3
* Fix `playlist_index` not obeying `playlist_start`pukkandan2021-08-171-2/+2
* Let `--match-filter` reject entries earlypukkandan2021-08-171-9/+12
* Fix `-J` when there are failed videospukkandan2021-08-171-0/+2
* Fix `-F` for extractors that directly return urlpukkandan2021-08-151-1/+1
* Fix resuming of single formats when using --no-partpukkandan2021-08-151-3/+6
* Misc fixes - See descpukkandan2021-08-101-3/+4
* Show libraries present in verbose headpukkandan2021-08-101-11/+16
* Add option `--replace-in-metadata`pukkandan2021-08-101-1/+1
* [docs] Fix some mistakes and improve docpukkandan2021-08-071-6/+10
* [cleanup] Miscpukkandan2021-08-071-22/+23
* Allow entire infodict to be printed using `%()s`pukkandan2021-08-071-7/+11
* Add option `--no-simulate` to not simulate even when `--print` or `--list...`...pukkandan2021-08-071-17/+20
* Fix bugs related to `sanitize_info`pukkandan2021-08-071-8/+18
* Add compat-option `no-keep-subs`pukkandan2021-08-061-1/+1
* Fix wrong extension for intermediate filespukkandan2021-08-051-4/+7
* Ensure sanitization of infodict before printing to stdoutpukkandan2021-08-051-7/+13