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, -- If subtitles are found for the first language,
-- other languages will NOT be downloaded, -- other languages will NOT be downloaded,
-- so put your preferred language first: -- so put your preferred language first:
{ 'English', 'en', 'eng' }, { 'English', 'en', 'eng' }
{ 'Russian', 'ru', 'rus' }
} }
--============================================================================= --=============================================================================
-->> PROVIDER LOGINS: -->> PROVIDER LOGINS:

View file

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

View file

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