Skip to content

[gallery-dl][error] No suitable extractor found (artstation) #1470

Answered by mikf
Miroslav-Cetojevic asked this question in Q&A
Discussion options

You must be logged in to vote

You need to put the option for -o in quotes, otherwise your shell splits the argument at the space and -o directory=[{category}, {album[title]}] is interpreted as 3 arguments. The first two being -o directory=[{category}, and the third {album[title]}], which gets interpreted as possible URL.

gallery-dl -o "directory=[{category}, {album[title]}]" https://www.artstation.com/gunrev -d "My_Path\Gunship Revolution"

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@mikf
Comment options

@Miroslav-Cetojevic
Comment options

@mikf
Comment options

@Miroslav-Cetojevic
Comment options

Answer selected by Miroslav-Cetojevic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants