From 60da6f4bc6779c9faa41a1e1dba6c0afbe9706ee Mon Sep 17 00:00:00 2001 From: Christian Garbs Date: Thu, 27 Dec 2007 00:30:19 +0100 Subject: [PATCH] fix ancestry --- videosite.pl | 2 ++ videosite/YouTubeGrabber.pm | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/videosite.pl b/videosite.pl index ee1fa26..7c8253e 100644 --- a/videosite.pl +++ b/videosite.pl @@ -4,6 +4,8 @@ # licensed under GNU GPL v2 # # Based on youtube.pl by Christian Garbs +# which in turn is +# based on trigger.pl by Wouter Coekaerts use strict; use Irssi 20020324 qw (command_bind command_runsub signal_add_first signal_add_last); diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index 5930c34..dd1b2af 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -1,5 +1,4 @@ # -# based on trigger.pl by Wouter Coekaerts # download strategy revised using # http://www.kde-apps.org/content/show.php?content=41456 -- 1.8.3.1