-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
And where you think i need get this data? |
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? if (data is in database) { (Search data from Spiders...) data scraping... 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" |
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. |
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)
The text was updated successfully, but these errors were encountered: