Rename event field ewpf to io
[videosite.git] / videosite-dl.pl
index 46c8b49..a907b84 100755 (executable)
@@ -55,7 +55,7 @@ foreach (@ARGV) {
     printf("Handling %s...\n", $_);
     libvideosite::check_for_link({
         message => $_,
-        ewpf => sub { print @_, "\n" },
+        io => sub { print @_, "\n" },
         window => "",
     });
 }