niemands / StashPlugins

A collection of python plugins for stash
GNU Affero General Public License v3.0
62 stars 18 forks source link

Bulk scrape by fragment #11

Open dullcibus opened 3 years ago

dullcibus commented 3 years ago

It would be great if the bulk scraper could scrape by fragment and not just url, I've got a lot of scenes that just have a title and not a url and scraping them manually is a tedious task.

niemands commented 3 years ago

I'm afraid that this is not possible, because the plugin would have to know which scraper to use based on the title. With urls it is possible, because they are included in the scraper configurations and so it is possible to identify the right scraper.

dullcibus commented 3 years ago

Ah I see the problem. How about being somehow able to select the scraper for the scenes you want to scrape? For example if I'd add a certain tag which would indicate that I wanted to use a certain scraper? Or associate a certain Studio or Performer with a certain scraper? Or perhaps by setting the scene url to the url of the scraper (not the full url to the scene but just the site).