diff --git a/inc/config.php b/inc/config.php
index 79ac48cb..a1fa088f 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -651,6 +651,10 @@
array(
'/^https?:\/\/video\.google\.com\/videoplay\?docid=(\d+)([](.+)?)?$/i',
''
+ ),
+ array(
+ '/^https?:\/\/(\w+\.)?vocaroo\.com\/i\/([a-zA-Z0-9]{2,15})$/i',
+ ''
)
);