videosite.git
2013-04-30 Ralf ErtzingerStart converting videosite-irssi.pl to libvideosite
2013-04-30 Ralf ErtzingerModify videosite-test.pl to use libvideosite
2013-04-30 Ralf ErtzingerModify videosite-dl.pl to use libvideosite
2013-04-30 Ralf ErtzingerModify readme for plugins
2013-04-30 Ralf ErtzingerFix Dailymotion grabber
2013-04-27 Ralf ErtzingerRename videosite.pl to videosite-irssi.pl
2013-04-24 Ralf ErtzingerAllow proper subclassing of complete Getters/Grabbers
2013-04-24 Ralf ErtzingerMove config handling to API
2013-04-24 Ralf ErtzingerRemove _prepare_parameters() and mergeconfig()
2013-04-24 Ralf ErtzingerUse API for active connectors
2013-04-24 Ralf ErtzingerUse API for output
2013-04-24 Ralf ErtzingerAdd default "enabled" property
2013-04-24 Ralf ErtzingerAdd a register_api() call to Base.pm
2013-04-21 Ralf ErtzingerChange new() function in plugins to avoid having to...
2013-04-14 Ralf ErtzingerAdd skeleton for weechat plugin
2013-03-23 Ralf ErtzingerYoutube: Simplify regex for scraping
2013-03-23 Ralf ErtzingerRemove debugging output
2013-03-22 Ralf ErtzingerYoutube: New site format for scraper
2013-03-14 Maximilian... Add MotherlessGrabber
2013-03-14 Maximilian... Add sane user-agent header for Async*FileGetters
2013-03-04 Ralf ErtzingerRemove old JSON parsers, we require the JSON module now
2013-03-04 Ralf ErtzingerConvert to use of a json style config file
2013-01-18 Ralf ErtzingerFix Vimeo grabber, support SD only video
2012-12-21 Ralf ErtzingerSet timeout for URL shortener to 5 seconds
2012-11-03 Ralf ErtzingerVimeo: Match mobile URL
2012-09-28 Ralf ErtzingerYoutube: Add new signature to download URLs
2012-08-09 Ralf ErtzingerYoutube: remove old matching code
2012-08-09 Ralf ErtzingerYoutube: Add new URL format
2012-07-28 Ralf ErtzingerVimeoGrabber: rework to new site layout
2012-06-01 Christian GarbsAsync*Getter: fix escaping in filenames
2012-05-30 Ralf ErtzingerMerge branch 'master' of 10.200.0.3/GIT/videosite
2012-05-30 Ralf ErtzingerYoutube: Add new video format
2012-02-27 Ralf ErtzingerMerge branch 'master' of ssh://ryoko:22003/home/sun...
2012-02-27 Ralf ErtzingerYoutube: Simplify match pattern
2012-02-15 Ralf ErtzingerYoutube: Disable the scrap handlers for the 2009 and...
2012-02-14 Ralf ErtzingerMerge branch 'master' of ssh://ryoko:22003/home/sun...
2012-02-14 Ralf ErtzingerYoutube: Add new page format (yt.playerConfig)
2012-02-14 Ralf Ertzingervideosite-test: Fix environment proxy use
2012-02-14 Ralf Ertzingervideosite-test: Autoflush STDOUT
2012-02-14 Ralf Ertzingervideosite-dl: Fix environment proxy use
2012-02-14 Ralf ErtzingerVimeo: Add self test information
2012-02-13 Ralf ErtzingerYoutube: match .../watch?&v=... URLs
2012-02-12 Ralf ErtzingerZero Punctuation: fix grabber
2012-02-12 Ralf ErtzingerVeoh: Fix grabber
2012-02-11 Ralf ErtzingerYoutube: remove COOKIE metadata
2012-02-11 Ralf ErtzingerGrabberBase: remove debug print statements
2012-02-11 Ralf ErtzingerAutomatically add cookies gathered during grabbing...
2012-02-11 Ralf ErtzingerAdd test URLs to BlipTV, Collegehumor, Redtube, Sevenlo...
2012-02-11 Ralf ErtzingerAdd _selftest() function and test script to verify...
2012-02-11 Ralf ErtzingerSnotr: Fix video title acquisition
2012-02-11 Ralf ErtzingerSevenload: Fix grabber
2012-02-11 Ralf ErtzingerRedtube: Fix grabber
2012-02-11 Ralf ErtzingerBlipTV: Fix grabber
2012-02-11 Ralf ErtzingerBase: lower timeout for default UserAgent object
2012-02-11 Ralf ErtzingerReplace use of LWP::Simple in all grabbers by $self...
2012-02-11 Ralf ErtzingerWimp: Catch possibe use of undefined variable
2012-02-11 Ralf ErtzingerBase: Add simple_get() function
2012-02-10 Ralf ErtzingerWimp: Obfuscating download URLs? Nasty.
2011-12-07 Ralf Ertzingervideosite: add a general scheme for immutable connectors
2011-12-07 Ralf ErtzingerYoutube: Add video format info to metadata
2011-11-17 Ralf ErtzingerYoutube: Add/annotate more video formats
2011-11-10 Ralf ErtzingerMerge branch 'master' of 10.200.0.3/GIT/videosite
2011-11-10 Ralf ErtzingerYoutube: new video formats, again
2011-10-18 Christian Garbsgo green
2011-10-18 Christian Garbsadd connector support to AsyncFileGetter
2011-10-14 Ralf ErtzingerYoutube: new video formats, again
2011-09-13 Ralf ErtzingerYoutube: new video formats, again
2011-09-07 Ralf Ertzingervideosite: add connector to main help
2011-09-07 Ralf Ertzingervideosite: print help if no connector subcommand given...
2011-09-04 Ralf ErtzingerFileGetter: Add support for connectors from metadata
2011-09-04 Ralf Ertzingervideosite: add connectors support
2011-09-03 Ralf ErtzingerBase, GrabberBase: change hash keys for connectors
2011-09-03 Ralf ErtzingerMerge branch 'master' of 10.200.0.3/GIT/videosite
2011-09-03 Ralf ErtzingerYouTube: Add comment to format list
2011-09-03 Ralf ErtzingerYouTube: add config variable to disable use of HTTPS...
2011-09-03 Ralf ErtzingerBase: remove debugging code accidentially left in
2011-09-03 Ralf Ertzingervideosite-dl: Add a connector callback which uses the...
2011-09-03 Ralf ErtzingerGrabberBase; make use of new connector infrastructure
2011-09-03 Ralf ErtzingerBase: Add support for connectors
2011-09-03 Ralf Ertzingervideosite-dl: Add -d switch for debug messages
2011-09-03 Ralf ErtzingerBase, YouTube: add a function to decode URL query strin...
2011-09-03 Ralf Ertzingervideosite-dl: Add -i command line option to print infor...
2011-08-17 Ralf ErtzingerYoutube: specify video formats more clearly
2011-08-09 Ralf ErtzingerYouTube: explicitly specify first pass decoding for...
2011-08-08 Ralf ErtzingerYouTube: Correctly parse url_encoded_fmt_stream_map...
2011-08-03 Ralf ErtzingerYoutube: Add support for url_encoded_fmt_stream_map...
2011-08-03 Ralf ErtzingerBase: Add decode_hexurl function
2011-07-23 Ralf ErtzingerCollegeHumor: Fix video URLs, and the title is in the...
2011-07-23 Ralf ErtzingerYouTube: fix some warnings
2011-07-23 Ralf ErtzingerFileGetter: Use full blown HTTP::UserAgent to set the...
2011-07-23 Ralf ErtzingerBase: fix the default output function
2011-07-22 Ralf ErtzingerYoutube: Add video format 44 and 45 (also WebM)
2011-07-22 Ralf ErtzingerYoutube: Add video format 43 (WebM)
2011-06-18 Ralf ErtzingerYoutube: decode UTF8 video titles to the internal perl...
2011-06-12 Ralf ErtzingerBase, YouTube: Do not use process persistent LWP::UserA...
2011-06-08 Ralf ErtzingerBase: Add module name to error and debug output
2011-06-08 Ralf ErtzingerAsyncWgetFileGetter: Remove base64 encoding from comman...
2011-06-08 Ralf ErtzingerJSArrayParser: dispense with the fallback crap, just...
2011-06-03 Ralf ErtzingerYoutube: factor out url selection routine
2011-06-03 Ralf ErtzingerYoutube: Add a parser that uses /get_video_info, with...
next