mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Down to Earth by sexymax15
This commit is contained in:
parent
09d62d3e01
commit
16ca0fa068
@ -21,8 +21,8 @@ NS = 'http://calibre-ebook.com/recipe_collection'
|
|||||||
E = ElementMaker(namespace=NS, nsmap={None:NS})
|
E = ElementMaker(namespace=NS, nsmap={None:NS})
|
||||||
|
|
||||||
def iterate_over_builtin_recipe_files():
|
def iterate_over_builtin_recipe_files():
|
||||||
exclude = ['craigslist', 'iht', 'outlook_india', 'toronto_sun',
|
exclude = ['craigslist', 'iht', 'toronto_sun',
|
||||||
'indian_express', 'india_today', 'livemint']
|
'india_today', 'livemint']
|
||||||
d = os.path.dirname
|
d = os.path.dirname
|
||||||
base = os.path.join(d(d(d(d(d(d(os.path.abspath(__file__))))))), 'recipes')
|
base = os.path.join(d(d(d(d(d(d(os.path.abspath(__file__))))))), 'recipes')
|
||||||
for f in os.listdir(base):
|
for f in os.listdir(base):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user