Karl Hobley 2014-12-11 10:10:17 +00:00
rodzic a7946ddd71
commit baf2454d6c
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/.+$"
],
}