Initial version.

This commit is contained in:
2025-09-23 13:08:29 -04:00
parent 968afb7aa4
commit 63695ae6c5
2 changed files with 22 additions and 1 deletions

6
rip-photos.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
grep 'download=' ~/Downloads/Procare.html | sed -e 's/target="_blank>.*$//' -e 's/.*download="//' -e 's/ href=".*$//' -e 's/\&amp\;/\&/g' -e 's;\(.*main/\)\(.*\.jpg\)\(.*$\);wget -c "\1\2\3 -O \2;' | sort | uniq > ~/Downloads/get-it
chmod +x ~/Downloads/get-it
~/Downloads/get-it