]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[docs] Improvements
[yt-dlp.git] / yt_dlp / YoutubeDL.py
2022-06-20  pukkandan[docs] Improvements
2022-06-18  pukkandan[cleanup] Deprecate `YoutubeDL.parse_outtmpl`
2022-06-17  pukkandanAdd option `--lazy-playlist` to process entries as...
2022-06-17  pukkandanAdd slicing notation to `--playlist-items`
2022-06-16  pukkandan[utils] `Popen`: Refactor to use contextmanager
2022-06-16  pukkandan[extractor] Import `_ALL_CLASSES` lazily
2022-06-13  pukkandanFix bug in 56ba69e4c991e81a449882258be08d0b6b98c648
2022-06-11  pukkandan[cleanup] Misc fixes (see desc)
2022-06-10  pukkandan[cleanup] Misc fixes
2022-06-06  pukkandanAdd option `--download-sections` to download video...
2022-06-03  pukkandan[cleanup] Misc fixes
2022-05-27  pukkandanFix bug in 8a82af3511b4379af0d239dbd01c672c17a2c46a
2022-05-26  pukkandan[cleanup] Misc fixes and cleanup
2022-05-21  pukkandan[cleanup] Misc
2022-05-20  pukkandanEnsure pre-processor errors do not block video download
2022-05-20  pukkandanFix `--simulate --max-downloads`
2022-05-20  pukkandan[utils] Fix bug in 0b9c08b47bb5e95c21b067044ace4e824d19a9c2
2022-05-19  pukkandanAdd option --retry-sleep (#3059)
2022-05-18  pukkandan[cleanup] Minor fixes
2022-05-17  pukkandanBugfix for 591bb9d3553a4d7b453777c1e28e0948741e3b50
2022-05-17  pukkandan[compat] Implement `compat.imghdr`
2022-05-17  pukkandanFix color in `-q -F`
2022-05-16  pukkandan`--max-downloads` should obey `--break-per-input`
2022-05-16  pukkandan[cleanup] Misc cleanup
2022-05-11  pukkandan[FixupM3u8] Obey `--hls-prefer-mpegts`
2022-05-11  pukkandanShow name of downloader in verbose log
2022-05-11  pukkandan[cookies] Allow `cookiefile` to be a text stream
2022-05-09  pukkandan[cleanup] Minor fixes (See desc)
2022-05-07  pukkandanRun `FFmpegFixupM3u8PP` for live-streams if needed
2022-05-07  pukkandanRemove warning for videos with an empty title
2022-05-02  coletdevAdd support for SSL client certificate authentication...
2022-04-30  pukkandan[cleanup] Misc fixes (see desc)
2022-04-30  pukkandan[EmbedThumbnail] Do not obey `-k`
2022-04-29  pukkandan[cleanup] Misc fixes
2022-04-29  pukkandan[doc] Minor improvements
2022-04-28  pukkandan`--match-filter -` to interactively ask for each video
2022-04-28  pukkandan[utils] `write_string`: Workaround newline issue in...
2022-04-28  pukkandanImprove `--clean-infojson`
2022-04-20  pukkandan[dependencies] Create module with all dependency imports
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
next