View Single Post
Old 10-12-2008, 08:49 AM   #3
DAiki
Junior Member
DAiki began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2008
Device: PRS 505
Thanks a mil..

In case anybody else needs this you need to amend "def get_browser()" function

def get_browser(self):
br = BasicNewsRecipe.get_browser()
# Add HTTP Basic/Digest auth username and password for website access.
br.add_password("http://domain.com", "username", "password")
return br
DAiki is offline   Reply With Quote