aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-1/+2
| | | | | | | | Closes #2419
| * Add option `--print-to-file`pukkandan2022-01-241-22/+40
| | | | | | | | Closes #2372
| * Ensure `_type` is present in `info.json`pukkandan2022-01-241-0/+1
| | | | | | | | Closes #2447
| * Fix/improve `InAdvancePagedList`pukkandan2022-01-241-0/+4
| |
| * [cleanup] Minor fixespukkandan2022-01-211-2/+2
| | | | | | | | Closes #2334
| * List playlist thumbnails in `--list-thumbnails`pukkandan2022-01-211-1/+4
| |
| * Add option --legacy-server-connect (#778)xtkoba2022-01-211-0/+2
| | | | | | | | | | to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation Authored by: xtkoba
| * [iq.com] Add extractors (#2354)MinePlayersPE2022-01-201-1/+3
| | | | | | | | Closes #704 Authored by: MinePlayersPE
| * Add option `--concat-playlist`pukkandan2022-01-131-11/+14
| | | | | | | | Closes #1855, related: #382
| * [cleanup, docs] Minor fixespukkandan2022-01-121-4/+4
| | | | | | | | Closes #2230
| * Check for existing thumbnail/subtitle in final directorypukkandan2022-01-111-27/+27
| | | | | | | | Closes #2275
| * Fix typo in ed5835b4513aed59ff29f4bdb7e07456cd041ee0pukkandan2022-01-111-1/+1
| |
| * Allow listing formats, thumbnails, subtitles using `--print` (#2238)pukkandan2022-01-111-77/+82
| | | | | | | | | | Closes #2083 Authored by: pukkandan, Zirro
| * 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
| | | | | | | | | | | | | | * Add fields modified_date, modified_timestamp * Add field playlist_count * [youtube:tab] Extract view_count, playlist_count, modified_date Authored by: coletdjnz, pukkandan
| * [cleanup] Misc cleanuppukkandan2022-01-041-10/+10
| |
| * Fix `-s --ignore-no-formats --force-write-archive`pukkandan2022-01-031-9/+9
| | | | | | | | Bug in a13e684813dccc21f3d71711bf79dafbe943bccb
| * Fix recursion error in f46e2f9d929f395b32b52cdab93dde980a5ddaf1pukkandan2022-01-031-3/+3
| | | | | | | | Closes #2216
| * Write `download_archive` only after all formats are downloadedpukkandan2022-01-031-17/+27
| | | | | | | | Closes #1470
| * Add key `requested_downloads` in the root `info_dict`pukkandan2022-01-031-13/+29
| |
| * Add field `video_autonumber`pukkandan2022-01-031-0/+3
| | | | | | | | Closes #662
| * Raise error if subtitle download failspukkandan2022-01-031-2/+3
| | | | | | | | Closes #2212
| * Add more post-processing stagespukkandan2022-01-031-0/+8
| | | | | | | | | | playlist = After entire playlist after_video = After downloading all formats of a video
| * Allow `--exec` to be run at any post-processing stagepukkandan2022-01-031-2/+3
| | | | | | | | Deprecates `--exec-before-download`
| * 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
| | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/2085#issuecomment-1002247689, https://github.com/yt-dlp/yt-dlp/pull/2132/files#r775729811
* | updated from upstream | 29/12/2021 at 19:12Jesús2021-12-291-55/+68
|\|
| * 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
| | | | | | Authored by: mbway
| * Avoid recursion error when re-extracting infopukkandan2021-12-261-24/+26
| |
| * [OpenCast] Add extractors (#1905)Benedikt Wildenhain2021-12-251-1/+1
| | | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/26934 Authored by: bwildenhain, C0D3D3V
| * [outtmpl] Change filename sanitization type to `S`pukkandan2021-12-231-3/+3
| | | | | | | | | | `F` is already used for float! Bug in e0fd95737d1a3c4a2bfb470c5408a396c8545ca5
| * Add option `--file-access-retries` (#2066)Emanuel Hoogeveen2021-12-231-2/+2
| | | | | | | | Closes #517 Authored by: ehoogeveen-medweb
| * [cleanup] Misc cleanuppukkandan2021-12-231-8/+8
| | | | | | | | Closes #1942 #1976 #2020 #2058 #1984
| * [outtmpl] Add alternate forms `F`, `D`pukkandan2021-12-231-12/+24
| | | | | | | | | | | | | | | | | | and improve `id` detection F = sanitize as filename (# = restricted) D = add Decimal suffixes Closes #2085, 2081
* | updated from upstream | 22/12/2021 at 13:30Jesús2021-12-221-38/+57
|\|
| * Add interactive format selection with `-f -`pukkandan2021-12-211-38/+57
| | | | | | | | Closes #2065
* | updated from upstream | 20/12/2021 at 11:53Jesús2021-12-201-31/+59
|\|
| * [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-201-26/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add option `--live-from-start` to enable downloading live videos from start * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments * [fragment] Allow multiple live dash formats to download simultaneously * [youtube] Implement fragment re-fetching for the live dash formats * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs) * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats Closes #1521 Authored by: nao20010128nao, pukkandan
| * [cleanup] Fix some typos (#2033)Unit 1932021-12-191-1/+1
| | | | | | Authored by: unit193
| * Remove known invalid thumbnails from `info_dict`pukkandan2021-12-191-1/+2
| | | | | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/980#issuecomment-997396821
| * [outtmpl] Add operator `&` for replacement text (#2012)PilzAdam2021-12-181-3/+5
| | | | | | Authored by: PilzAdam
* | updated from upstream | 15/12/2021 at 13:01Jesús2021-12-151-7/+17
|\|
| * [extractor] Standardize `_live_title`pukkandan2021-12-151-0/+3
| |
| * Add field `webpage_url_domain`pukkandan2021-12-151-0/+4
| | | | | | | | Closes #1311
| * Fix PostProcessor hooks not registered for some PPspukkandan2021-12-151-7/+10
| | | | | | | | Closes #1993
* | updated from upstream | 08/12/2021 at 12:12Jesús2021-12-081-1/+2
|\|
| * [compat] Suppress errors in enabling VT modepukkandan2021-12-081-1/+2
| | | | | | | | Closes #1932
* | updated from upstream | 07/12/2021 at 12:26Jesús2021-12-071-2/+3
|\|