Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
So a follow up on my post yesterday, I had a brain flash.
Basically it bypasses a webpage with JS that redirects the browser on mobile browsers so I can actually get to the download page for the anime.
Before I still had to paste the starting but now I just download the anime site to get all the latest updates.
The key was actually getting the information from the page. What I realized was I don't need Title or Episode #. All I need is the URL because it's in there (at least for now). The site probably should've used ids instead but :)
rant