X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite%2FYouTubeGrabber.pm;h=97b48274ffd0a5fe45edb64913746957d2d7b07f;hb=12db405291947c6b02c2555051c3dc52f3995cbc;hp=2ed52a757fcd0d5a1c0ba143e15c86683ff2a2b9;hpb=7b6cd96a0ad9a3bed4f771df3cc3d541470427f8;p=videosite.git diff --git a/videosite/YouTubeGrabber.pm b/videosite/YouTubeGrabber.pm index 2ed52a7..97b4827 100644 --- a/videosite/YouTubeGrabber.pm +++ b/videosite/YouTubeGrabber.pm @@ -111,6 +111,7 @@ sub _parse { $self->debug("Found SWF_ARGS: %s", $args); $jsp = videosite::JSArrayParser->new(); + $self->debug("Using %s to parse", ref($jsp)); $r = $jsp->parse($args); unless(defined($r)) {