Switch from rg3/youtube-dl to ytdl-org/youtube-dl
This commit is contained in:
parent
6b6e571b71
commit
e2d284399a
4 changed files with 19 additions and 19 deletions
|
@ -27,7 +27,7 @@ class Config
|
|||
*
|
||||
* @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.
|
||||
|
|
|
@ -27,12 +27,12 @@
|
|||
"phpro/grumphp": "^0.17.0",
|
||||
"phpstan/phpstan": "~0.9.2",
|
||||
"phpunit/phpunit": "^8.4",
|
||||
"rg3/youtube-dl": "^2020.01",
|
||||
"roave/security-advisories": "dev-master",
|
||||
"smarty-gettext/smarty-gettext": "^1.6",
|
||||
"squizlabs/php_codesniffer": "^3.5",
|
||||
"symfony/debug": "^4.0",
|
||||
"symfony/var-dumper": "^4.0"
|
||||
"symfony/var-dumper": "^4.0",
|
||||
"ytdl-org/youtube-dl": "^2020.02"
|
||||
},
|
||||
"extra": {
|
||||
"paas": {
|
||||
|
@ -49,11 +49,11 @@
|
|||
{
|
||||
"type": "package",
|
||||
"package": {
|
||||
"name": "rg3/youtube-dl",
|
||||
"version": "2020.01.24",
|
||||
"name": "ytdl-org/youtube-dl",
|
||||
"version": "2020.02.16",
|
||||
"dist": {
|
||||
"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",
|
||||
"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": {
|
||||
"sort-packages": true,
|
||||
|
|
22
composer.lock
generated
22
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5d5031247a278c06162e69efb70e4b92",
|
||||
"content-hash": "bcc40aec18060593e21a8157b07c4f55",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aura/session",
|
||||
|
@ -486,7 +486,7 @@
|
|||
"version": "1.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FontFaceKit/open-sans.git",
|
||||
"url": "git@github.com:FontFaceKit/open-sans.git",
|
||||
"reference": "2285c0300e6a4c8b102b98fb030fb38c26aa081c"
|
||||
},
|
||||
"dist": {
|
||||
|
@ -4142,15 +4142,6 @@
|
|||
],
|
||||
"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",
|
||||
"version": "dev-master",
|
||||
|
@ -6023,6 +6014,15 @@
|
|||
"validate"
|
||||
],
|
||||
"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": [],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# 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
|
||||
python: /usr/bin/python
|
||||
|
|
Loading…
Reference in a new issue