User Tools

Site Tools


terminal:gallery-dl

gallery-dl conf important parts (instagram auth, mangadex extract, etc):

"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
        },
    },

mangadex chapter extract:

gallery-dl -c /home/katfive/gallery-dl.conf -o "lang=en" --chapter-range '141-151' https://mangadex.org

instagram rip:

gallery-dl -c /home/katfive/gallery-dl.conf https://instagram.com/p/

photobucket embed rip:

gallery-dl -g "r:https://x.livejournal.com/x.html" > i.txt
# (strip all text but LJ links)
gallery-dl -i i.txt

photobucket embed rip demonstration:

terminal/gallery-dl.txt ยท Last modified: 2024/09/10 20:19 by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki