mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:24:20 +02:00
This commit is contained in:
parent
0a288e1454
commit
66521c6e49
1 changed files with 2 additions and 1 deletions
|
|
@ -20,10 +20,11 @@
|
|||
recipes = ['newsweek', 'atlantic', 'economist', 'dilbert', 'portfolio',
|
||||
'nytimes', 'usatoday']
|
||||
|
||||
import re
|
||||
import re, time
|
||||
from libprs500.web.feeds.news import BasicNewsRecipe, CustomIndexRecipe
|
||||
from libprs500.ebooks.lrf.web.profiles import DefaultProfile, FullContentProfile
|
||||
from libprs500.ebooks.lrf.web import builtin_profiles
|
||||
from libprs500.ebooks.BeautifulSoup import BeautifulSoup
|
||||
|
||||
basic_recipes = (BasicNewsRecipe, CustomIndexRecipe, DefaultProfile, FullContentProfile)
|
||||
basic_recipe_names = (i.__name__ for i in basic_recipes)
|
||||
|
|
|
|||
Loading…
Reference in a new issue