aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhints-for-embedded.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/hints-for-embedded.js b/hints-for-embedded.js
index f16cebb..5e7438c 100755
--- a/hints-for-embedded.js
+++ b/hints-for-embedded.js
@@ -181,6 +181,12 @@ let INFO =
name: /.*/,
value: /clip_id=(\d+)/,
url: function (id) ('http://vimeo.com/' + id)
+ },
+ collegehumor: {
+ site: /collegehumor/,
+ name: /.*/,
+ value: /clip_id=(\d+)/,
+ url: function (id) ('http://www.collegehumor.com/video:' + id)
}
};