Skip to content

Commit

Permalink
Removed multiple sample queries - did not work as expected in console.
Browse files Browse the repository at this point in the history
Hard wraped table description.
  • Loading branch information
robartsd committed Sep 16, 2010
1 parent ec878fb commit 6ba3119
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions movies/movies.kids-in-mind.xml
Expand Up @@ -2,10 +2,16 @@
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<sampleQuery description="Get recent Kids-in-Mind Ratings">select * from {table}</sampleQuery>
<sampleQuery description="Find Kids-in-Mind Ratings for sci-fi films">select * from {table} where keyword="sci-fi"</sampleQuery>
<sampleQuery description="Find movies by rating">select * from {table} where sexMax=4 and violenceMax=7 and languageMax=5 and MPAA in ("G","PG","PG-13")</sampleQuery>
<sampleQuery description="Get Kids-in-Mind Ratings for recent video releases">select * from {table} where url="http://wwww.kids-in-mind.com/inline_video.htm"</sampleQuery>
<description>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.</description>
<description>
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.
</description>
<author>David Robarts</author>
</meta>
<bindings>
Expand Down

0 comments on commit 6ba3119

Please sign in to comment.