From 6ba3119e05f585424c0762a8408bed43f731481f Mon Sep 17 00:00:00 2001 From: David Robarts Date: Thu, 16 Sep 2010 11:02:14 -0700 Subject: [PATCH] Removed multiple sample queries - did not work as expected in console. Hard wraped table description. --- movies/movies.kids-in-mind.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/movies/movies.kids-in-mind.xml b/movies/movies.kids-in-mind.xml index 09712d2c..b445ac10 100644 --- a/movies/movies.kids-in-mind.xml +++ b/movies/movies.kids-in-mind.xml @@ -2,10 +2,16 @@ select * from {table} - select * from {table} where keyword="sci-fi" - select * from {table} where sexMax=4 and violenceMax=7 and languageMax=5 and MPAA in ("G","PG","PG-13") - select * from {table} where url="http://wwww.kids-in-mind.com/inline_video.htm" - Scrapes rating infomation from Kids-In-Mind.com website. Most pages of the Kids-in-Mind site are supported including search by rating and search by keyword. Movie information varies by page, so some elements may not be present in every result set. Searches default to returning only first page results. Keyword search results may not include all result pages due to non-movie results on page. Effectiveness of scraping subject to change without notice due to source site redesigns. + + Scrapes rating infomation from Kids-In-Mind.com website. Most + pages of the Kids-in-Mind site are supported including search by + rating and search by keyword. Movie information varies by page, + so some elements may not be present in every result set. + Searches default to returning only first page results. Keyword + search results may not include all result pages due to non-movie + results on page. Effectiveness of scraping subject to change + without notice due to source site redesigns. + David Robarts