cheatsheet:gallery-dl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| cheatsheet:gallery-dl [2025/08/17 12:51] – ↷ Page moved from terminal:gallery-dl to cheatsheet:gallery-dl melo | cheatsheet:gallery-dl [2026/05/08 20:11] (current) – melo | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| # (strip all text but LJ links) | # (strip all text but LJ links) | ||
| gallery-dl -i i.txt | gallery-dl -i i.txt | ||
| + | </ | ||
| + | |||
| + | ==== livejournal pic redirect link rip ==== | ||
| + | |||
| + | <code bash> | ||
| + | gallery-dl -g " | ||
| + | # (strip all text but LJ links) | ||
| + | gallery-dl -i i.txt | ||
| + | |||
| + | # do this twice to get final redirected links | ||
| + | # final file is 3.txt, run `-i` on that | ||
| + | wget -O /dev/null $(cat i.txt) 2>&1 | grep -w ' | ||
| + | wget -O /dev/null $(cat 2.txt) 2>&1 | grep -w ' | ||
| + | gallery-dl -i 3.txt | ||
| </ | </ | ||
cheatsheet/gallery-dl.txt · Last modified: by melo
