videosite.git
10 years agoAdd readme files for irssi and weechat weechat
Ralf Ertzinger [Sat, 11 May 2013 16:12:20 +0000 (18:12 +0200)]
Add readme files for irssi and weechat

10 years agoAdd shim for xchat2
Ralf Ertzinger [Wed, 8 May 2013 18:41:08 +0000 (20:41 +0200)]
Add shim for xchat2

10 years agoMerge branch 'rertzinger/generic-load-save' into weechat
Ralf Ertzinger [Wed, 8 May 2013 18:20:32 +0000 (20:20 +0200)]
Merge branch 'rertzinger/generic-load-save' into weechat

10 years agovideosite-dl: Convert to built in config functions
Ralf Ertzinger [Wed, 8 May 2013 17:58:00 +0000 (19:58 +0200)]
videosite-dl: Convert to built in config functions

10 years agolibvideosite: Add capability to initialize, load and save a config with builtin methods
Ralf Ertzinger [Wed, 8 May 2013 17:57:20 +0000 (19:57 +0200)]
libvideosite: Add capability to initialize, load and save a config with builtin methods

10 years agoAdd handler to produce a proper backtrace on error
Ralf Ertzinger [Wed, 8 May 2013 07:47:11 +0000 (09:47 +0200)]
Add handler to produce a proper backtrace on error

10 years agolibvideosite: remove leftover debug messages
Ralf Ertzinger [Tue, 7 May 2013 18:17:17 +0000 (20:17 +0200)]
libvideosite: remove leftover debug messages

10 years agoMerge branch 'per-window-debug' into weechat
Ralf Ertzinger [Tue, 7 May 2013 18:14:58 +0000 (20:14 +0200)]
Merge branch 'per-window-debug' into weechat

10 years agoAdd window identifier to event structure
Ralf Ertzinger [Tue, 7 May 2013 18:06:36 +0000 (20:06 +0200)]
Add window identifier to event structure

10 years agolibvideosite: Add per-window debug support
Ralf Ertzinger [Tue, 7 May 2013 18:00:52 +0000 (20:00 +0200)]
libvideosite: Add per-window debug support

10 years agoBase: redirect debug output to own io handler, remove local debug flags
Ralf Ertzinger [Tue, 7 May 2013 18:00:00 +0000 (20:00 +0200)]
Base: redirect debug output to own io handler, remove local debug flags

10 years agoMerge branch 'weechat' of http://10.200.0.3/GIT/videosite into weechat
Ralf Ertzinger [Tue, 7 May 2013 14:06:44 +0000 (16:06 +0200)]
Merge branch 'weechat' of 10.200.0.3/GIT/videosite into weechat

10 years agovideosite-irssi: Use appropriate message level for messages to windows
Ralf Ertzinger [Tue, 7 May 2013 14:06:20 +0000 (16:06 +0200)]
videosite-irssi: Use appropriate message level for messages to windows

10 years agoAdd .gitignore
Ralf Ertzinger [Mon, 6 May 2013 18:26:52 +0000 (20:26 +0200)]
Add .gitignore

10 years agoBase: Use proper access method for config values
Ralf Ertzinger [Mon, 6 May 2013 18:19:15 +0000 (20:19 +0200)]
Base: Use proper access method for config values

10 years agoRemove debug enabled by default
Ralf Ertzinger [Mon, 6 May 2013 18:12:45 +0000 (20:12 +0200)]
Remove debug enabled by default

10 years agoAdd proper config_save callbacks
Ralf Ertzinger [Mon, 6 May 2013 17:44:48 +0000 (19:44 +0200)]
Add proper config_save callbacks

10 years agolibvideosite: Print config save status message
Ralf Ertzinger [Mon, 6 May 2013 17:44:25 +0000 (19:44 +0200)]
libvideosite: Print config save status message

10 years agolibvideosite: rename reset hook to reload
Ralf Ertzinger [Mon, 6 May 2013 17:43:56 +0000 (19:43 +0200)]
libvideosite: rename reset hook to reload

10 years agovideosite-irssi: Modify to use videosite_reset() as a generic reset function, includi...
Ralf Ertzinger [Fri, 3 May 2013 20:14:07 +0000 (22:14 +0200)]
videosite-irssi: Modify to use videosite_reset() as a generic reset function, including libvideosite unload

