From e5854b8b4c75a7ffd1dce77160b6cb558cfb498e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lavoie?= Date: Wed, 18 Sep 2013 13:58:13 -0400 Subject: [PATCH] Added screencast.com to whitelist.rb Adding onebox support to screencast.com could be useful. --- lib/oneboxer/whitelist.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/oneboxer/whitelist.rb b/lib/oneboxer/whitelist.rb index 1eb56c41e..392c788df 100644 --- a/lib/oneboxer/whitelist.rb +++ b/lib/oneboxer/whitelist.rb @@ -87,6 +87,7 @@ module Oneboxer Entry.new(/^https?:\/\/(?:www\.)?screenr\.com\/.+/), Entry.new(/^https?:\/\/(?:www\.)?tumblr\.com\/.+/, false), Entry.new(/^https?:\/\/(?:www\.)?howtogeek\.com\/.+/, false), + Entry.new(/^https?:\/\/(?:www\.)?screencast\.com\/.+/), Entry.new(/\/\d{4}\/\d{2}\/\d{2}\//, false), # wordpress Entry.new(/^https?:\/\/[^\/]+\/t\/[^\/]+\/\d+(\/\d+)?(\?.*)?$/),