Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Issue where work URLs were sometimes malformed (#124)
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.
- Loading branch information