Releases: MichaelBelgium/Youtube-API
Releases · MichaelBelgium/Youtube-API
v4.0.0
This update resolves a security issue. Update as soon as possible
This major update brings the following:
- Update nav.php to use relative path hyperlinks by @akbaig in #58
- Download trimmed video's by @MichaelBelgium in #59
- Introduced thé public folder. Now u don't have to expose .env AND OTHER SECRET files to the public.
- More usage of environment variables: the
config.phpfile has been trashed. Everything is set up now in the.envfile - HTTP 404 on /logs if logging is disabled
- Docker entrypoint removed
Full Changelog: v3.6.2...v4.0.0
yt-dlp support
What's Changed
- yt-dlp support
- youtube-dl-php updated to >v2
- Errors now respond with HTTP code 400
Other
- PR merged #32
- Added github actions
Full Changelog: v3.0...v3.1
Configuration change and more
- Updated bootstrap
- Updated fontawesome
- Added navigation bar
- Seperated javascript from index
- Removed configuration defines => replaced with Config constants
- Added search section on index page
Ability to convert to mp4
This release handles conversion to mp4
Version 1.1
- Returns an error if the "v" get parameter isn't specified in the youtube url when converting.
I also recommend to update youtube-dl by executing youtube-dl -U
Initial release
v1.0 Edit readme, add license, change download folder