Dear Customers, Today, we released Version 3.0.2 of the YouTube Video Backend! Notable changes include: ### Changelog: - Fixed [Instagram](https://shop.rajwebconsulting.com/knowledgebase/47/How-To-support-Instagram-downloads.html), SoundCloud, Vimeo - Added support for YouTube Shorts (Shared urls) - Added support for Twitch - Added option to Deploy product in Docker container (Experimental) - Minor bug fixes To update from Version 3.0.1, just replace the updated files on your Server or reinstall the full version from scratch. ### Updated files ``` > .env.example > app/Http/Controllers/ApiController.php > app/Http/Livewire/ApiManagement.php > app/Http/Livewire/InstagramCookie.php (✨ New ✨) > app/Install/Checker.php (✨ New ✨) > app/Install/Installer.php (✨ New ✨) > app/Providers/RouteServiceProvider.php > composer.json > config/database.php > deploy_docker.sh (✨ New ✨) > docker-compose.single.yml (✨ New ✨) > docker-compose.standalone.yml (✨ New ✨) > docker-compose.yml > docker/8.1-prod/.gitignore (✨ New ✨) > docker/8.1-prod/Dockerfile (✨ New ✨) > docker/8.1-prod/php/php.ini (✨ New ✨) > lib/Core.php > lib/Extractors/Extractor.php > lib/Extractors/Instagram.php > lib/Extractors/SoundCloud.php > lib/Extractors/Twitch.php (✨ New ✨) > lib/Extractors/Youtube.php > lib/Extractors/YoutubeSearch.php > lib/HttpClient.php (✨ New ✨) > lib/Misc.php (✨ New ✨) > lib/ProxyDownload.php (✨ New ✨) > public/css/app.css > public/js/app.js > public/mix-manifest.json > resources/views/admin/cookie-management.blade.php (✨ New ✨) > resources/views/installer/check.blade.php (✨ New ✨) > resources/views/installer/index.blade.php (✨ New ✨) > resources/views/livewire/instagram-cookie.blade.php (✨ New ✨) > resources/views/livewire/manage-key.blade.php > resources/views/navigation-menu.blade.php > routes/api.php > routes/installer.php (✨ New ✨) > routes/web.php ``` That's it!

Thursday, January 19, 2023

« Back