change poche for wallabag

This commit is contained in:
Nicolas Loeuillet 2014-12-23 15:21:45 +01:00
parent 7f0b0e281f
commit 48fec89c1c

View File

@ -3,10 +3,10 @@ from calibre.web.feeds.recipes import BasicNewsRecipe
class NYTimes(BasicNewsRecipe): class NYTimes(BasicNewsRecipe):
appURL = 'http://app.inthepoche.com' appURL = 'https://www.framabag.org'
title = 'Poche' title = 'wallabag'
__author__ = 'Xavier Detant' __author__ = 'Xavier Detant'
description = 'Get your poche from your poche account. Poche is a self hosted read it later platform' description = 'Get your wallabag from your framabag account. wallabag is a self hosted read it later platform'
needs_subscription = True needs_subscription = True
remove_tags_before = dict(id='article') remove_tags_before = dict(id='article')
remove_tags_after = dict(id='article') remove_tags_after = dict(id='article')