mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
Use yt-dlp by default instead of youtube-dl (#85953)
## About The Pull Request This replaces references to youtube-dl in the config, pre-compile script, and error messages with yt-dlp. also wow yt-dlp seems like gibberish after seeing it so much lol ## Why It's Good For The Game yt-dlp is more reliable and updated more frequently than youtube-dl, and works as a drop-in replacement for the purposes of Play-Internet-Sound. ## Changelog No player-facing changes
This commit is contained in:
@@ -208,19 +208,19 @@ IPINTEL_REJECT_BAD
|
||||
## Ban appeals URL - usually for a forum or wherever people should go to contact your admins.
|
||||
# BANAPPEALS http://justanotherday.example.com
|
||||
|
||||
## System command that invokes youtube-dl, used by Play Internet Sound.
|
||||
## You can install youtube-dl with
|
||||
## "pip install youtube-dl" if you have pip installed
|
||||
## from https://github.com/rg3/youtube-dl/releases
|
||||
## System command that invokes yt-dlp, used by Play Internet Sound.
|
||||
## You can install yt-dlp with
|
||||
## "pip install yt-dlp" if you have pip installed
|
||||
## from https://github.com/yt-dlp/yt-dlp/releases
|
||||
## or your package manager
|
||||
## The default value assumes youtube-dl is in your system PATH
|
||||
# INVOKE_YOUTUBEDL youtube-dl
|
||||
## The default value assumes yt-dlp is in your system PATH
|
||||
# INVOKE_YOUTUBEDL yt-dlp
|
||||
|
||||
## Comment this out to disable users ability to use the request internet sounds to be played.
|
||||
REQUEST_INTERNET_SOUND
|
||||
|
||||
## Request Internet Sound Allowed URL'S comma separated, urls here are the only sites allowed through Request Internet Sound, Add more to allow more, or remove to disallow.
|
||||
## The Defaults here are all supported by youtube-dl
|
||||
## The Defaults here are all supported by yt-dlp
|
||||
## Ensure . and / are escaped with \
|
||||
REQUEST_INTERNET_ALLOWED youtube\.com\/watch?v=,youtu\.be\/,soundcloud\.com\/,bandcamp\.com\/track\/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user