mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6ae6e2ffed
commit
418e392878
@ -20,7 +20,7 @@ NS = 'http://calibre-ebook.com/recipe_collection'
|
||||
E = ElementMaker(namespace=NS, nsmap={None:NS})
|
||||
|
||||
def iterate_over_builtin_recipe_files():
|
||||
exclude = ['craigslist', 'iht', 'le_temps', 'outlook_india', 'toronto_sun']
|
||||
exclude = ['craigslist', 'iht', 'outlook_india', 'toronto_sun']
|
||||
d = os.path.dirname
|
||||
base = os.path.join(d(d(d(d(d(d(os.path.abspath(__file__))))))), 'resources', 'recipes')
|
||||
for x in os.walk(base):
|
||||
|
Loading…
x
Reference in New Issue
Block a user