10 years agolibvideosite: call reset function for reload
Ralf Ertzinger [Fri, 3 May 2013 19:46:25 +0000 (21:46 +0200)]
libvideosite: call reset function for reload

10 years agolibvideosite: move definition of remote_api and add default reset function
Ralf Ertzinger [Fri, 3 May 2013 19:46:03 +0000 (21:46 +0200)]
libvideosite: move definition of remote_api and add default reset function

10 years agovideosite-irssi: Fix typo
Ralf Ertzinger [Fri, 3 May 2013 19:30:49 +0000 (21:30 +0200)]
videosite-irssi: Fix typo

10 years agolibvideosite: Switch to display mode, if /nosave is given in the message
Ralf Ertzinger [Fri, 3 May 2013 18:54:57 +0000 (20:54 +0200)]
libvideosite: Switch to display mode, if /nosave is given in the message

10 years agovideosite-irssi: replace literal canary value by variable
Ralf Ertzinger [Thu, 2 May 2013 18:14:31 +0000 (20:14 +0200)]
videosite-irssi: replace literal canary value by variable

10 years agovideosite-irssi: Workaround for broken config_del
Ralf Ertzinger [Thu, 2 May 2013 18:10:12 +0000 (20:10 +0200)]
videosite-irssi: Workaround for broken config_del

10 years agolibvideosite: limit connector names to letters
Ralf Ertzinger [Thu, 2 May 2013 16:39:40 +0000 (18:39 +0200)]
libvideosite: limit connector names to letters

10 years agolibvideosite: Fix typos in _config_list_del
Ralf Ertzinger [Thu, 2 May 2013 16:38:17 +0000 (18:38 +0200)]
libvideosite: Fix typos in _config_list_del

10 years agolibvideosite: add _config_del wrapper function
Ralf Ertzinger [Thu, 2 May 2013 16:37:46 +0000 (18:37 +0200)]
libvideosite: add _config_del wrapper function

10 years agoFix sevenload grabber
Ralf Ertzinger [Tue, 30 Apr 2013 20:06:15 +0000 (22:06 +0200)]
Fix sevenload grabber

10 years agovideosite-test: Allow selective tests by using grabber names on the command line
Ralf Ertzinger [Tue, 30 Apr 2013 18:58:47 +0000 (20:58 +0200)]
videosite-test: Allow selective tests by using grabber names on the command line

10 years agoMotherless: Get video title from meta headers
Ralf Ertzinger [Tue, 30 Apr 2013 18:58:05 +0000 (20:58 +0200)]
Motherless: Get video title from meta headers

10 years agoMotherless: Fix typo
Ralf Ertzinger [Tue, 30 Apr 2013 18:57:49 +0000 (20:57 +0200)]
Motherless: Fix typo

10 years agovideosite-dl: Reverse return values from link callback
Ralf Ertzinger [Tue, 30 Apr 2013 18:42:12 +0000 (20:42 +0200)]
videosite-dl: Reverse return values from link callback

10 years agolibvideosite: Allow skipping of action depending on return value of link_callback
Ralf Ertzinger [Tue, 30 Apr 2013 18:41:49 +0000 (20:41 +0200)]
libvideosite: Allow skipping of action depending on return value of link_callback

10 years agoBase: re-add _prepare_parameters function to print a warning message
Ralf Ertzinger [Tue, 30 Apr 2013 18:16:03 +0000 (20:16 +0200)]
Base: re-add _prepare_parameters function to print a warning message

10 years agoBase: fix typo
Ralf Ertzinger [Tue, 30 Apr 2013 18:15:38 +0000 (20:15 +0200)]
Base: fix typo

10 years agolibvideosite: fix typo
Ralf Ertzinger [Tue, 30 Apr 2013 17:41:52 +0000 (19:41 +0200)]
libvideosite: fix typo

10 years agolibvideosite: use path argument properly in _config_list_* helpers
Ralf Ertzinger [Tue, 30 Apr 2013 17:41:33 +0000 (19:41 +0200)]
libvideosite: use path argument properly in _config_list_* helpers

10 years agovideosite-irssi: Select different canary default value
Ralf Ertzinger [Tue, 30 Apr 2013 17:24:01 +0000 (19:24 +0200)]
videosite-irssi: Select different canary default value

