diff --git a/.config/mpv/scripts/autosub.lua b/.config/mpv/scripts/autosub.lua index 06b6221..5225193 100644 --- a/.config/mpv/scripts/autosub.lua +++ b/.config/mpv/scripts/autosub.lua @@ -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: diff --git a/.config/mpv/scripts/sponsorblock.lua b/.config/mpv/scripts/sponsorblock.lua index 96bfb24..6f74986 100644 --- a/.config/mpv/scripts/sponsorblock.lua +++ b/.config/mpv/scripts/sponsorblock.lua @@ -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", diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index 8d8be8a..7363e2e 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -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