Skip to content

Releases: MichaelBelgium/Laravel-Youtube-API

Version 2.3

14 Jan 13:47
Compare
Choose a tag to compare

This release adds support for yt-dlp. If it's installed on the system, it'll use yt-dlp in stead of youtube-dl.

  • yt-dlp support
  • bump youtube-dl-php version to >2.0
  • Other small improvements

Full changelog: v2.2.1...v2.3.0

Version 2.0

06 Oct 15:28
Compare
Choose a tag to compare

Breaking changes:

  • Support only for Laravel 8.0 and above
  • Config enable_throttle re-done and renamed to ratelimiter
    If you used this config setting, you'll need to change the value of it (more info in the config file)
  • Config enable_auth re-done and renamed to auth
    If you used this config setting, you'll need to change the value of it (more info in the config file)

Non breaking changes:

  • updated bootstrap

  • updated font awesome

  • improved blade templates

  • Added logging (+ route, migration, config setting, ...)

  • Other internal improvements

Full Changelog: v1.2.0...v2.0.0