mpv: misc

This commit is contained in:
Dmitry Zakharchenko 2023-12-06 16:32:12 +02:00
parent 54fbacd19f
commit 8164582b0d
3 changed files with 3 additions and 4 deletions

View File

@ -14,8 +14,7 @@ local languages = {
-- If subtitles are found for the first language,
-- other languages will NOT be downloaded,
-- so put your preferred language first:
{ 'English', 'en', 'eng' },
{ 'Russian', 'ru', 'rus' }
{ 'English', 'en', 'eng' }
}
--=============================================================================
-->> PROVIDER LOGINS:

View File

@ -6,7 +6,7 @@
local ON_WINDOWS = package.config:sub(1,1) ~= "/"
local options = {
server_address = "https://sponsor.ajay.app",
server_address = "https://sponsor.ajay.app/api/",
python_path = ON_WINDOWS and "python" or "python3",

View File

@ -1,5 +1,5 @@
-o $XDG_DOWNLOAD_DIR/vids/%(title)s.%(ext)s
-f bestvideo[height<=?720]+bestaudio/best
-f bestvideo[height<=?1080]+bestaudio/best
-S "codec:h264"
--embed-chapters
--embed-subs