idoneam / Canary

Canary is a Python3 bot designed for the McGill University Community Discord Server. The bot provides helper functions to users, as well as fun functions, a quote database and custom greeting messages.
GNU General Public License v3.0
11 stars 7 forks source link

chore(deps): bump yt-dlp from 2021.12.27 to 2023.1.6 #594

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps yt-dlp from 2021.12.27 to 2023.1.6.

Release notes

Sourced from yt-dlp's releases.

yt-dlp 2023.01.06

A description of the various files are in the README


  • Fix config locations by Grub4k, coletdjnz, pukkandan
  • [downloader/aria2c] Disable native progress
  • [utils] mimetype2ext: weba is not standard
  • [utils] windows_enable_vt_mode: Better error handling
  • [build] Add minimal pyproject.toml
  • [update] Fix updater file removal on windows by Grub4K
  • [cleanup] Misc fixes and cleanup
  • [extractor/aitube] Add extractor by HobbyistDev
  • [extractor/drtv] Add series extractors by FrederikNS
  • [extractor/volejtv] Add extractor by HobbyistDev
  • [extractor/xanimu] Add extractor by JChris246
  • [extractor/youtube] Retry manifest refresh for live-from-start by mzhou
  • [extractor/biliintl] Add /media to VALID_URL by HobbyistDev
  • [extractor/biliIntl] Add fallback to video_data by HobbyistDev
  • [extractor/crunchyroll:show] Add language to entries by Chrissi2812
  • [extractor/joj] Fix extractor by OndrejBakan, pukkandan
  • [extractor/nbc] Update graphql query by jacobtruman
  • [extractor/reddit] Add subreddit as channel_id by gschizas
  • [extractor/tiktok] Add TikTokLive extractor by JC-Chung

yt-dlp 2023.01.02

A description of the various files are in the README


  • Improve plugin architecture by Grub4K, coletdjnz, flashdagger, pukkandan
    • Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.) and can be distributed and installed as packages. See the readme for more information
  • Add --compat-options 2021,2022
    • This allows devs to change defaults and make other potentially breaking changes more easily. If you need everything to work exactly as-is, put Use --compat 2022 in your config to guard against future compat changes.
  • [downloader/aria2c] Native progress for aria2c via RPC by Lesmiscore, pukkandan
  • Merge youtube-dl: Upto commit/195f22f by Grub4k, pukkandan
  • Add pre-processor stage video
  • Let --parse/replace-in-metadata run at any post-processing stage
  • Add --enable-file-urls by coletdjnz
  • Add new field aspect_ratio
  • Add ac4 to known codecs
  • Add weba to known extensions

... (truncated)

Changelog

Sourced from yt-dlp's changelog.

Changelog

2023.01.06

  • Fix config locations by Grub4k, coletdjnz, pukkandan
  • [downloader/aria2c] Disable native progress
  • [utils] mimetype2ext: weba is not standard
  • [utils] windows_enable_vt_mode: Better error handling
  • [build] Add minimal pyproject.toml
  • [update] Fix updater file removal on windows by Grub4K
  • [cleanup] Misc fixes and cleanup
  • [extractor/aitube] Add extractor by HobbyistDev
  • [extractor/drtv] Add series extractors by FrederikNS
  • [extractor/volejtv] Add extractor by HobbyistDev
  • [extractor/xanimu] Add extractor by JChris246
  • [extractor/youtube] Retry manifest refresh for live-from-start by mzhou
  • [extractor/biliintl] Add /media to VALID_URL by HobbyistDev
  • [extractor/biliIntl] Add fallback to video_data by HobbyistDev
  • [extractor/crunchyroll:show] Add language to entries by Chrissi2812
  • [extractor/joj] Fix extractor by OndrejBakan, pukkandan
  • [extractor/nbc] Update graphql query by jacobtruman
  • [extractor/reddit] Add subreddit as channel_id by gschizas
  • [extractor/tiktok] Add TikTokLive extractor by JC-Chung

2023.01.02

  • Improve plugin architecture by Grub4K, coletdjnz, flashdagger, pukkandan
    • Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.) and can be distributed and installed as packages. See the readme for more information
  • Add --compat-options 2021,2022
    • This allows devs to change defaults and make other potentially breaking changes more easily. If you need everything to work exactly as-is, put Use --compat 2022 in your config to guard against future compat changes.
  • [downloader/aria2c] Native progress for aria2c via RPC by Lesmiscore, pukkandan
  • Merge youtube-dl: Upto commit/195f22f by Grub4k, pukkandan
  • Add pre-processor stage video
  • Let --parse/replace-in-metadata run at any post-processing stage
  • Add --enable-file-urls by coletdjnz
  • Add new field aspect_ratio
  • Add ac4 to known codecs
  • Add weba to known extensions
  • [FFmpegVideoConvertor] Add gif to --recode-video

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #600.