Move download logic to a separate Downloader class
To make reusing the youtube-dl settings easier
This commit is contained in:
parent
811b6c44ff
commit
d2cd370c82
4 changed files with 499 additions and 423 deletions
|
@ -5,7 +5,8 @@
|
|||
"homepage": "http://alltubedownload.net/",
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "^6.5",
|
||||
"symfony/process": "^4.0|^5.0"
|
||||
"symfony/process": "^4.0|^5.0",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpro/grumphp": "^0.18.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue