Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Requested #50

Open
harisnaeemofficial opened this issue Oct 1, 2022 · 3 comments
Open

Feature Requested #50

harisnaeemofficial opened this issue Oct 1, 2022 · 3 comments

Comments

@harisnaeemofficial
Copy link

Hi, I want to suggest a feature whenever you have time to update this repo,

Can you add that whenever a new user tries to search new IMDb id it should get the IMDb and TMDB data from API and get the torrent magnet link from YTS/torrent galaxy and any other popular torrent site and shows the result in the output console?

LIKE: "https://movies-api.ml/show/tt1190634"

This link shows the output {"message":"Not Found","code":404}

it should search the data from the IMDB/TMDB API and SCRAP/GET the torrent file from YTS/TORRENT-GALAXY and put that data immediately into the output screen and in the database (A new Movie/Show Added)

@ivan1986
Copy link
Collaborator

ivan1986 commented Oct 1, 2022

And where you think i need get this data?
We allready scan tmdb and yts and torrent galaxy, if we find torrent and info about film - it in database

@harisnaeemofficial
Copy link
Author

No, you are scrapping the data by date and time with the cronjob and it scrapes overall movies on some specific page.

I am saying that if the movie is not in the database like I don't have this series "[tt1190634]" in my database and I want to get data immediately from spiders can you do this update?
like search tt1190634 id when user wants to search new movie/show

if (data is in database) {
show data from database
}
else if (if data is not in database){

(Search data from Spiders...)

data scraping...
Showing scrapped result...
image... //img link
info... //information of the movie
magnet link... // magnet links
else
{
data not found
}

I don't want to wait for spiders to search data any day and put data in the database because script scrapping cant scrape data immediately according to the ID "tt1190634"

@ottar-eten-yod
Copy link
Contributor

I mean, I suppose it is possible to "search" but it will require some heavy code modification to get it to work. Will take a look.

@ottar-eten-yod ottar-eten-yod mentioned this issue Oct 2, 2022
Closed
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants