X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=videosite%2FDailyMotionGrabber.pm;h=8cea83c2af1429303eb8be38da940df8a3894f31;hb=d333195856d50dbceb175e5cdcd1061a8ad8366a;hp=d08e71bc927f976a7772c742af4d3a0deb3d167a;hpb=b97a01912322f6ebccf2713c3bbbcc266f02c7b5;p=videosite.git diff --git a/videosite/DailyMotionGrabber.pm b/videosite/DailyMotionGrabber.pm index d08e71b..8cea83c 100644 --- a/videosite/DailyMotionGrabber.pm +++ b/videosite/DailyMotionGrabber.pm @@ -1,7 +1,3 @@ -# -# download strategy revised using -# http://www.kde-apps.org/content/show.php?content=41456 - package DailyMotionGrabber; use GrabberBase; @@ -17,7 +13,7 @@ sub new { my $class = shift; my $self = $class->SUPER::new(); - $self->{'NAME'} = 'youtube'; + $self->{'NAME'} = 'dailymotion'; $self->{'PATTERNS'} = ['(http://(?:[-a-zA-Z0-9_.]+\.)*.dailymotion.com/(?:[^/]+/)*video/([-a-zA-Z0-9_]+)']; bless($self, $class);