JimmXinu / FanFicFare

FanFicFare is a tool for making eBooks from stories on fanfiction and other web sites.
Other
739 stars 157 forks source link

Fix for orphan_account authorUrl #938

Closed chocolatechipcats closed 1 year ago

chocolatechipcats commented 1 year ago

The authorUrl for AO3's orphan_account leads to a 404 page. Like 'anonymous' authors from collection, this changes to redirect to the AO3 homepage.

authorUrl=>(https://archiveofourown\.org)/users/orphan_account/pseuds/orphan_account=>\1

chocolatechipcats commented 1 year ago

Alternately, you may want to change it to https://archiveofourown.org/users/orphan_account/works which does work

chocolatechipcats commented 1 year ago

I changed the comment a bit, replaced the regex with the one suggested in https://github.com/JimmXinu/FanFicFare/issues/937#issuecomment-1496807155 and commented it so it needs to be user-enabled.