10 years agovideosite-irssi: Fix typos in config conversion
Ralf Ertzinger [Tue, 30 Apr 2013 17:23:46 +0000 (19:23 +0200)]
videosite-irssi: Fix typos in config conversion

10 years agovideosite-irssi: Add messages to configuration conversion
Ralf Ertzinger [Tue, 30 Apr 2013 17:23:27 +0000 (19:23 +0200)]
videosite-irssi: Add messages to configuration conversion

10 years agovideosite-irssi: Implement basic color handling
Ralf Ertzinger [Tue, 30 Apr 2013 17:22:39 +0000 (19:22 +0200)]
videosite-irssi: Implement basic color handling

10 years agovideosite-irssi: Add missing modules
Ralf Ertzinger [Tue, 30 Apr 2013 17:22:09 +0000 (19:22 +0200)]
videosite-irssi: Add missing modules

10 years agovideosite-weechat: Remove undef default color handling
Ralf Ertzinger [Tue, 30 Apr 2013 17:21:02 +0000 (19:21 +0200)]
videosite-weechat: Remove undef default color handling

10 years agolibvideosite: use internal _colorpair helper function
Ralf Ertzinger [Tue, 30 Apr 2013 17:20:23 +0000 (19:20 +0200)]
libvideosite: use internal _colorpair helper function

10 years agolibvideosite: send "default" to remote color API for default colors instead of undef
Ralf Ertzinger [Tue, 30 Apr 2013 17:19:54 +0000 (19:19 +0200)]
libvideosite: send "default" to remote color API for default colors instead of undef

10 years agovideosite-irssi: Call Irssi::print with only one argument
Ralf Ertzinger [Tue, 30 Apr 2013 16:36:33 +0000 (18:36 +0200)]
videosite-irssi: Call Irssi::print with only one argument

10 years agovideosite-irssi: Fix typos
Ralf Ertzinger [Tue, 30 Apr 2013 16:34:41 +0000 (18:34 +0200)]
videosite-irssi: Fix typos

10 years agovideosite-irssi: use Module::Load
Ralf Ertzinger [Tue, 30 Apr 2013 16:34:17 +0000 (18:34 +0200)]
videosite-irssi: use Module::Load

10 years agolibvideosite: use helper functions for _init_config_items
Ralf Ertzinger [Tue, 30 Apr 2013 16:33:31 +0000 (18:33 +0200)]
libvideosite: use helper functions for _init_config_items

10 years agolibvideosite: Add default value for config version
Ralf Ertzinger [Tue, 30 Apr 2013 16:33:09 +0000 (18:33 +0200)]
libvideosite: Add default value for config version

10 years agoFix copyright notices
Ralf Ertzinger [Tue, 30 Apr 2013 14:41:23 +0000 (16:41 +0200)]
Fix copyright notices

10 years agovideosite-irssi: remove unneeded code
Ralf Ertzinger [Tue, 30 Apr 2013 14:38:26 +0000 (16:38 +0200)]
videosite-irssi: remove unneeded code

10 years agovideosite-irssi: fix init logic
Ralf Ertzinger [Tue, 30 Apr 2013 14:34:11 +0000 (16:34 +0200)]
videosite-irssi: fix init logic

10 years agovideosite-irssi: fix typo
Ralf Ertzinger [Tue, 30 Apr 2013 14:33:56 +0000 (16:33 +0200)]
videosite-irssi: fix typo

10 years agovideosite-irssi: prepend config path with "videosite"
Ralf Ertzinger [Tue, 30 Apr 2013 14:33:09 +0000 (16:33 +0200)]
videosite-irssi: prepend config path with "videosite"

10 years agovideosite-irssi: remove debug messages
Ralf Ertzinger [Tue, 30 Apr 2013 14:32:40 +0000 (16:32 +0200)]
videosite-irssi: remove debug messages

10 years agovideosite-irssi: set/check version marker in config_init
Ralf Ertzinger [Tue, 30 Apr 2013 14:32:25 +0000 (16:32 +0200)]
videosite-irssi: set/check version marker in config_init

10 years agovideosite-weechat: make hooking of signals dependant on successful init
Ralf Ertzinger [Tue, 30 Apr 2013 14:04:53 +0000 (16:04 +0200)]
videosite-weechat: make hooking of signals dependant on successful init

