Responses
quick python code:
for i in range(20):
with open(f"{i}.html", "w+") as f:
f.write(get(" http://www.mangago.zone/home/people/265580/manga/2/?page="+str(i)).content)
Change 265580 to your user id in the page with the list this iterates over the pages and saves them to files
Hey... I have like 500+ logged. Does anyone know how to export my lists?