ohhsodead / FileMasta

A search application to explore, discover and share online files
https://ohhsodead.github.io/FileMasta
GNU General Public License v3.0
653 stars 75 forks source link

Add RarBG api and Series , Aniime Tabs #49

Closed Kristijan1001 closed 6 years ago

Kristijan1001 commented 6 years ago

Add RarBG api and Series , Aniime Tabs

Example playmovies.bit (zeroNet website)

ohhsodead commented 6 years ago

The current api I use for movies does support series, I've got to find the time to implement it, it's definitely on the to-do list. No eta just yet though.

As for anime, there are no proper api's out there for grabbing details, so until one pops up, it won't be there for a while.

Kristijan1001 commented 6 years ago

check nyaa api for anime

ohhsodead commented 6 years ago

I can only find the NodeJS wrapper, are there any dotnet versions out there?

Kristijan1001 commented 6 years ago

I have no idea dude, i have no knowledge on it. Btw new movies like Blade Runner cant even be found in the app(Movies Tab*), might be because of the site u are getting the list. Also no way to scroll to second page.Here is the exmaple of playmovies.bit to give u an idea https://i.imgur.com/8dpohl9.jpg https://i.imgur.com/j3tP5fV.png

ohhsodead commented 6 years ago

The movies tab is controlled by the movie database you can find in the assets folder, it provides the imdb and sources (file urls) so whenever that gets updated, so will the movies tab. Also scrolling the page to the bottom will load more items. I will see what else I can find to maybe add a series or anime tab. Thanks.

ohhsodead commented 6 years ago

Could you please link to the RarBG website you are referring to in the title? Thanks.

Rango-dz commented 6 years ago

Rarbg.to

docs https://torrentapi.org/apidocs_v2.txt github https://github.com/rarbg/torrentapi

Kristijan1001 commented 6 years ago

About the rarbg site : Rarbg.to The Other one is ZeroNet Website that uses RarBG API You have to install ZeroNet, Then access it by opening zero net and going to playmovies.bit https://zeronet.io/

Example: http://127.0.0.1:4XX10/playmovies.bit

ohhsodead commented 6 years ago

Thanks, I'll take a look into this and see what I can do.