http://git.tuvimen.i2p/hdporncomics/tree/create-format-examples
/usr/bin/env python # by Dominik Stanisław Suchora <
[email protected]> # License: GNU GPLv3 import sys import os import json from hdporncomics import hdporncomics hdpo = hdporncomics ( wait = 1.5 , logger = sys . stdout ) hdpo . login ( os . environ [ "HDPORNCOMICS_EMAIL" ], os . environ [ "HDPORNCOMICS_PASSWORD" ]) def writejson ( fname , x ): with open ( fname , "w" ) as f : f . write ( json .
dumps ( x , indent = 2 )) def writegen ( fname , gen , pages = 1 ): page = 1 f = open ( fname ,...