expand copyright
[videosite.git] / videosite / YouTubeGrabber.pm
index 71eb0a2..c5ee0f3 100644 (file)
@@ -1,3 +1,7 @@
+# (c) 2007 by Ralf Ertzinger <ralf@camperquake.de>
+# licensed under GNU GPL v2
+#
+# Grabber for youtube.com/de/...
 #
 # download strategy revised using
 # http://www.kde-apps.org/content/show.php?content=41456
@@ -44,7 +48,7 @@ sub _parse {
     $metadata->{'URL'} = $url;
     $metadata->{'ID'} = $2;
     $metadata->{'TYPE'} = 'video';
-    $metadata->{'SOURCE'} = 'youtube';
+    $metadata->{'SOURCE'} = $self->{'NAME'};
     $metadata->{'TITLE'} = undef;
     $metadata->{'DLURL'} = undef;