feat(fish): add a function to download xhm favs

This commit is contained in:
Bruno Carlin 2022-06-15 11:17:38 +02:00
parent 1ecf0140df
commit f3a0cca092

View 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