AvinashReddy3108 / PaperplaneRemix

Friendship ended with Telegram, now Matrix is my new friend.
GNU General Public License v3.0
30 stars 28 forks source link

build(deps): update yt-dlp requirement from ~=2022.5.18 to ~=2022.6.22 #38

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on yt-dlp to permit the latest version.

Changelog

Sourced from yt-dlp's changelog.

Changelog

2022.06.22.1

  • [build] Fix updating homebrew formula

2022.06.22

  • Deprecate support for Python 3.6
  • Add option --download-sections to download video partially
    • Chapter regex and time ranges are accepted (Eg: --download-sections *1:10-2:20)
  • Add option --alias
  • Add option --lazy-playlist to process entries as they are received
  • Add option --retry-sleep
  • Add slicing notation to --playlist-items
    • Adds support for negative indices and step
    • Add -I as alias for --playlist-index
    • Makes --playlist-start, --playlist-end, --playlist-reverse, --no-playlist-reverse redundant
  • --config-location - to provide options interactively
  • [build] Add Linux standalone builds
  • [update] Self-restart after update
  • Merge youtube-dl: Upto commit/8a158a9
  • Add --no-update
  • Allow extractors to specify section_start/end for clips
  • Do not print progress to stderr with -q
  • Ensure pre-processor errors do not block video download
  • Fix --simulate --max-downloads
  • Improve error handling of bad config files
  • Return an error code if update fails
  • Fix bug in 3a408f9
  • [ExtractAudio] Allow conditional conversion
  • [ModifyChapters] Fix repeated removal of small segments
  • [ThumbnailsConvertor] Allow conditional conversion
  • [cookies] Detect profiles for cygwin/BSD by moench-tegeder
  • [dash] Show fragment count with --live-from-start by flashdagger
  • [extractor] Add _search_json by coletdjnz, pukkandan
  • [extractor] Add default parameter to _search_json by coletdjnz, pukkandan
  • [extractor] Add dev option --load-pages
  • [extractor] Handle json_ld with multiple @types

... (truncated)

Commits
  • a86e01e Release 2022.06.22.1
  • 1ed70fd [build] Fix updating homebrew formula
  • def4973 [version] update
  • 0af80bc Release 2022.06.22
  • eff4275 Add deprecation warning for Py3.6
  • 998a3ca [cleanup] Misc fixes
  • 471d036 [youtube:clips] Support downloading clips
  • 3975b4d Allow extractors to specify section_start/end for clips
  • 230d5c8 [jsinterp] Some optimizations and refactoring
  • e4afcfd [build] Add Linux standalone builds
  • Additional commits viewable in compare view


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)