Switch from rg3/youtube-dl to ytdl-org/youtube-dl

This commit is contained in:
daCaPo 2020-02-27 14:07:30 +01:00 committed by Pierre Rudloff
parent 6b6e571b71
commit e2d284399a
4 changed files with 19 additions and 19 deletions

View file

@ -27,7 +27,7 @@ class Config
* *
* @var string * @var string
*/ */
public $youtubedl = 'vendor/rg3/youtube-dl/youtube_dl/__main__.py'; public $youtubedl = 'vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py';
/** /**
* python binary path. * python binary path.

View file

@ -27,12 +27,12 @@
"phpro/grumphp": "^0.17.0", "phpro/grumphp": "^0.17.0",
"phpstan/phpstan": "~0.9.2", "phpstan/phpstan": "~0.9.2",
"phpunit/phpunit": "^8.4", "phpunit/phpunit": "^8.4",
"rg3/youtube-dl": "^2020.01",
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-master",
"smarty-gettext/smarty-gettext": "^1.6", "smarty-gettext/smarty-gettext": "^1.6",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"symfony/debug": "^4.0", "symfony/debug": "^4.0",
"symfony/var-dumper": "^4.0" "symfony/var-dumper": "^4.0",
"ytdl-org/youtube-dl": "^2020.02"
}, },
"extra": { "extra": {
"paas": { "paas": {
@ -49,11 +49,11 @@
{ {
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "ytdl-org/youtube-dl",
"version": "2020.01.24", "version": "2020.02.16",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2020.01.24.zip" "url": "https://github.com/ytdl-org/youtube-dl/archive/2020.02.16.zip"
} }
} }
}, },
@ -104,7 +104,7 @@
"tsmarty2c.php templates > i18n/template.pot", "tsmarty2c.php templates > i18n/template.pot",
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php controllers/*" "xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php controllers/*"
], ],
"youtube-dl": "vendor/rg3/youtube-dl/youtube_dl/__main__.py" "youtube-dl": "vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py"
}, },
"config": { "config": {
"sort-packages": true, "sort-packages": true,

22
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5d5031247a278c06162e69efb70e4b92", "content-hash": "bcc40aec18060593e21a8157b07c4f55",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -486,7 +486,7 @@
"version": "1.4.2", "version": "1.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FontFaceKit/open-sans.git", "url": "git@github.com:FontFaceKit/open-sans.git",
"reference": "2285c0300e6a4c8b102b98fb030fb38c26aa081c" "reference": "2285c0300e6a4c8b102b98fb030fb38c26aa081c"
}, },
"dist": { "dist": {
@ -4142,15 +4142,6 @@
], ],
"time": "2018-11-20T15:27:04+00:00" "time": "2018-11-20T15:27:04+00:00"
}, },
{
"name": "rg3/youtube-dl",
"version": "2020.01.24",
"dist": {
"type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2020.01.24.zip"
},
"type": "library"
},
{ {
"name": "roave/security-advisories", "name": "roave/security-advisories",
"version": "dev-master", "version": "dev-master",
@ -6023,6 +6014,15 @@
"validate" "validate"
], ],
"time": "2019-11-24T13:36:37+00:00" "time": "2019-11-24T13:36:37+00:00"
},
{
"name": "ytdl-org/youtube-dl",
"version": "2020.02.16",
"dist": {
"type": "zip",
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.02.16.zip"
},
"type": "library"
} }
], ],
"aliases": [], "aliases": [],

View file

@ -1,6 +1,6 @@
--- ---
# Path to your youtube-dl binary # Path to your youtube-dl binary
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py youtubedl: vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py
# Path to your python binary # Path to your python binary
python: /usr/bin/python python: /usr/bin/python