mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
81d5cb20cb
commit
2504269d87
@ -8,7 +8,11 @@ http://www.theaustralian.news.com.au/
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
from calibre import browser
|
from calibre import browser
|
||||||
from calibre.web.feeds.jsnews import JavascriptRecipe
|
try:
|
||||||
|
from calibre.web.feeds.jsnews import JavascriptRecipe
|
||||||
|
except ImportError:
|
||||||
|
# Allow compiling of recipes to work until this recipe is ported
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe as JavascriptRecipe
|
||||||
from calibre.web.feeds import feed_from_xml
|
from calibre.web.feeds import feed_from_xml
|
||||||
|
|
||||||
class DailyTelegraph(JavascriptRecipe):
|
class DailyTelegraph(JavascriptRecipe):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user