What to add to config to get it to grab .htm file of a page? #3200
-
OOOOOOK, after a long laborious process that involved much trial and error, I have now figured out how to make the program run as needed; actually utilizing the function to grab a description of a work and put it in a separate .txt file, how to make it put works from different artists in different directories, how to make it continue where it left off. Almost all my previous questions that I'd posited in this question post are now moot. I think I now have only one main question remaining: What would be an example of some code to add to the config file (specifically under the extractors for Deviantart, though would like something that could apply to other sites too) to get it to also simply nab the .htm file for the page of each image? Maybe put it in its own directory like with the descriptions? There is also one secondary thing, small: how exactly would I modify this:
to first split the Favourites directory into directories based on the collections within that user's Favourites, and then within those directories into the further directories separating out by author? Basically what specific word do I add between '"Favourites",' and '"{author[username]}"'? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I guess you could use an
You can get a list of all available names with
|
Beta Was this translation helpful? Give feedback.
I guess you could use an
exec
post processor to download the HTML with curl and such, but gallery-dl cannot really do this on its own. The only data it has is from the API, which does not include any HTML except descriptions.