feat(fish): add a function to download xhm favs
This commit is contained in:
parent
1ecf0140df
commit
f3a0cca092
1 changed files with 8 additions and 0 deletions
8
fish/.config/fish/functions/p-xhamster-getdefault.fish
Normal file
8
fish/.config/fish/functions/p-xhamster-getdefault.fish
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
function p-xhamster-getdefault
|
||||||
|
|
||||||
|
p-xhamster-list https://xhamster.com/users/piwafuwoz/favorites/videos \
|
||||||
|
| tac \
|
||||||
|
| tee /dev/stderr \
|
||||||
|
| pdl --batch-file -
|
||||||
|
|
||||||
|
end
|
Loading…
Add table
Reference in a new issue