Sometimes, a url sent to get_full_work_url would contain the absolute URL instead of the relative URL. When this happened, the output of get_full_work_url contained the AO3 base URL twice.
Since the work URL always follows the exact same pattern, I set that pattern here.
Sometimes, a url sent to
get_full_work_url
would contain the absolute URL instead of the relative URL. When this happened, the output ofget_full_work_url
contained the AO3 base URL twice.Since the work URL always follows the exact same pattern, I set that pattern here.