I often have multiple URLs for a scene (e.g. clips4sale and a membership site, or some studios have multiple membership sites, etc). But “Submit to stashbox” only sends the first URL. Why is that? Can it be changed?
Tagging with stash and stash-box because I don’t know which one of those drops the other URLs
Weird. It should technically work as it was implemented.
Support was added on Stash side:
develop
← WithoutPants:scene-urls
opened 05:03AM - 23 Jun 23 UTC
Part of #1868.
Replaces the existing scene URL field with URLs.


The scraping interface is updated to accept `url` or `urls` fields.
The stash-box interface is updated to get multiple URLs where applicable.
The submit draft functionality currently only submits the first URL, since the stash-box draft interface does not accept multiple URLs.
Closes https://github.com/stashapp/stash/issues/5023
And support was later added on stash-box:
master
← S3L3CT3DLoves:scene-multi-link
opened 02:10PM - 15 Oct 24 UTC
This change allows Scene Drafts to be uploaded with multiple URLs.
**UX chang… es**
Unlike in the past, links that have no "Site" regex match will no longer be assigned the "Studio" site automatically. This was discussed on Discord. Instead, this replicates the current behaviour of the link parsing in Performer drafts.
**Breaking Changes**
This should not cause breaking changes, the "Urls" field is added to the GQL API. The old "Url" field should be deprecated, but this depends on Stash, so for now I intentionaly kept both fields available.
**Further Improvements**
I'll add another PR later to work on improving the way URLs are parsed in the Drafts frontend, to make sure URLs are mapped to Sites. But this will impact both Scenes and Performers, and is a different issue in my opinion.
This is my first time using Go, please let me know if I made some errors (although I didn't change much in the Go code tbh)
Resolves: https://github.com/stashapp/stash-box/issues/741
Because of the order in which these changes were made there’s still a TODO in the Stash scene submit code that needs to be handled in order for drafts to include multiple URLs: looks like a fairly simple task
2 Likes
system
Closed
May 3, 2025, 5:22pm
4
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.