summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/imdb.rb
AgeCommit message (Expand)Author
2020-04-25plugin(imdb): fix title regex, closes #44Matthias Hecker
2020-03-28plugin(imdb): changed base urlMatthias Hecker
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
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
2009-02-19remove whitespaceRaine Virta
2009-01-28imdb plugin: fixed the ratings regexMatthias Hecker
2008-03-23imdb plugin: fix author output broken by [37b6e68426dbe8812b47ae5bcdadf0fb5df...Giuseppe Bilotta
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 pre...Giuseppe Bilotta
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 shorte...Giuseppe Bilotta
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ...Giuseppe Bilotta
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 pe...Giuseppe Bilotta
2007-04-07imdb plugin: fix parsing bug with extra information after roles other than th...Giuseppe Bilotta
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 movi...Giuseppe Bilotta
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 p...Giuseppe Bilotta
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 t...Giuseppe Bilotta
2007-04-05imdb plugin: imdb.popular and imdb.exact config options to determine which re...Giuseppe Bilotta
2007-04-04imdb plugin: let the site tell us which roles to prefer; fix other display is...Giuseppe Bilotta
2007-04-04imdb plugin: add country and director to movie infoGiuseppe Bilotta
2007-04-04imdb plugin: show both popular and exact matchesGiuseppe Bilotta