Skip to content

gnovaro/youtubedownloaderphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

16773aa · Oct 24, 2024

History

18 Commits
Oct 24, 2024
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Jan 30, 2018
Oct 24, 2024
Jul 19, 2023
Jul 19, 2023
Oct 24, 2024
Oct 24, 2024
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023
Jul 19, 2023

Repository files navigation

YouTube Downloader PHP

Make your own YouTube Downloader Mp3 Site

Requisites

Install ffmpeg & yt-dlp in linux for Video and Audio convertions

Linux

sudo apt install ffmpeg yt-dlp -y

Mac

brew install ffmpeg yt-dlp

Install Website

Copy distributed environment file, and setup DB variables

cp .env.example .env

Run composer, set key and run migrations

composer install
php artisan key:generate
php artisan migrate

Local test

php artisan serve

Login

Disable Auth in HomePage

Login Just comment this line __construct of HomeController.php

//$this->middleware('auth');

Releases

No releases published

Packages

No packages published

Languages