X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite%2FYouTubeGrabber.pm;h=5d328de82f6b10f23d70df62448161852f5bd15d;hb=cf79fb9dc759e1ca100557fce9e00d82cd3a3a67;hp=9bc32d99b375fd7d70c9f8747da208cc3d5fcb5e;hpb=bae36eef39615e016394e293de90e2825a3489bd;p=videosite.git diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index 9bc32d9..5d328de 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -159,13 +159,13 @@ sub _parse { $_[0], $thash); } - $self->debug("Pagetype: old (SWF_ARGS), t with fmt_map"); + $self->debug("Pagetype: 2009 (SWF_ARGS), t with fmt_map"); } else { $urls{5} = sprintf('http://www.youtube.com/get_video?video_id=%s&t=%s', $metadata->{'ID'}, $thash); - $self->debug("Pagetype: old (SWF_ARGS), t without fmt_map"); + $self->debug("Pagetype: 2009 (SWF_ARGS), t without fmt_map"); } } else { $self->error('Neither fmt_url_map nor t found in video information hash'); @@ -177,7 +177,7 @@ sub _parse { $urls =~ s/%([[:xdigit:]]{2})/chr(hex($1))/ge; %urls = split(/[\|,]/, $urls); - $self->debug("Pagetype: new (swfHTML), fmt_url_map"); + $self->debug("Pagetype: 2010 (swfHTML), fmt_url_map"); } if (%urls) {