public
Description: Pulling that shit in yo!
Homepage: http://github.com/abcde/at-the-movies
Clone URL: git://github.com/abcde/at-the-movies.git
name age message
file .gitignore Sat Oct 03 01:02:45 -0700 2009 Move to Bundler for testing. [abcde]
file Gemfile Loading commit data...
file README.markdown Sun Aug 23 23:23:04 -0700 2009 Update README to follow new name. [abcde]
file Rakefile Sun Oct 04 04:26:31 -0700 2009 spec rake tasks. [abcde]
file VERSION Sun Aug 23 23:23:17 -0700 2009 Version bump to 0.1.0 [abcde]
file at-the-movies.gemspec Sun Aug 23 23:23:20 -0700 2009 Regenerated gemspec for version 0.1.0 [abcde]
directory lib/ Wed Aug 19 19:55:32 -0700 2009 Ability to parse interview pages. [abcde]
directory spec/
README.markdown

at-the-movies

Description:

Scraper for http://abc.net.au/atthemovies

Usage (I guess):

review = AtTheMovies::Parsers.for('http://www.abc.net.au/atthemovies/txt/s1533013.htm')
review.title # "Brokeback Mountain"

latest = AtTheMovies::Review.latest
latest.first.title # "Public Enemies"

License:

(The MIT License)

Copyright (c) 2009 Dylan Egan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.