|
427 | 427 | 'https://me.me/oembed' => [ |
428 | 428 | '|^https?://me\\.me/i/.*$|i', |
429 | 429 | ], |
| 430 | + 'https://*.medialab.(co|app)/api/oembed/' => [ |
| 431 | + '|^https?://.*\\.medialab\\.app/share/watch/.*$|i', |
| 432 | + '|^https?://.*\\.medialab\\.co/share/watch/.*$|i', |
| 433 | + '|^https?://.*\\.medialab\\.app/share/social/.*$|i', |
| 434 | + '|^https?://.*\\.medialab\\.co/share/social/.*$|i', |
| 435 | + '|^https?://.*\\.medialab\\.app/share/embed/.*$|i', |
| 436 | + '|^https?://.*\\.medialab\\.co/share/embed/.*$|i', |
| 437 | + ], |
430 | 438 | 'https://medienarchiv.zhdk.ch/oembed.json' => [ |
431 | 439 | '|^https?://medienarchiv\\.zhdk\\.ch/entries/.*$|i', |
432 | 440 | ], |
|
810 | 818 | '|^https?://vimeo\\.com/ondemand/.*/.*$|i', |
811 | 819 | '|^https?://player\\.vimeo\\.com/video/.*$|i', |
812 | 820 | ], |
| 821 | + 'https://www.viously.com/oembed' => [ |
| 822 | + '|^https?://www\\.viously\\.com/.*/.*$|i', |
| 823 | + ], |
813 | 824 | 'http://viziosphere.com/services/oembed/' => [ |
814 | 825 | '|^https?://viziosphere\\.com/3dphoto.*$|i', |
815 | 826 | ], |
|
873 | 884 | 'https://api.znipe.tv/v3/oembed/' => [ |
874 | 885 | '|^https?://.*\\.znipe\\.tv/.*$|i', |
875 | 886 | ], |
| 887 | + 'https://srv2.zoomable.ca/oembed' => [ |
| 888 | + '|^https?://srv2\\.zoomable\\.ca/viewer\\.php.*$|i', |
| 889 | + ], |
876 | 890 | 'http://jsbin.com/oembed' => [ |
877 | 891 | '|^https?://output\\.jsbin\\.com/.*$|i', |
878 | 892 | ], |
|
0 commit comments