summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/imdb.rb
AgeCommit message (Collapse)Author
2014-02-20[plugin] imdb small parser fixMatthias H
2012-12-19imdb: fix for the check of the final /Giuseppe Bilotta
2012-12-19imdb: plugin updates for recent site changesMatthias H
2011-09-26imdb plugin: again fixes outdated ratings patternMatthias -apoc- Hecker
2011-08-28fix for imdb, changed patterns for ratings&genreMatthias -apoc- Hecker
2011-01-12Ruby 1.9 cleanup: variables warningsGiuseppe Bilotta
Fix most ruby 1.9 warnings about shadowed variables (still one remaining in keywords.rb). The only significant changes are in the quiz game plugin. Also fix an issue in dictclient where the block parameter of a method was not correctly isolated from the previous parameter.
2010-11-09imdb: fix title regexp for missing second dateGiuseppe Bilotta
2010-10-14imdb: restore 'character of' functionalityGiuseppe Bilotta
2010-10-14imdb: update to latest htmlGiuseppe Bilotta
2010-07-24imdb: fix plot detectionGiuseppe Bilotta
2010-07-24imdb: fix grab_info()Giuseppe Bilotta
2010-03-18Small imdb plugin fix. Just changed the imdb url.Matthias -apoc- Hecker
2009-04-02imdb: fix for missing directorGiuseppe Bilotta
Director information was missing because IMDB had changed its 'info' div box to include an id. Cope with it.
2009-02-19remove whitespaceRaine Virta
2009-01-28imdb plugin: fixed the ratings regexMatthias Hecker
2008-03-23imdb plugin: fix author output broken by ↵Giuseppe Bilotta
[37b6e68426dbe8812b47ae5bcdadf0fb5df76e26]
2008-03-19imdb plugin: use www, not us in links output to IRCGiuseppe Bilotta
2008-03-19imdb plugin: htmlinfo filter for names tooGiuseppe Bilotta
2008-03-19imdb plugin: imdb_filter for titlesGiuseppe Bilotta
2008-03-19imdb plugin: character roles can contain HTML (e.g. <a href>), so clean it upGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-04-20imdb plugin: bring help up to speed with what the plugin offersGiuseppe Bilotta
2007-04-09fix minor warnings from figlet and imdb pluginsGiuseppe Bilotta
2007-04-09More require cleanupsGiuseppe Bilotta
2007-04-08imdb plugin: fix for the previous commitGiuseppe Bilotta
2007-04-08imdb plugin: ircify html in extra comments about rolesGiuseppe Bilotta
2007-04-08imdb plugin: try to guess what kind of role is requested depending on the ↵Giuseppe Bilotta
prefix used (with/by/from)
2007-04-08imdb plugin: allow filtering by role when looking for movies by person/yearGiuseppe Bilotta
2007-04-08imdb plugin: movies by person/year can now be shown in decades, and by ↵Giuseppe Bilotta
shortening the year (19xx or 1xxx is assumed)
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ↵Giuseppe Bilotta
checks for InvalidURIs that don't make sense anymore, irficy some more html
2007-04-07imdb plugin: command to display the characters (and actors) in a given movieGiuseppe Bilotta
2007-04-07imdb plugin: say something when nothing was foundGiuseppe Bilotta
2007-04-07imdb plugin: character lookup by actor and movieGiuseppe Bilotta
2007-04-07imdb plugin: TV series are not shown by default when looking for movies by ↵Giuseppe Bilotta
person/year, but they can be enabled with the imdb.tv_series_in_movies option
2007-04-07imdb plugin: fix parsing bug with extra information after roles other than ↵Giuseppe Bilotta
the last
2007-04-07imdb plugin: better catching; sort movies before TV seriesGiuseppe Bilotta
2007-04-06imdb plugin: some titles with extra info where missed when searching for ↵Giuseppe Bilotta
movies by person+year
2007-04-06imdb plugin: initial work on a 'movie by person and year' searchGiuseppe Bilotta
2007-04-06imdb plugin: improve title fixingGiuseppe Bilotta
2007-04-06imdb plugin: prefix search string with 'name' or 'title' to only search for ↵Giuseppe Bilotta
people or movies respectively
2007-04-05imdb plugin: remove spaces around slashes separating countriesGiuseppe Bilotta
2007-04-05imdb plugin: fix detection of multiple titles per yearGiuseppe Bilotta
2007-04-05imdb plugin: make aka searches optionalGiuseppe Bilotta
2007-04-05imdb plugin: option to try to detect articles and put them back in front of ↵Giuseppe Bilotta
the title
2007-04-05imdb plugin: imdb.popular and imdb.exact config options to determine which ↵Giuseppe Bilotta
results to display
2007-04-04imdb plugin: let the site tell us which roles to prefer; fix other display ↵Giuseppe Bilotta
issues
2007-04-04imdb plugin: add country and director to movie infoGiuseppe Bilotta
2007-04-04imdb plugin: show both popular and exact matchesGiuseppe Bilotta
2007-04-04imdb plugin: use constants for common strings and regexpsGiuseppe Bilotta
2007-04-04imdb plugin: show popular movies acted/directed when finding peopleGiuseppe Bilotta