Hi guys,
I'm pretty new with calibre and want to try to get the rss feeds from some of my favorite sites. I tried configuring them via GUI, but was not successful; so, I tested the feed via terminal windows, but it did not work as well. I run "feeds2epub" and Below is the error messages I got:
feed://iannnnn.com/feed
Code:
~/Desktop/tmp:feeds2epub feed://iannnnn.com/feed
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/loaders/feeds2epub.py", line 9, in <module>
main()
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/epub/from_feeds.py", line 66, in main
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/epub/from_feeds.py", line 37, in convert
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/web/feeds/main.py", line 135, in run_recipe
File "calibre/web/feeds/recipes/__init__.pyo", line 95, in compile_recipe
File "/var/folders/38/38NnZ6VGExCUgbtwLEvVp++++TI/-Tmp-/calibre_0.4.142_d59At__recipes/recipe0.py", line 4
feed://iannnnn.com/feed
^
SyntaxError: invalid syntax
Any suggestions? Thanks in advance!