Skip to content

Commit 94158f7

Browse files
Merge pull request #32 from MichaelBelgium/youtube-dl-php-v2
yt-dlp and youtube-dl-php v2
2 parents e84c8fd + 60d64ec commit 94158f7

File tree

6 files changed

+1826
-30
lines changed

6 files changed

+1826
-30
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
vendor/
33
download/*.mp3
44
download/*.mp4
5-
composer.lock

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First we install the dependencies on the server, then website.
1616
## VPS
1717

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

2121
## Website
2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Convert and search youtube video's via your own API",
44
"type": "project",
55
"require": {
6-
"norkunas/youtube-dl-php": "^1.0",
6+
"norkunas/youtube-dl-php": "^2.0",
77
"google/apiclient": "^2.0"
88
},
99
"license": "MIT",

0 commit comments

Comments
 (0)