Header Update to Avoid 403 Error in Coomer/Kemono API
New headers have been added to requests to avoid the 403 Forbidden
error affecting API access.
self.headers = {
"User-Agent": (
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
),
"Accept": "text/css"
}