New Test Version Posted
2021-01-20
- adapter_fanfictionnet: Start keeping story title part of storyUrl.
This is for two reasons:
- I noticed that ffnet pages with the story title in the URL appear to be updated sooner than those without.
- Also, while working on branch ffnet-chrome-cache-fetch (see also #635), using ffnet urls with title in would be useful.
Chapter URLs as stored in epub are still 'normalized' so that this doesn't cause existing chapters to all become invalid, but story title
is used when fetching chapters.
Also, I put in a bit of kludge code in the plugin so that updates that add a title to the story URL will still find the existing ebooks without tripping the 'url changed' notification.
I think I've gotten this all correct.