Merge pull request #868 from kaedroho/issuu-oembed-provider

Added ISSUU oembed provider
pull/852/head
Karl Hobley 2014-12-11 10:25:17 +00:00
commit 0dd0044dc8
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -291,7 +291,12 @@ OEMBED_ENDPOINTS = {
],
"http://www.ifttt.com/oembed/": [
"^http(?:s)?://ifttt\\.com/recipes/.+$"
]
],
# Added 11th December 2014 - http://developers.issuu.com/api/oembed.html
"http://issuu.com/oembed": [
"^http(?:s)?://(?:www\\.)?issuu\\.com/[^#?/]+/docs/.+$"
],
}