Skip to content

Commit

Permalink
Merge pull request coleifer#11 from stefanfoulis/patch-1
Browse files Browse the repository at this point in the history
adds support for vimeo https urls
  • Loading branch information
coleifer committed Nov 26, 2012
2 parents f5c4ec9 + 67c7937 commit 61e3429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micawber/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def bootstrap_basic(cache=None):
pr.register('http://\S*.revision3.com/\S*', Provider('http://revision3.com/api/oembed/'))
pr.register('http://www.hulu.com/watch/\S*', Provider('http://www.hulu.com/api/oembed.json'))
pr.register('http://vimeo.com/\S*', Provider('http://vimeo.com/api/oembed.json'))
pr.register('https://vimeo.com/\S*', Provider('https://vimeo.com/api/oembed.json'))
pr.register('http://www.polleverywhere.com/(polls|multiple_choice_polls|free_text_polls)/\S*', Provider('http://www.polleverywhere.com/services/oembed/'))
pr.register('http://www.ifixit.com/Guide/View/\S*', Provider('http://www.ifixit.com/Embed'))
pr.register('http://\S*.smugmug.com/\S*', Provider('http://api.smugmug.com/services/oembed/'))
Expand Down

0 comments on commit 61e3429

Please sign in to comment.