howto:firefox-external-app-launcher
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howto:firefox-external-app-launcher [2023/12/30 01:06] – Wulf Rajek | howto:firefox-external-app-launcher [2023/12/30 03:41] (current) – Wulf Rajek | ||
---|---|---|---|
Line 15: | Line 15: | ||
Toolbar, page and link context | Toolbar, page and link context | ||
+ | #on local system use only: | ||
+ | args: -- " | ||
</ | </ | ||
Line 22: | Line 24: | ||
url=$1 | url=$1 | ||
tmp=$(mktemp -t ytdlp.XXXXXXX) | tmp=$(mktemp -t ytdlp.XXXXXXX) | ||
- | yt-dlp_linux $url 2>&1 | tee $tmp | + | ~/ |
grep -q -i " | grep -q -i " | ||
rm $tmp | rm $tmp | ||
Line 32: | Line 34: | ||
Adjust the Firefox External App Launcher args to: | Adjust the Firefox External App Launcher args to: | ||
< | < | ||
- | -- ssh user@remotesystem " | + | -- ssh user@remotesystem "/ |
+ | |||
+ | #for local system use only: | ||
+ | -- ytdlp-wrapper.sh [HREF] | ||
</ | </ |
howto/firefox-external-app-launcher.1703898416.txt.gz · Last modified: 2023/12/30 01:06 by Wulf Rajek