mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 06:15:43 +01:00
change poche for wallabag
This commit is contained in:
parent
7f0b0e281f
commit
48fec89c1c
1 changed files with 3 additions and 3 deletions
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
class NYTimes(BasicNewsRecipe):
|
||||
|
||||
appURL = 'http://app.inthepoche.com'
|
||||
title = 'Poche'
|
||||
appURL = 'https://www.framabag.org'
|
||||
title = 'wallabag'
|
||||
__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
|
||||
remove_tags_before = dict(id='article')
|
||||
remove_tags_after = dict(id='article')
|
||||
|
|
|
|||
Loading…
Reference in a new issue