How to ignore a specific gallery on DeviantArt #3758
Answered
by
mikf
PhantomRaid
asked this question in
Q&A
-
I am using gallery-dl to download images from Deviant Art using the command Is there any way for me to ignore a specific gallery of an artist? For example, I want the program to ignore the "Featured" gallery and then download the rest of the galleries. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mikf
Mar 12, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PhantomRaid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gallery-dl -o flat=0 --chapter-range 2- https://www.deviantart.com/thedesiredartist/gallery
-o flat=0
to go through folders instead of using/gallery/all
--chapter-range 2-
to skip the first folder, which is always "Featured"