Skip to content

[Deviantart] Dowloading subscribed Deviations yeilds "No results" #8639

@oncoremarco

Description

@oncoremarco

When attempting to download a deviation from an account I've subscribed to, I get the following result:

[deviantart][info] No results for

I've noticed it goes extremely slow when attempting to download from DA for the last year. I've been using the instructions here:

#6653 (comment)

to try and get things to download (particularly for multi-image posts,) but for the last couple weeks not only have downloads been slow, but I've been unable to consistently retrieve subscription deviations at all. Even letting it run for days on end generally results in getting logged out and having to start over.

My config is as follows:

"deviantart":
{
			"cookies": "www.deviantart.com_cookies.txt",
			"cookies-update": true,
            "username": "xxxxxxxxxxxxxxxxx",
            "password": "xxxxxxxxxxxxxxxxx",
			"client-id": "xxxxxxxxxxxxxxxxx",
			"client-secret": "xxxxxxxxxxxxxxxxx",
			"journals": "html",
			"mature": true,
            "refresh-token": "xxxxxxxxxxxxxxxxx",
			"original": true,
			"wait-min": 0,
			"include": ["gallery", "scraps"],
			"directory":["DeviantArt"],
			"metadata":true,
            "filename": "{filename}.{extension}",
            "deviation": {
                "filename": {
                    "count > 1": "{filename}_{num}-{count}.{extension}",
                    ""         : "{filename}.{extension}"
							},
				"directory" : 	{
					"count > 1": ["DeviantArt" , "Users", "{author[username]}", "Gallery"],
					""			: ["DeviantArt" , "Users", "{author[username]}", "Gallery"]
								}

						},
			"gallery": 
			{ 
				"directory" : ["DeviantArt" , "Users", "{author[username]}", "Gallery"],
				"folders": true
			},
			
			"folder":
			{ 
				"directory" : ["DeviantArt", "Users", "{author[username]}", "Gallery", "{folder[title]:?//}"],
				"folders": true
			},
			
			"collection": 
			{ 
				"directory" : ["DeviantArt", "Users", "{username}", "Favorites", "{collection[title]}"]
			},
			
			"favorite": 
			{ 
			    "directory": [ "DeviantArt", "Users", "{username}", "Favorites", "{folder[title]:?//}" ]
			},
			
			"scraps": 
			{ 
				"directory" : ["DeviantArt" , "Users", "{author[username]}" , "Scraps"],
				"folders": true
			},
			
			"journal": 
			{ 
				"directory" : ["DeviantArt" , "Users", "{author[username]}" , "Posts"],
				"folders": true
			},
						
			"postprocessors": [{
				"name": "metadata",
				"mode": "json"
			}]
        },

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions