[Wordpress] Movie Grabber

Hodor Man

Registered Member
Joined
Jan 9, 2018
Messages
59
Reaction score
17
I bet this question has been asked thousands of times, but still I can not manage to find the desired answer, neither on google or here.

I have this little "movie website" on which I use DooPlay which also has dbmovies feature.
It does create posts with the movie title, posters, description, rating, but there is no movie player...

I have to import the movie player manually, I did this for a few days but you get really tired after uploading movies on different servers and then see them taken down.

I even developed my own tool to find movies with their openload direct embed link, which made the work a little easier but still nothing amazing. ( By the way, if you wanna check it out P.M. me )

But still I am looking for something that automates the entire process, grabbing everything needed and the movie embedded link too.

I've been looking through the theme code trying to implement this feature myself, but I ain't that of a great developer.
 
why not learn PHP and automate this much easier rather than using wordpress which obviously puts limits?
 
why not learn PHP and automate this much easier rather than using wordpress which obviously puts limits?

Your comment is quite irrelevant to the subject.
Learning PHP does not help at scrapping thousands of links out of random DB's over the internet, if you do not have the DB's.

As I said, I already developed a tool for finding movies on openload but I need to implement it into wordpress which requires a little more knowledge about the CMS itself rather than PHP, and besides that I would also have to implement it into dbmovies which also I have no idea how to.
 
Your comment is quite irrelevant to the subject.
Learning PHP does not help at scrapping thousands of links out of random DB's over the internet, if you do not have the DB's.

As I said, I already developed a tool for finding movies on openload but I need to implement it into wordpress which requires a little more knowledge about the CMS itself rather than PHP, and besides that I would also have to implement it into dbmovies which also I have no idea how to.

well you can do all that in php...
 
well you can do all that in php...
Indeed, you could also do that in Perl or C#, but the problem is that it needs to be implemented into wordpress & DooPlay theme, skills which I do not have and can't be learned in like a few days.

Stop going off-topic.
 
Indeed, you could also do that in Perl or C#, but the problem is that it needs to be implemented into wordpress & DooPlay theme, skills which I do not have and can't be learned in like a few days.

Stop going off-topic.
Indeed, you could also do that in Perl or C#, but the problem is that it needs to be implemented into wordpress & DooPlay theme, skills which I do not have and can't be learned in like a few days.

Stop going off-topic.


Did you solved this issue already????
 
I have developed something like this and will be putting it up on the marketplace soon.
 
It will working with dooplay
I created my own Wordpress theme. And then have a central database which uses PHP scripts & Java Selenium running on a cron-job to fetch links and get movies/tv-show details. My wordpress theme contacts this central database by sending simple queries like name.example/getmovie.php?title=deadpool2 and automatically adds posts to my custom post types - all automated.
 
I created my own Wordpress theme. And then have a central database which uses PHP scripts & Java Selenium running on a cron-job to fetch links and get movies/tv-show details. My wordpress theme contacts this central database by sending simple queries like name.example/getmovie.php?title=deadpool2 and automatically adds posts to my custom post types - all automated.


Oke great,interesting dp you have sample like videos to see??
 
Why you not embed movie from website like 123movies, etc. And you just focus for its traffic atm
 
Wordpress sites are quite easy to handle as blog section of the site plays a key role in bringing traffic to your site. It also helps to improve your SEO optimiazation skills by guiding you towards the improvements needed for your content. Thank you!
 
Back
Top