Open Rannytheory opened 2 years ago
Found a workaround for the cloud flare protection. Just use google!
url = "https://nhentai.net/g/177013"
r = requests.get(f"https://translate.google.com/translate?sl=vi&tl=en&hl=vi&u={url}&client=webapp")
print(r.status_code)
print(r.content)
Running any nana-api function returns a 503. This is likely due to the DDoS protection that nhentai has now.
Output