User Tools

Site Tools


terminal:gallery-dl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
terminal:gallery-dl [2024/08/18 02:39] meloterminal:gallery-dl [2024/09/10 20:19] (current) melo
Line 1: Line 1:
 ===== gallery-dl ===== ===== gallery-dl =====
 +
 +gallery-dl conf important parts (instagram auth, mangadex extract, etc):
 +
 +<code>
 +"extractor":
 +    {
 +        "path-remove": "\\u0000-\\u001f\\u007f\\u003A",
 +        },
 +        
 +        "instagram":
 +        {
 +            "api": "rest",
 +            "cookies": "/path/to/.mozilla/firefox/cookies.txt",
 +            "include": "posts",
 +            "order-files": "asc",
 +            "order-posts": "asc",
 +            "previews": false,
 +            "sleep-request": [6.0, 12.0],
 +            "videos": true
 +        },
 +    },
 +</code>
  
 mangadex chapter extract: mangadex chapter extract:
Line 8: Line 30:
  
 <code>gallery-dl -c /home/katfive/gallery-dl.conf https://instagram.com/p/</code> <code>gallery-dl -c /home/katfive/gallery-dl.conf https://instagram.com/p/</code>
 +
 +photobucket embed rip:
 +
 +<code>
 +gallery-dl -g "r:https://x.livejournal.com/x.html" > i.txt
 +# (strip all text but LJ links)
 +gallery-dl -i i.txt
 +</code>
 +
 +photobucket embed rip demonstration:
 +
 +{{:terminal:pbtape2.gif?direct|}}
terminal/gallery-dl.1723948746.txt.gz · Last modified: 2024/08/18 02:39 by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki