Fix Issue where work URLs were sometimes malformed #124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
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?
Sometimes, a url sent to
get_full_work_urlwould contain the absolute URL instead of the relative URL. When this happened, the output ofget_full_work_urlcontained the AO3 base URL twice.Since the work URL always follows the exact same pattern, I set that pattern here.