- Misc bug fixes.
- Removes ability to scrape boxofficemojo.com as this site requires their written permission for scraping.
- Removes the
site
parameter fromboxoffice()
as the only site is now the-numbers.com. - Fail gracefully when a date cannot be scraped.
- Fix package not working as boxofficemojo.com changed their site organization.
- Fix tests due to site updating box office totals.
- Fix tests due to site updating box office totals.
- Adds ability to scrape top grossing movies - based on domestic (American), international, and total gross.
- Changes some tests as the website's top grossing page has been updated.
- Adds message about boxofficemojo.com's scraping rules
- i.e. ask them for permission!
- Change webscraping method to GET and include a user agent linking back to this package.
- Thanks to GitHub user hrbrmstr for the suggestion!
- Added a
NEWS.md
file to track changes to the package. - Simplified available parameters
- Minor speed increases