Quote:
Originally Posted by oneillpt
news.bat: recipes named with embedded blanks cause failure. For example,
news "The Irish Times" -verbose (using "The Irish Times.recipe")
I thought I had solved this, but I've overridden my news.bat, and need to redo the modifications, and have not succeeded yet. Copying the recipe with a new name without embedded blanks solves the problem of course.
|
I'm not sure how well embedded blanks in file names are going to work. The built in recipes don't use them (if you open up builtin_recipes.zip you'll see this) and if you are using your own custom recipes it's a lot less typing to type something like "news itimes". However, let us know if you find a solution!
Quote:
Custom recipes created in Calibre (possibly only for certain versions) may use class ...(AutomaticNewsRecipe): rather than class ... (BasicNewsRecipe):
|
Good fix, thanks. I've incorporated this in the attached file.