mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
pep8
This commit is contained in:
parent
bd19a38b55
commit
8a674987bf
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class Stratechery(BasicNewsRecipe):
|
class Stratechery(BasicNewsRecipe):
|
||||||
title = 'Stratechery'
|
title = 'Stratechery'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
@ -11,4 +12,4 @@ class Stratechery(BasicNewsRecipe):
|
|||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
feeds = [('Stratechery', 'https://stratechery.com/feed/')]
|
feeds = [('Stratechery', 'https://stratechery.com/feed/')]
|
||||||
ignore_duplicate_articles = {'url'}
|
ignore_duplicate_articles = {'url'}
|
||||||
resolve_internal_links = True
|
resolve_internal_links = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user