- Fix typo
[videosite.git] / videosite / YouTubeGrabber.pm
index 2ed52a7..97b4827 100644 (file)
@@ -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)) {