Skip to content

Commit

Permalink
v4.0.2 - Update provider list
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jan 22, 2024
1 parent f5fa88a commit 0793ecb
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 31 deletions.
28 changes: 17 additions & 11 deletions src/utils/providers.latest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// provider data, synchronized at 2023-08-16T03:16:17.352Z
// provider data, synchronized at 2024-01-22T08:51:16.050Z

/* eslint-disable */

Expand Down Expand Up @@ -103,10 +103,11 @@ export const providers = [
},
{
"s": [
"studio\\.assemblrworld\\.com/*",
"*\\.studio\\.assemblrworld\\.com/creation/*",
"studio\\.assemblrworld\\.com/creation/*",
"*\\.app-edu\\.assemblrworld\\.com/Creation/*",
"app-edu\\.assemblrworld\\.com/Creation/*",
"assemblr\\.world/*",
"app-edu\\.assemblrworld\\.com/*",
"staging\\.d1o2otincy91d\\.amplifyapp\\.com/*",
"editor\\.assemblrworld\\.com/*"
],
"e": "studio.assemblrworld.com/api/oembed"
Expand Down Expand Up @@ -166,6 +167,12 @@ export const providers = [
],
"e": "backtracks.fm/oembed"
},
{
"s": [
"balsamiq\\.cloud/*"
],
"e": "balsamiq.cloud/oembed"
},
{
"s": [
"beams\\.fm/*"
Expand Down Expand Up @@ -465,6 +472,12 @@ export const providers = [
],
"e": "api.d.tube/oembed"
},
{
"s": [
"app\\.echoeshq\\.com/embed/*"
],
"e": "api.echoeshq.com/oembed"
},
{
"s": [],
"e": "www.edumedia-sciences.com/oembed.json"
Expand Down Expand Up @@ -651,13 +664,6 @@ export const providers = [
],
"e": "embed.gettyimages.com/oembed"
},
{
"s": [
"gfycat\\.com/*",
"www\\.gfycat\\.com/*"
],
"e": "api.gfycat.com/v1/oembed"
},
{
"s": [
"www\\.gifnote\\.com/play/*"
Expand Down
59 changes: 40 additions & 19 deletions src/utils/providers.orginal.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,17 @@
"endpoints": [
{
"schemes": [
"https://studio.assemblrworld.com/*",
"http://*.studio.assemblrworld.com/creation/*",
"http://studio.assemblrworld.com/creation/*",
"http://*.app-edu.assemblrworld.com/Creation/*",
"http://app-edu.assemblrworld.com/Creation/*",
"http://assemblr.world/*",
"http://editor.assemblrworld.com/*",
"https://*.studio.assemblrworld.com/creation/*",
"https://studio.assemblrworld.com/creation/*",
"https://*.app-edu.assemblrworld.com/Creation/*",
"https://app-edu.assemblrworld.com/Creation/*",
"https://assemblr.world/*",
"https://app-edu.assemblrworld.com/*",
"https://staging.d1o2otincy91d.amplifyapp.com/*",
"https://editor.assemblrworld.com/*"
],
"url": "https://studio.assemblrworld.com/api/oembed",
Expand Down Expand Up @@ -339,6 +346,19 @@
}
]
},
{
"provider_name": "Balsamiq Cloud",
"provider_url": "https://balsamiq.cloud/",
"endpoints": [
{
"schemes": [
"https://balsamiq.cloud/*"
],
"url": "https://balsamiq.cloud/oembed",
"discovery": true
}
]
},
{
"provider_name": "Beams.fm",
"provider_url": "http://beams.fm",
Expand Down Expand Up @@ -986,6 +1006,23 @@
}
]
},
{
"provider_name": "EchoesHQ",
"provider_url": "https://echoeshq.com",
"endpoints": [
{
"schemes": [
"http://app.echoeshq.com/embed/*"
],
"url": "https://api.echoeshq.com/oembed",
"formats": [
"json",
"xml"
],
"discovery": true
}
]
},
{
"provider_name": "eduMedia",
"provider_url": "https://www.edumedia-sciences.com/",
Expand Down Expand Up @@ -1340,22 +1377,6 @@
}
]
},
{
"provider_name": "Gfycat",
"provider_url": "https://gfycat.com/",
"endpoints": [
{
"schemes": [
"http://gfycat.com/*",
"http://www.gfycat.com/*",
"https://gfycat.com/*",
"https://www.gfycat.com/*"
],
"url": "https://api.gfycat.com/v1/oembed",
"discovery": true
}
]
},
{
"provider_name": "Gifnote",
"provider_url": "https://www.gifnote.com/",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/providers.prev.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// provider data, synchronized at 2023-07-12T01:33:32.812Z
// provider data, synchronized at 2023-08-16T03:16:17.352Z

/* eslint-disable */

Expand Down

0 comments on commit 0793ecb

Please sign in to comment.