Skip to content

Commit

Permalink
Merge 15be8dd into c073426
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatm committed Jul 12, 2016
2 parents c073426 + 15be8dd commit f14cd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oembed/providers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def add_official_provider(provider_class, sub_type=nil)
# http://blog.embed.ly/oohembed
OohEmbed = OEmbed::Provider.new("http://oohembed.com/oohembed/", :json)
OohEmbed << "http://*.5min.com/Video/*" # micro-video host
OohEmbed << %r{http://(.*?).amazon.(com|co.uk|de|ca|jp)/(.*?)/(gp/product|o/ASIN|obidos/ASIN|dp)/(.*?)} # Online product shopping
OohEmbed << %r{http://(.*?).amazon.(com|co.uk|de|ca|co.jp)/(.*?)/(gp/product|o/ASIN|obidos/ASIN|dp)/(.*?)} # Online product shopping
OohEmbed << "http://*.blip.tv/*"
OohEmbed << "http://*.clikthrough.com/theater/video/*"
OohEmbed << "http://*.collegehumor.com/video:*" # Comedic & original videos
Expand Down

0 comments on commit f14cd2a

Please sign in to comment.