10 years agolibvideosite: Allow calls to _io without arguments (to print an empty line)
Ralf Ertzinger [Tue, 30 Apr 2013 14:04:06 +0000 (16:04 +0200)]
libvideosite: Allow calls to _io without arguments (to print an empty line)

10 years agovideosite-weechat: get rid of //=
Ralf Ertzinger [Tue, 30 Apr 2013 14:03:25 +0000 (16:03 +0200)]
videosite-weechat: get rid of //=

10 years agolibvideosite: get rid of //=
Ralf Ertzinger [Tue, 30 Apr 2013 14:03:02 +0000 (16:03 +0200)]
libvideosite: get rid of //=

10 years agoManual merge for DailyMotionGrabber.pm
Ralf Ertzinger [Tue, 30 Apr 2013 13:51:23 +0000 (15:51 +0200)]
Manual merge for DailyMotionGrabber.pm

10 years agoAdd libvideosite.pm
Ralf Ertzinger [Tue, 30 Apr 2013 13:49:09 +0000 (15:49 +0200)]
Add libvideosite.pm

10 years agoFinish initial videosite-weechat.pl version
Ralf Ertzinger [Tue, 30 Apr 2013 13:48:57 +0000 (15:48 +0200)]
Finish initial videosite-weechat.pl version

10 years agoStart converting videosite-irssi.pl to libvideosite
Ralf Ertzinger [Tue, 30 Apr 2013 13:48:21 +0000 (15:48 +0200)]
Start converting videosite-irssi.pl to libvideosite

10 years agoModify videosite-test.pl to use libvideosite
Ralf Ertzinger [Tue, 30 Apr 2013 13:41:44 +0000 (15:41 +0200)]
Modify videosite-test.pl to use libvideosite

10 years agoModify videosite-dl.pl to use libvideosite
Ralf Ertzinger [Tue, 30 Apr 2013 13:41:23 +0000 (15:41 +0200)]
Modify videosite-dl.pl to use libvideosite

10 years agoModify readme for plugins
Ralf Ertzinger [Tue, 30 Apr 2013 13:40:50 +0000 (15:40 +0200)]
Modify readme for plugins

10 years agoFix Dailymotion grabber
Ralf Ertzinger [Tue, 30 Apr 2013 13:28:38 +0000 (15:28 +0200)]
Fix Dailymotion grabber

10 years agoRename videosite.pl to videosite-irssi.pl
Ralf Ertzinger [Sat, 27 Apr 2013 19:21:57 +0000 (21:21 +0200)]
Rename videosite.pl to videosite-irssi.pl

11 years agoAllow proper subclassing of complete Getters/Grabbers
Ralf Ertzinger [Wed, 24 Apr 2013 11:42:37 +0000 (13:42 +0200)]
Allow proper subclassing of complete Getters/Grabbers

11 years agoMove config handling to API
Ralf Ertzinger [Wed, 24 Apr 2013 11:42:11 +0000 (13:42 +0200)]
Move config handling to API

11 years agoRemove _prepare_parameters() and mergeconfig()
Ralf Ertzinger [Wed, 24 Apr 2013 11:39:40 +0000 (13:39 +0200)]
Remove _prepare_parameters() and mergeconfig()

11 years agoUse API for active connectors
Ralf Ertzinger [Wed, 24 Apr 2013 11:38:33 +0000 (13:38 +0200)]
Use API for active connectors

11 years agoUse API for output
Ralf Ertzinger [Wed, 24 Apr 2013 11:37:49 +0000 (13:37 +0200)]
Use API for output

11 years agoAdd default "enabled" property
Ralf Ertzinger [Wed, 24 Apr 2013 11:32:04 +0000 (13:32 +0200)]
Add default "enabled" property

11 years agoAdd a register_api() call to Base.pm
Ralf Ertzinger [Wed, 24 Apr 2013 11:31:15 +0000 (13:31 +0200)]
Add a register_api() call to Base.pm

11 years agoChange new() function in plugins to avoid having to call _prepare_parameters() in...
Ralf Ertzinger [Sun, 21 Apr 2013 17:32:48 +0000 (19:32 +0200)]
Change new() function in plugins to avoid having to call _prepare_parameters() in each

