Quote:
Originally Posted by rty
Sorry to ask this noob question Starson. Where would you find the output of that print command?
|
I always use ebook-convert recipename.recipe foldername --test -vv>recipename.txt during testing and it's in the .txt file. Alternatively, start the GUI with calibre-debug -g and it will appear there.
Quote:
I found out the hard way when I first used this tag.extract that "extract" under this context actually means "discard" or "dispose" or "get rid of".
|
Not really. It means split it away from and make it independent of the soup. You end up with two pieces of soup. If you then don't use it, it's gone, but you are free to put it back someplace else. It makes sure that if you extract something, all traces of it are gone from the original soup, and all traces of the original soup are gone from it.
You were trying to do cleaning - extract is another way to do that.