2007-02-12, 11:43
Hi,
This is my first "release" of the ofdb (germen version of imdb) scraper.
The mainfeatures work, but there are some problems:
- Umlauts are not readable (??siteencoding??)
- i parse the genres into individual tags (not only one genre tag; mabe one could change this in the scraper parser code (In databases you should not store lists in attributes
)) If this will not be changed, then i will change the parser...
- atm no original title since there is no tag for it
- mpaa is only fetched if there is the movie was in the cinemas... (addition here: maybe some possibility to check if a regex failed. example:
cheers morte
This is my first "release" of the ofdb (germen version of imdb) scraper.
The mainfeatures work, but there are some problems:
- Umlauts are not readable (??siteencoding??)
- i parse the genres into individual tags (not only one genre tag; mabe one could change this in the scraper parser code (In databases you should not store lists in attributes
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
- atm no original title since there is no tag for it
- mpaa is only fetched if there is the movie was in the cinemas... (addition here: maybe some possibility to check if a regex failed. example:
PHP Code:
<regex name"theregextocheck" .../>
<Regex name="aName" condition="theregextocheck"> <!--this one will only be called if the condition does match-->