IzunaDevs / nsfw_dl

Python 3 package for downloading images.
MIT License
4 stars 4 forks source link

e621 search not working #6

Closed oxy closed 5 years ago

oxy commented 5 years ago
Traceback (most recent call last):
  File "/home/oxy/Nest/modules/nsfw/images.py", line 21, in e621
    content = await self.client.download('E621Search', args=query)
  File "/usr/local/lib/python3.6/dist-packages/nsfw_dl/dl.py", line 101, in download_async
    reqdata = await resp.json(loads=self.json_loader)
  File "/home/oxy/.local/lib/python3.6/site-packages/aiohttp/client_reqrep.py", line 1027, in json
    headers=self.headers)
aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html'