Firefox: Add ProtonDB search.
This commit is contained in:
parent
e6a9cdc206
commit
52a327b66c
home/program
|
@ -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}"
|
||||
|
|
|
@ -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}")
|
||||
|
|
Loading…
Reference in a new issue