I tried to make a recipe for FanFiction.net. Well, unless it is a multiple chapters story, it is easy enough.
Code:
class FanFiction(BasicNewsRecipe):
title = u'FanFiction'
oldest_article = 7
max_articles_per_feed = 10
use_embedded_content = False
remove_javascript = True
keep_only_tags = [dict(name='div', attrs={'id':'storytext'})]
feeds = [(u'Just In', u'http://www.fanfiction.net/atom/j/0/0/0/')]
But I don't know what to do with multiple chapters story (example:
http://www.fanfiction.net/s/4952058/1/Moonlight_Spell). I tried looking at Ars Technica recipe, but have no idea what's going on. Can I request a recipe that works for multiple chapters story as well?