L4cache / kemono-dl

(personal fork of) A simple kemono.party downloader using python.
93 stars 14 forks source link

API endpoints and responses seem to have changed. #19

Closed gel-friend closed 10 months ago

gel-friend commented 10 months ago

According to schema, the endpoint needs v1 prefix. In addition, the datetime format in responses seems to be iso8601 format, so we have to use fromisoformat in this line (and remove second argument).

L4cache commented 10 months ago

thanks