I understand that there are RSS feeds available, but they only contain the newest releases. I want to be able to parse all the releases that are on the main page of each section on the site. I also wa ...
I was going to use RSS feeds, but it is very limiting, and I eventually want to build in "release searching" and "torrent searching" functionality. So I wrote my own functions to parse the HTML, inste ...
I am working on a program to automatically take the first 5 newest releases off of a specified section on the site and display on a ticker on your desktop. It's still in early stages though, I've been ...