Allow proper subclassing of complete Getters/Grabbers
[videosite.git] / videosite / YouTubeGrabber.pm
index 59d748b..28f5007 100644 (file)
@@ -76,6 +76,7 @@ sub new {
             PASSWORD => ['', 'Password to use for YouTube login'],
             HTTPS => [1, 'Whether to use HTTPS (if available) to connect to YouTube']
         },
+        @_,
     );
 
     return bless($self, $class);