Update README.md
This commit is contained in:
parent
23cdbed023
commit
d0e2337def
1 changed files with 2 additions and 4 deletions
|
@ -4,12 +4,12 @@ This library lets you extract a video URL from a webpage
|
|||
by providing a wrapper
|
||||
for [youtube-dl](https://ytdl-org.github.io/youtube-dl/index.html).
|
||||
|
||||
It is primarily used by [AllTube Download](https://github.com/Rudloff/alltube).
|
||||
It is primarily used by [AllTube Download](https://code.ehwurscht.at/genuineparts/alltube).
|
||||
|
||||
You can install it with:
|
||||
|
||||
```bash
|
||||
composer require kumi/alltube-library
|
||||
composer require genuineparts/alltube-library
|
||||
```
|
||||
|
||||
You can then use it in your PHP code:
|
||||
|
@ -24,5 +24,3 @@ $video = $downloader->getVideo('https://www.youtube.com/watch?v=dQw4w9WgXcQ');
|
|||
$video->getUrl();
|
||||
```
|
||||
|
||||
You can also have a look at
|
||||
this [example project](https://github.com/Rudloff/alltube-example-project).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue