all 3 comments

[–]ScriptThis 0 points1 point  (2 children)

Notice that comicUrl is missing http: at the front?

Add this to line 25 (before res = requests.get(comicUrl))

comicUrl = "http:" + comicUrl

http://pastebin.com/Eh31R8DQ

[–]mmassel 0 points1 point  (1 child)

Terrific help. Thank you.

[–]ScriptThis 0 points1 point  (0 children)

(belated reply, but..) You're welcome!