summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/youtube.rb
AgeCommit message (Collapse)Author
2010-10-12youtube: fix detection of video pagesGiuseppe Bilotta
2009-05-19youtube: fixes for older XML parsersDavid Gadling
REXML in (at least) Ruby 1.8.6 doesn't support the @attr xpath to get an attribute value. Use the slightly more verbose way of doing it.
2009-03-09youtube: fix video page detection in htmlfilterGiuseppe Bilotta
2008-04-14youtube plugin: update filters to new YouTube layoutGiuseppe Bilotta
2008-03-24utils: Utils.secs_to_short convert seconds into hour:minute:seconds format etcGiuseppe Bilotta
2008-03-24youtube plugin: option to display alternative formats in video infoGiuseppe Bilotta
2008-03-24youtube plugin: retrieve alternative formats for videosGiuseppe Bilotta
2008-03-23youtube plugin: refactor info() method into youtube video filter (for ↵Giuseppe Bilotta
htmlinfo too)
2008-03-23youtube plugin: more compact info representationGiuseppe Bilotta
2008-03-23youtube plugin: fix retrieval of ratings, views and favesGiuseppe Bilotta
2008-03-23youtube plugin: video data extraction has its own filter, used also in ↵Giuseppe Bilotta
youtube info command
2008-03-23youtube plugin: initial commitGiuseppe Bilotta