]> jfr.im git - yt-dlp.git/history - yt_dlp/YoutubeDL.py
[extractor] Add field `audio_channels`
[yt-dlp.git] / yt_dlp / YoutubeDL.py
2022-08-07  pukkandan[extractor] Add field `audio_channels`
2022-08-04  Lauren N. LiberdaDetermine merge container better (See desc) (#1482)
2022-08-02  pukkandanFix misleading DRM message
2022-08-01  pukkandanFix bug in 0647d9251f7285759109cc82693efee533346911
2022-08-01  pukkandanMinor bugfixes
2022-08-01  pukkandan[extractor] Support multiple archive ids for one video...
2022-08-01  pukkandan[extractor] Framework for embed detection (#4307)
2022-07-30  pukkandan[outtmpl] Treat empty values as None in filenames
2022-07-30  pukkandan[utils, cleanup] Consolidate known media extensions
2022-07-27  pukkandanFix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4
2022-07-26  pukkandan[youtube,twitch] Allow waiting for channels to become...
2022-07-26  pukkandanReject entire playlists faster with `--match-filter`
2022-07-18  pukkandanRemove Python 3.6 support
2022-07-17  pukkandan[cleanup] Misc
2022-07-17  pukkandan[update] Prepare to remove Python 3.6 support
2022-07-17  pukkandan[compat] Let PyInstaller detect _legacy module
2022-07-16  pukkandanSupport `--no-progress` for `--wait-for-video`
2022-07-12  Sebastian Wallkötter[docs] Improve docstring of `download_ranges` (#4340)
2022-07-10  pukkandan[cleanup] Minor fixes
2022-07-10  pukkandanDiscard info_dict from memory if no longer needed
2022-07-10  pukkandanDo not allow extractors to return `None`
2022-07-10  pukkandanFix rounding of integers in format table
2022-07-10  pukkandan[utils, cleanup] Refactor parse_codecs
2022-07-09  pukkandan[cleanup] Misc cleanup
2022-07-08  Lesmiscore (Naoya... Skip some fixup if remux/recode is needed (#4266)
2022-07-08  pukkandan[outtmpl] Add alternate form `h` for HTML escaping
2022-07-07  pukkandanImprove chapter sanitization
2022-06-29  pukkandanRelease 2022.06.29
2022-06-29  pukkandan[cleanup] Misc cleanup
2022-06-29  pukkandan[update] Ability to set a maximum version for specific...
2022-06-25  pukkandanSanitize `chapters`
2022-06-24  pukkandan[compat] Remove deprecated functions from core code
2022-06-24  pukkandan[cleanup] Consistent style for file heads
2022-06-24  pukkandan[compat] Remove more functions
2022-06-24  pukkandanFix `section_end` of clips
2022-06-22  pukkandanFix playlist error handling
2022-06-22  pukkandanAdd deprecation warning for Py3.6
2022-06-21  pukkandanAllow extractors to specify section_start/end for clips
2022-06-20  pukkandan[cleanup] Misc
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)
next