bibanon / py8chan

Python wrapper for the 8chan API, based on BASC-py4chan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Last-modified header supplanted by JSON value

antonizoon opened this issue · comments

Instead of Last-modified being in the HTTP header like on 4chan, it is emitted as a JSON value in the 8chan API.

http://8ch.net/v/res/10039522.json

_from_requests() needs to be modified to accept this.

Solved by c2cf66f