View Single Post
Old 12-14-2010, 02:01 PM   #2
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by BuzzKill View Post
http://skepticblog.org

Ok, I tried to get this one to work, but it doesn't seem to work. Somewhere in the details during processing a HTTP 403 error seems to pop up, but I will appreciate if someone can check it.
That site is running the Bad Behavior module to prevent spam from being posted to the blog. It triggers when Calibre tries to read it. The header code I wrote for The Skeptic recipe will fix it:

Code:
    def get_browser(self):
        br = BasicNewsRecipe.get_browser(self)
        br.addheaders = [('Accept', 'text/html')]
        return br
BTW, why aren't you using that recipe? It's built in and includes the http://skepticblog.org/feed feed.

Last edited by Starson17; 12-14-2010 at 02:13 PM.
Starson17 is offline   Reply With Quote