First of all, this is my very fist time posting in any forum, so I am sorry if I´m posting in the wrong section or do something else wrong.
To give a little background information, I am currently planning to develop a new Game Manager or rather a Manager for all sorts of NSFW content. To achieve this they way I envisioned it, I need to get information from all sorts of websites like for example pornhub, hanime and of course f95zone. Sadly, most if not all of said websites do not provide a public API and since I only know how to code in Java, i can´t use the unofficial API´s f95zone already has.
In other words, I am trying to make my own Java API for f95zone.
I´m already able to extract basic information like the title, version and so on from any thread, but I have trouble with the download section. I want my manager to feature automatic downloads and thus need to access the links inside the download section every thread has.
My problem is, I have no idea how I should determine which download link leads to which file. While some games for example only provide a single download link for the game, others like many renpy games for example provide download links for different parts of the game or standalone seasons.
Any idea how I can determine based on the formatting of each thread, which donwload link is for what?
Sorry if anything is unlcear, if I failed to explain something properly please ask me about it, thanks in advance.
To give a little background information, I am currently planning to develop a new Game Manager or rather a Manager for all sorts of NSFW content. To achieve this they way I envisioned it, I need to get information from all sorts of websites like for example pornhub, hanime and of course f95zone. Sadly, most if not all of said websites do not provide a public API and since I only know how to code in Java, i can´t use the unofficial API´s f95zone already has.
In other words, I am trying to make my own Java API for f95zone.
I´m already able to extract basic information like the title, version and so on from any thread, but I have trouble with the download section. I want my manager to feature automatic downloads and thus need to access the links inside the download section every thread has.
My problem is, I have no idea how I should determine which download link leads to which file. While some games for example only provide a single download link for the game, others like many renpy games for example provide download links for different parts of the game or standalone seasons.
Any idea how I can determine based on the formatting of each thread, which donwload link is for what?
Sorry if anything is unlcear, if I failed to explain something properly please ask me about it, thanks in advance.