Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix title fetch and image fetch in hitomi (#7504)
Two observations: - for some reason a direct DOM fetch from the request to get the title does not work (anymore). This is not related to the fetch but rather to the requested page itself, as the title element to be just gone (reproducable in curl). The suspicion I have is that there might be some javascript run afterwards that populates the title instead, hence resorting to js injection to get the title directly (unfortunate, but better than completely broken). - the source code on the site for fetching images has changed, updating to be consistent to what is on the site.
- Loading branch information