]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[cleanup] Misc cleanup and refactor (#2173)
[yt-dlp.git] / yt_dlp / YoutubeDL.py
2022-04-17  pukkandan[cleanup] Misc cleanup and refactor (#2173)
2022-04-12  pukkandan[cleanup] Misc cleanup (#2173)
2022-04-12  pukkandan[cleanup] Sort imports
2022-04-12  pukkandan[cleanup] Upgrade syntax
2022-04-12  pukkandan[cleanup] Mark some compat variables for removal (...
2022-04-12  felix[cleanup] Remove unused code paths (#2173)
2022-04-09  pukkandan[cookies] Report progress when importing cookies
2022-04-09  pukkandan[utils] `sanitize_path`: Fix when path is empty string
2022-04-08  pukkandanDe-prioritize automatic-subtitles when no `--sub-lang...
2022-04-07  pukkandanIgnore `mhtml` formats from `-f mergeall`
2022-04-05  pukkandan[cleanup] Misc fixes
2022-04-04  pukkandanFallback to video-only format when selecting by extension
2022-04-04  pukkandanFix filepath sanitization in `--print-to-file`
2022-03-28  pukkandanFix `--no-overwrite` for playlist infojson
2022-03-28  pukkandan[utils] Add `filter_dict`
2022-03-27  pukkandanShow warning when all media formats have DRM
2022-03-27  pukkandan[outtmpl] Limit changes during sanitization
2022-03-26  pukkandan[outtmpl] Fix replacement/default when used with alternate
2022-03-25  pukkandanIgnore format-specific fields in initial pass of `...
2022-03-24  pukkandan[docs] Minor improvements
2022-03-23  pukkandanFix `--abort-on-error` for subtitles
2022-03-22  coletdevUse certificates from `certifi` if installed (#3115)
2022-03-18  pukkandanFix `autonumber`
2022-03-17  pukkandanHandle float in `--wait-for-video`
2022-03-11  pukkandan[cleanup] Minor cleanup
2022-03-11  pukkandanProtect stdout from unexpected progress and console...
2022-03-09  MMMFix `--print` with `--ignore-no-formats` when url is...
2022-03-08  pukkandan[cleanup, docs] Misc cleanup
2022-03-08  coletdevAdd brotli content-encoding support (#2433)
2022-03-04  pukkandanUpdate to ytdl-commit-6508688
2022-03-04  pukkandanImplement `--add-header` without modifying `std_headers`
2022-03-04  pukkandanFix verbose log when stdout/stderr encoding is `None`
2022-03-04  pukkandanBetter error message when no --live-from-start format
2022-03-04  pukkandanHandle negative duration from extractor
2022-02-24  Lesmiscore (Naoya... [YoutubeDL] Fill more fields for playlists (#2824)
2022-02-22  pukkandanAdd pre-processor stage `after_filter`
2022-02-18  pukkandanTolerate failure to `--write-link` due to unknown URL
2022-02-18  pukkandanCreate necessary directories for `--print-to-file`
2022-02-18  pukkandanFix `-all` for `--sub-langs`
2022-02-17  pukkandanFix for when stdout/stderr encoding is None
2022-02-14  pukkandanObey `--abort-on-error` for "ffmpeg not installed"
2022-02-13  pukkandanSet `webpage_url_...` from `webpage_url` and not input URL
2022-02-11  Lukas FinkAdd regex operator and quoting to format filters (...
2022-02-11  pukkandan[extractor] Allow `http_headers` to be specified for...
2022-02-03  pukkandan[cleanup,docs] Minor fixes
2022-02-01  pukkandan[outtmpl] Handle hard-coded file extension better
2022-01-24  pukkandan[extractor] Allow non-fatal `title` extraction
2022-01-23  pukkandan[docs,cleanup] Fix linter and misc cleanup
2022-01-23  pukkandanAdd option `--print-to-file`
2022-01-23  pukkandanEnsure `_type` is present in `info.json`
2022-01-23  pukkandanFix/improve `InAdvancePagedList`
2022-01-21  pukkandan[cleanup] Minor fixes
2022-01-21  pukkandanList playlist thumbnails in `--list-thumbnails`
2022-01-21  xtkobaAdd option --legacy-server-connect (#778)
2022-01-19  MinePlayersPE[iq.com] Add extractors (#2354)
2022-01-13  pukkandanAdd option `--concat-playlist`
2022-01-12  pukkandan[cleanup, docs] Minor fixes
2022-01-11  pukkandanCheck for existing thumbnail/subtitle in final directory
2022-01-10  pukkandanFix typo in ed5835b4513aed59ff29f4bdb7e07456cd041ee0
2022-01-10  pukkandanAllow listing formats, thumbnails, subtitles using...
2022-01-10  pukkandanAllow `--print` to be run at any post-processing stage
2022-01-07  coletdjnz[youtube:tab] Extract more playlist metadata (#2069)
2022-01-03  pukkandan[cleanup] Misc cleanup
2022-01-03  pukkandanFix `-s --ignore-no-formats --force-write-archive`
2022-01-03  pukkandanFix recursion error in f46e2f9d929f395b32b52cdab93dde98...
2022-01-03  pukkandanWrite `download_archive` only after all formats are...
2022-01-03  pukkandanAdd key `requested_downloads` in the root `info_dict`
2022-01-03  pukkandanAdd field `video_autonumber`
2022-01-03  pukkandanRaise error if subtitle download fails
2022-01-03  pukkandanAdd more post-processing stages
2022-01-03  pukkandanAllow `--exec` to be run at any post-processing stage
2022-01-03  pukkandanAdd `--print playlist:` to print fields per playlist
2022-01-01  pukkandanFix live title for multiple formats
2021-12-30  pukkandan[outtmpl] Alternate form for `D` and fix suffix's case
2021-12-27  pukkandanDon't treat empty containers as `None` in `sanitize_info`
2021-12-27  Matt Broadway[cookies] Support other keyrings (#2032)
2021-12-25  pukkandanAvoid recursion error when re-extracting info
2021-12-24  Benedikt Wildenhain[OpenCast] Add extractors (#1905)
2021-12-23  pukkandan[outtmpl] Change filename sanitization type to `S`
2021-12-23  Emanuel HoogeveenAdd option `--file-access-retries` (#2066)
2021-12-23  pukkandan[cleanup] Misc cleanup
2021-12-23  pukkandan[outtmpl] Add alternate forms `F`, `D`
2021-12-21  pukkandanAdd interactive format selection with `-f -`
2021-12-20  The Hatsune Daishi[dash,youtube] Download live from start to end (#888)
2021-12-19  Unit 193[cleanup] Fix some typos (#2033)
2021-12-19  pukkandanRemove known invalid thumbnails from `info_dict`
2021-12-17  PilzAdam[outtmpl] Add operator `&` for replacement text (#2012)
2021-12-15  pukkandan[extractor] Standardize `_live_title`
2021-12-14  pukkandanAdd field `webpage_url_domain`
2021-12-14  pukkandanFix PostProcessor hooks not registered for some PPs
2021-12-08  pukkandan[compat] Suppress errors in enabling VT mode
2021-12-06  pukkandanPre-process when using `--flat-playlist`
2021-12-06  pukkandanUse `parse_duration` for `--wait-for-video`
2021-12-01  pukkandanFix control characters being printed to `--console...
2021-12-01  pukkandanRelease 2021.12.01 2021.12.01
2021-11-29  pukkandanFix `--trim-filename` when filename has `.`
2021-11-29  pukkandan[cleanup] Add deprecation warnings
2021-11-29  pukkandan[cleanup] Misc cleanup
2021-11-29  pukkandan[build] Save Git HEAD at release alongside version...
2021-11-29  pukkandanOption `--wait-for-video` to wait for scheduled streams
next