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
*/
public $youtubedl = 'vendor/rg3/youtube-dl/youtube_dl/__main__.py';
public $youtubedl = 'vendor/ytdl-org/youtube-dl/youtube_dl/__main__.py';
/**
* python binary path.