Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.12 KB

Changelog

Changed

  • Document new variables passed down from yt-dlp
  • Added _SUPPORTED_CONTEXTS attribute to Provider to specify supported PO Token contexts. If not specified, the provider will only support "gvs" context.

Changed

  • Productionize after upstream PO Token support merged. Minimum yt-dlp version is 2024.09.27

Fixed

  • Logger warning once parameter not being passed down correctly (by grqz)

Added

  • New VERSION attribute to GetPOTProvider. Shown in verbose output for debugging purposes.
  • A changelog

Changed

  • Improve logging output
  • Re-raise NoSupportingHandlers error raised within a Provider as a RequestError