siavash119 / qtchan

4chan browser in qt5
GNU General Public License v3.0
101 stars 7 forks source link

Feature Request: 2ch.hk support #18

Open bttmchnd opened 6 years ago

bttmchnd commented 6 years ago

From https://www.linux.org.ru/news/opensource/14213458#comment-14214070.

siavash119 commented 6 years ago

will do. you can only view threads (no images) now from this commit by inputting 2ch.hk/board/threadnum into the navbar. however, it won't properly save session or files yet.

I still need to abstract some more logic into the API and get the rest of the values 2ch.hk uses. figure out multi-file display/upload as well

siavash119 commented 6 years ago

I think I can get to this tomorrow; I need to expand the API to load posts content. I'll try to get viewing (with images) support at least.

siavash119 commented 6 years ago

I had to make quite a few changes to allow for multiple files and loading different APIs. Going to take a little longer before I push my updates.

siavash119 commented 6 years ago

closer 2018-05-24-22 59 17-screenshot

siavash119 commented 6 years ago

api info now saved in session

so viewing support is almost complete. I need to put api info in filters as well.