Skip to content

Commit

Permalink
domains: add bigthink.com
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Jul 11, 2016
1 parent 7cf57cc commit 91f2f40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions plugins/domains/bigthink.com.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {

re: /^https?:\/\/bigthink\.com\/videos\//i,

mixins: [
"*"
],

provides: '__allowEmbedURL',

getData: function(urlMatch) {
return {
__allowEmbedURL: true
};
},

tests: [
"http://bigthink.com/videos/bre-pettis-on-makerbot-3-d-printing"
]
};

0 comments on commit 91f2f40

Please sign in to comment.