Move download logic to a separate Downloader class

To make reusing the youtube-dl settings easier
This commit is contained in:
Pierre Rudloff 2020-06-20 22:46:28 +02:00
parent 811b6c44ff
commit d2cd370c82
4 changed files with 499 additions and 423 deletions

View file

@ -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",