Update: I found this thread & have been fiddling with the Taz Digiabo code
https://www.mobileread.com/forums/sh....php?p=3849639
Can someone tell me what "realm" should be - I think this is from the original taz digiabo code
domain = "https://www.themonthly.com.au"
url = domain + "/ebook/"
auth_handler = HTTPBasicAuthHandler()
auth_handler.add_password(realm='TAZ-ABO',
uri=url,
user=self.username,
passwd=self.password)
opener = build_opener(auth_handler)
I think my highlight on the below shows I'm close to getting it to work, but the code is falling over somewhere, the output is as shown - a bunch of HTML, it doesn't seem to be logging in / finding the epub file.
Any tips? Many thanks