You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you copy the url of the album/gallery when you are on the website, and put it into ripme, ripme will download it.
Actual Behavior
If you give ripme the regular URL, in the url bar of the browser, like https://hitomi.la/gamecg/my-mother-kyoko---ntr-fallen-1734169.html it comes back with error:
There is a way to get the expected url type though, but it doesn't work either. If you view the gallery in their gallery viewer by clicking "read online", and right click on the link back to the gallery, and copy link, it will give you the kind of URL ripme is expecting, but giving ripme that url will give you another error:
*Error: A JSONArray text must start with '[' at 2 {character 3 line 1]
Further details:
The URL scheme on Hitomi changed some time back, and ripme didn't keep up.
In the place where "gallery" used to be in the expected url, there are now 4 possible gallery types: manga, cg, gamecg, doujinshi, as listed in the example urls above.
It doesn't look like it's a very complicated fix, because I don't think the rest of the site's scheme for the galleries has changed, but I don't konw.
The text was updated successfully, but these errors were encountered:
Relevant examples:
https://hitomi.la/gamecg/my-mother-kyoko---ntr-fallen-1734169.html
https://hitomi.la/gamecg/1734169.html (the same album url, but with the title removed, to have only the id number. I tried this while troubleshooting)
https://hitomi.la/manga/prostitute-manager-mindy-portugu%C3%AAs-1733669.html
https://hitomi.la/cg/c-77-%E7%B4%85%E8%93%AE-_-%ED%95%9C%EA%B5%AD%EC%96%B4-1734414.html
https://hitomi.la/doujinshi/sefrie-tsuma-yukari-matome-2-espa%C3%B1ol-1734677.html
https://hitomi.la/galleries/1734677.html (the "gallery" version of the URL, as described below)
Expected Behavior
If you copy the url of the album/gallery when you are on the website, and put it into ripme, ripme will download it.
Actual Behavior
If you give ripme the regular URL, in the url bar of the browser, like
https://hitomi.la/gamecg/my-mother-kyoko---ntr-fallen-1734169.html
it comes back with error:https://hitomi.la/galleries/ID.html - got https://hitomi.la/gamecg/my-mother-kyoko---ntr-fallen-1734169.html instead
There is a way to get the expected url type though, but it doesn't work either. If you view the gallery in their gallery viewer by clicking "read online", and right click on the link back to the gallery, and copy link, it will give you the kind of URL ripme is expecting, but giving ripme that url will give you another error:
*
Error: A JSONArray text must start with '[' at 2 {character 3 line 1]
Further details:
The URL scheme on Hitomi changed some time back, and ripme didn't keep up.
In the place where "gallery" used to be in the expected url, there are now 4 possible gallery types:
manga, cg, gamecg, doujinshi
, as listed in the example urls above.It doesn't look like it's a very complicated fix, because I don't think the rest of the site's scheme for the galleries has changed, but I don't konw.
The text was updated successfully, but these errors were encountered: