From 671cb9fa217ef151045e7191f175b1437c64f45d Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Thu, 27 Dec 2007 00:27:39 +0100 Subject: [PATCH] - Move a comment around --- videosite.pl | 4 ---- videosite/YouTubeGrabber.pm | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/videosite.pl b/videosite.pl index 0d4b3e3..ee1fa26 100644 --- a/videosite.pl +++ b/videosite.pl @@ -3,10 +3,6 @@ # (c) 2007 by Ralf Ertzinger # licensed under GNU GPL v2 # -# based on trigger.pl by Wouter Coekaerts -# download strategy revised using -# http://www.kde-apps.org/content/show.php?content=41456 -# # Based on youtube.pl by Christian Garbs use strict; diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index bf7640c..5930c34 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -1,3 +1,8 @@ +# +# based on trigger.pl by Wouter Coekaerts +# download strategy revised using +# http://www.kde-apps.org/content/show.php?content=41456 + package YouTubeGrabber; use GrabberBase; -- 1.8.3.1