Skip to content

Commit

Permalink
Merge pull request #32 from MichaelBelgium/youtube-dl-php-v2
Browse files Browse the repository at this point in the history
yt-dlp and youtube-dl-php v2
  • Loading branch information
MichaelBelgium authored Jan 15, 2022
2 parents e84c8fd + 60d64ec commit 94158f7
Show file tree
Hide file tree
Showing 6 changed files with 1,826 additions and 30 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
vendor/
download/*.mp3
download/*.mp4
composer.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ First we install the dependencies on the server, then website.
## VPS

* Install ffmpeg (+ libmp3lame - see wiki for tutorial)
* [install youtube-dl](http://ytdl-org.github.io/youtube-dl/download.html)
* [install youtube-dl](http://ytdl-org.github.io/youtube-dl/download.html) or [yt-dlp](https://github.com/yt-dlp/yt-dlp/releases/latest)

## Website

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Convert and search youtube video's via your own API",
"type": "project",
"require": {
"norkunas/youtube-dl-php": "^1.0",
"norkunas/youtube-dl-php": "^2.0",
"google/apiclient": "^2.0"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 94158f7

Please sign in to comment.