nianeyna / ao3downloader

Utility for downloading fanfiction in bulk from the Archive of Our Own
GNU General Public License v3.0
178 stars 16 forks source link

Fix Issue where work URLs were sometimes malformed #124

Closed DDriggs00 closed 8 months ago

DDriggs00 commented 8 months ago

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.