Skip to content

Setting custom instagram name outputs and metadata? #6998

Description

@xathian

I've been trying to find if it's possible to make gallery-dl name my outputs, I checked the documentation and either it's not there or I couldn't find it. While googling I stumbled upon this issue ticket

#6677

In this post he has a wildly customized config for instagram. He has things like

"posts": {
            "directory": ["instagram", "{username}", "Posts", "{date:%Y-%m-%d}"],
            "filename" : "{date:%Y-%m-%d}_{num} - {description[:90]} - {filename}.{extension}",
  		"order-files": "asc",
  		"metadata": true,
  		"postprocessors": ["metadata-insta"]

Mine is just

            "api": "rest",
            "cookies": "C:\Users\XXXXXX\AppData\Roaming\gallery-dl\cookies.txt",
            "include": "posts",
            "order-files": "asc",
            "order-posts": "asc",
            "previews": false,
            "sleep-request": [6.0, 12.0],
            "videos": true,

I tried copypasting his config, it changed nothing. I tried adding specific lines from it like the metadata line and the filename lines, it changed nothing. In fact NOTHING I change here does anything, That cookie I have set? Doesn't work, I have to manually add -C [directory] to my command prompt to make it work.

How can I make my gallery-dl instagram outputs use a timestamp like that?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions