jreklund / php4dvd

php4dvd is an open source php/mysql powered movie database. Catalog your video collection with ease. Automatic update of information and images.
GNU General Public License v3.0
83 stars 44 forks source link

Add scraping support for csfd.cz [Czech] #25

Closed jakub96124124 closed 6 years ago

jakub96124124 commented 6 years ago

Good day could not add drawings from this database add pumping from https://www.csfd.cz/ Otherwise thanks for reply

jreklund commented 6 years ago

Hi, I'm sorry but I don't understand what you mean by "pumping". This script only supports IMDb.

jakub96124124 commented 6 years ago

add csfd.cz support

jreklund commented 6 years ago

There are currently no official API and no complete unofficial PHP crawler. https://github.com/search?l=PHP&q=CSFD&type=Repositories&utf8=%E2%9C%93 So it's too much work for supporting one language.

jakub96124124 commented 6 years ago

https://github.com/jirutka/CSFD-parser

jreklund commented 6 years ago

That's a Python parser, this project is based on PHP.

jakub96124124 commented 6 years ago

https://github.com/Mikulas/csfd-api https://github.com/MattSkala/csfd-api

jreklund commented 6 years ago

Those are 4 and 5 years old. So they are abandoned.

jakub96124124 commented 6 years ago

I would be delighted to contribute to the development and support of the Czech database

jreklund commented 6 years ago

Sure, these are the main files using imdbphp at the moment. These needs to be rewritten to support multiple API. includes\movie.inc.php includes\movie.update.inc.php lib\db\Movie.class.php

jakub96124124 commented 6 years ago

https://github.com/PatrikValkovic/csfd-api

Javascript