![]() |
|
|||||||
| Scraper Development Developers forum for meta data scrapers. Scraper developers only! Not for posting feature requests, bugs, or end-user support requests! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Dec 2008
Posts: 23
![]() |
It is possible to use 2 sites in one scraper?
I wan't to use a main site to search for the movies (and get it's details) but if a movie isn't found there, it should be searched in imdb and get the details in imdb. |
|
|
|
|
|
#2 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,715
![]() |
sure, that could be pulled off. but not without a lof of c&p currently (i.e. you cannot link to the imdb scraper, you will have to have all expressions inside your). if that is fine; do the movie search in createsearchurl. in getsearchresults, if none is found, chain to a new function that handles the imdb search. in addition you would need something in getdetails to distinguish between the two (something like a regexp that moves stuff conditionally to buffer 5, then the imdb grabbing expressions take buffer 5 as input)
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|