cheatsheet:gallery-dl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| cheatsheet:gallery-dl [2026/05/17 18:38] – melo | cheatsheet:gallery-dl [2026/07/11 23:21] (current) – melo | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== mangadex chapter extract ==== | ==== mangadex chapter extract ==== | ||
| - | <code bash> | + | '' |
| + | |||
| + | <code bash> | ||
| ==== instagram rip ==== | ==== instagram rip ==== | ||
| - | <code bash> | + | log into instagram on firefox for this to work |
| + | |||
| + | <code bash> | ||
| ==== photobucket embed rip ==== | ==== photobucket embed rip ==== | ||
| <code bash> | <code bash> | ||
| - | gallery-dl -g " | + | gallery-dl -g " |
| # (strip all text but LJ links) | # (strip all text but LJ links) | ||
| gallery-dl -i i.txt | gallery-dl -i i.txt | ||
| Line 20: | Line 24: | ||
| <code bash> | <code bash> | ||
| - | gallery-dl -g " | + | gallery-dl -g " |
| # (strip all text but LJ links) | # (strip all text but LJ links) | ||
| gallery-dl -i i.txt | gallery-dl -i i.txt | ||
| # do this twice to get final redirected links | # do this twice to get final redirected links | ||
| - | # final file is 3.txt, run `-i` on that | + | # final file is 3.txt, run '' |
| wget -O /dev/null $(cat i.txt) 2>&1 | grep -w ' | wget -O /dev/null $(cat i.txt) 2>&1 | grep -w ' | ||
| wget -O /dev/null $(cat 2.txt) 2>&1 | grep -w ' | wget -O /dev/null $(cat 2.txt) 2>&1 | grep -w ' | ||
| Line 34: | Line 38: | ||
| <code bash> | <code bash> | ||
| - | gallery-dl -g " | + | gallery-dl -g " |
| # (strip all text but LJ links) | # (strip all text but LJ links) | ||
| gallery-dl -i i.txt | gallery-dl -i i.txt | ||
| Line 44: | Line 48: | ||
| # do this twice to get final redirected links | # do this twice to get final redirected links | ||
| - | # final file is 3.txt, run `-i` on that | + | # final file is 3.txt, run '' |
| wget -O /dev/null $(cat i.txt) 2>&1 | grep -w ' | wget -O /dev/null $(cat i.txt) 2>&1 | grep -w ' | ||
| wget -O /dev/null $(cat 2.txt) 2>&1 | grep -w ' | wget -O /dev/null $(cat 2.txt) 2>&1 | grep -w ' | ||
| gallery-dl -i 3.txt | gallery-dl -i 3.txt | ||
| </ | </ | ||
cheatsheet/gallery-dl.1779043085.txt.gz · Last modified: by melo