11 years agoAdd skeleton for weechat plugin
Ralf Ertzinger [Sun, 14 Apr 2013 20:12:41 +0000 (22:12 +0200)]
Add skeleton for weechat plugin

11 years agoYoutube: Simplify regex for scraping
Ralf Ertzinger [Sat, 23 Mar 2013 13:14:20 +0000 (14:14 +0100)]
Youtube: Simplify regex for scraping

11 years agoRemove debugging output
Ralf Ertzinger [Sat, 23 Mar 2013 13:13:57 +0000 (14:13 +0100)]
Remove debugging output

11 years agoYoutube: New site format for scraper
Ralf Ertzinger [Fri, 22 Mar 2013 18:52:48 +0000 (19:52 +0100)]
Youtube: New site format for scraper

11 years agoAdd MotherlessGrabber
Maximilian Rehkopf [Wed, 13 Mar 2013 23:02:10 +0000 (00:02 +0100)]
Add MotherlessGrabber

11 years agoAdd sane user-agent header for Async*FileGetters
Maximilian Rehkopf [Wed, 13 Mar 2013 23:02:09 +0000 (00:02 +0100)]
Add sane user-agent header for Async*FileGetters

11 years agoRemove old JSON parsers, we require the JSON module now
Ralf Ertzinger [Mon, 4 Mar 2013 19:03:17 +0000 (20:03 +0100)]
Remove old JSON parsers, we require the JSON module now

11 years agoConvert to use of a json style config file
Ralf Ertzinger [Mon, 4 Mar 2013 19:02:20 +0000 (20:02 +0100)]
Convert to use of a json style config file

11 years agoFix Vimeo grabber, support SD only video
Ralf Ertzinger [Fri, 18 Jan 2013 22:58:17 +0000 (23:58 +0100)]
Fix Vimeo grabber, support SD only video

11 years agoSet timeout for URL shortener to 5 seconds
Ralf Ertzinger [Fri, 21 Dec 2012 14:02:01 +0000 (15:02 +0100)]
Set timeout for URL shortener to 5 seconds

11 years agoVimeo: Match mobile URL
Ralf Ertzinger [Sat, 3 Nov 2012 11:30:51 +0000 (12:30 +0100)]
Vimeo: Match mobile URL

11 years agoYoutube: Add new signature to download URLs
Ralf Ertzinger [Fri, 28 Sep 2012 14:43:07 +0000 (16:43 +0200)]
Youtube: Add new signature to download URLs

11 years agoYoutube: remove old matching code
Ralf Ertzinger [Thu, 9 Aug 2012 14:07:46 +0000 (16:07 +0200)]
Youtube: remove old matching code

11 years agoYoutube: Add new URL format
Ralf Ertzinger [Thu, 9 Aug 2012 11:25:33 +0000 (13:25 +0200)]
Youtube: Add new URL format

11 years agoVimeoGrabber: rework to new site layout
Ralf Ertzinger [Sat, 28 Jul 2012 19:32:19 +0000 (21:32 +0200)]
VimeoGrabber: rework to new site layout

11 years agoAsync*Getter: fix escaping in filenames
Christian Garbs [Sun, 11 Mar 2012 16:44:17 +0000 (17:44 +0100)]
Async*Getter: fix escaping in filenames

11 years agoMerge branch 'master' of http://10.200.0.3/GIT/videosite
Ralf Ertzinger [Wed, 30 May 2012 08:49:46 +0000 (10:49 +0200)]
Merge branch 'master' of 10.200.0.3/GIT/videosite

11 years agoYoutube: Add new video format
Ralf Ertzinger [Wed, 30 May 2012 08:49:33 +0000 (10:49 +0200)]
Youtube: Add new video format

12 years agoMerge branch 'master' of ssh://ryoko:22003/home/sun/GIT/videosite
Ralf Ertzinger [Mon, 27 Feb 2012 18:03:55 +0000 (19:03 +0100)]
Merge branch 'master' of ssh://ryoko:22003/home/sun/GIT/videosite

12 years agoYoutube: Simplify match pattern
Ralf Ertzinger [Mon, 27 Feb 2012 18:03:22 +0000 (19:03 +0100)]
Youtube: Simplify match pattern