Firefox: Add ProtonDB search.

This commit is contained in:
Dmitry Voronin 2025-02-04 15:27:29 +03:00
parent e6a9cdc206
commit 52a327b66c
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 1 deletions
home/program
bash/module
firefox

View file

@ -20,7 +20,7 @@ function vdl() {
fi
# Save [LINK] for later use.
[[ -f "Src.txt" ]] || echo "${target}" > Src.txt
[[ -f "Src.txt" ]] || echo "${target}" >Src.txt
# Download [LINK] content.
eval "yt-dlp -4 -S 'res:1080,codec:av1,codec:vp9,codec:h264' --download-archive Index.txt --embed-thumbnail --embed-subs --write-auto-subs --embed-metadata --merge-output-format mkv -cio '%(playlist_index)000006d_%(id)s.%(ext)s'" "${target}"

View file

@ -44,6 +44,7 @@ let
(mkSearchEngine "nt" "NixOS PR Tracker" "https://nixpk.gs/pr-tracker.html?pr={searchTerms}")
(mkSearchEngine "oz" "Ozon" "https://www.ozon.ru/search?text={searchTerms}")
(mkSearchEngine "pa" "Pixel Art" "https://www.reddit.com/r/PixelArt/search/?q={searchTerms}")
(mkSearchEngine "pd" "ProtonDB" "https://www.protondb.com/search?q={searchTerms}")
(mkSearchEngine "pe" "Perekrestok" "https://www.perekrestok.ru/cat/search?search={searchTerms}")
(mkSearchEngine "re" "Reddit" "https://www.reddit.com/search/?q={searchTerms}")
(mkSearchEngine "rt" "RuTracker" "https://rutracker.org/forum/tracker.php?nm={searchTerms}")