Quote:
Originally Posted by bthoven
Hi Starson17,
Your script works, ie. the photos come, but also many other hyperlinks.
|
Yes, I know. I was testing to see if the photos would be correctly pulled. I didn't put in any of the restrictions that would have removed other items.
Quote:
Here is the default script when I simply create it from Calibre gui without any modification, and it show only the feed content without photos:
What are the key coding differences which pull out the photos in your script?
|
I'd have to test, but it's probably one of these:
use_embedded_content= False
no_stylesheets = True
remove_javascript = True
Just add them one at a time, then read my recent posts in the recipe thread for how to remove the extra junk.