- February 1, 2009
- 115
- 1
- Thread starter
- #41
So far backdrop section is not available in scraper, I decide to add IMDB_ID recognision to the scraper. The logic is following: when we get movie's details from kinopoisk we've got Alternate Title which can be searched on The Internet Movie Database (IMDb) for imdb_id. Then imdb_id is recorded to DB, then scraper for themoviedb.org pull backdrop from the site (I speak about movies which exist on imdb and themoviedb).
I made scraper upgrade, but... nothing is happend. No errors in log, movie just loaded to the DB, but not imdb_id or
backdrop... Looks like the scraper doesn't run added part, but it gets ALL neccesary values from kinopoisk??? Could you check my code, additional code starts from comment about IMDB_ID:
BTW, any information about LOG-node??? it doesn't work!
I made scraper upgrade, but... nothing is happend. No errors in log, movie just loaded to the DB, but not imdb_id or
backdrop... Looks like the scraper doesn't run added part, but it gets ALL neccesary values from kinopoisk??? Could you check my code, additional code starts from comment about IMDB_ID:
BTW, any information about LOG-node??? it doesn't work!
Code:
question is clear - so I delete the code