Skip to content

Instantly share code, notes, and snippets.

--- a/unsee_dl/unsee_beta.py
+++ b/unsee_dl/unsee_beta.py
@@ -4,7 +4,8 @@ import aiohttp
from unsee_dl.unsee import UnseeImage
-_GRAPHQL_URL = "https://api.unsee.cc/graphql"
+_DOMAIN = "https://unsee.cc/"
+_GRAPHQL_URL = _DOMAIN + "graphql"