Ignore profile source configuration 'try until success' when scraping actor scenes #21
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Profile sources can be defined as a nested array to indicate that instead of fetching a profile from each source, it should only fetch a profile from the first source that returns one. This allows sites with the same bio database to be grouped together, and prevents duplicate avatars and skewed profile interpolation (if 10 sites use the same database, one true source claiming blue eyes versus 3 true sources claiming brown eyes, could become 10 duplicate sources claiming blue eyes).
However, this approach does not allow all scenes to be scraped from an actor when
--actor-scenes
is used.Find another way to discard the duplicate biographies and avatars from grouped profile sources, so the scenes can be scraped.