Skip to content

Commit

Permalink
Merge pull request #170 from extractus/3.1.9
Browse files Browse the repository at this point in the history
v3.1.9
  • Loading branch information
ndaidong authored Mar 28, 2023
2 parents 0347c43 a28f2cd commit e38fd82
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@ jobs:

strategy:
matrix:
node_version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x]
node_version: [14.x, 16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3
Expand Down
28 changes: 18 additions & 10 deletions dist/cjs/oembed-extractor.js
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
// @extractus/[email protected], by @extractus - built with esbuild at 2023-01-11T02:48:50.197Z - published under MIT license
// @extractus/[email protected], by @extractus - built with esbuild at 2023-03-28T03:23:06.966Z - published under MIT license
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
Expand Down Expand Up @@ -3248,6 3248,12 @@ var providers = [
],
"e": "backtracks.fm/oembed"
},
{
"s": [
"beams\\.fm/*"
],
"e": "api.beams.fm/oEmbed"
},
{
"s": [],
"e": "www.beautiful.ai/api/oembed"
Expand Down Expand Up @@ -3313,13 3319,6 @@ var providers = [
],
"e": "minesweeper.today/api/oembed"
},
{
"s": [
"www-catapult-app\\.sandbox\\.hs-sites\\.com/video-page*",
"www-catapult\\.app/video-page*"
],
"e": "www.catapult.app/_hcms/api/video/oembed"
},
{
"s": [
"img\\.catbo\\.at/*"
Expand Down Expand Up @@ -3957,9 3956,12 @@ var providers = [
"*\\.jovian\\.ml/*",
"jovian\\.ai/*",
"jovian\\.ai/viewer*",
"*\\.jovian\\.ai/*"
"*\\.jovian\\.ai/*",
"jovian\\.com/*",
"jovian\\.com/viewer*",
"*\\.jovian\\.com/*"
],
"e": "api.jovian.ai/oembed.json"
"e": "api.jovian.com/oembed.json"
},
{
"s": [
Expand Down Expand Up @@ -4156,6 4158,12 @@ var providers = [
],
"e": "www.mixcloud.com/oembed/"
},
{
"s": [
"mixpanel\\.com/*"
],
"e": "mixpanel.com/api/app/embed/oembed/"
},
{
"s": [
"www\\.mobypicture\\.com/user/*/view/*",
Expand Down
28 changes: 18 additions & 10 deletions dist/oembed-extractor.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
// @extractus/[email protected], by @extractus - built with esbuild at 2023-01-11T02:48:50.197Z - published under MIT license
// @extractus/[email protected], by @extractus - built with esbuild at 2023-03-28T03:23:06.966Z - published under MIT license

// src/utils/linker.js
var isValid = (url = "") => {
Expand Down Expand Up @@ -226,6 226,12 @@ var providers = [
],
"e": "backtracks.fm/oembed"
},
{
"s": [
"beams\\.fm/*"
],
"e": "api.beams.fm/oEmbed"
},
{
"s": [],
"e": "www.beautiful.ai/api/oembed"
Expand Down Expand Up @@ -291,13 297,6 @@ var providers = [
],
"e": "minesweeper.today/api/oembed"
},
{
"s": [
"www-catapult-app\\.sandbox\\.hs-sites\\.com/video-page*",
"www-catapult\\.app/video-page*"
],
"e": "www.catapult.app/_hcms/api/video/oembed"
},
{
"s": [
"img\\.catbo\\.at/*"
Expand Down Expand Up @@ -935,9 934,12 @@ var providers = [
"*\\.jovian\\.ml/*",
"jovian\\.ai/*",
"jovian\\.ai/viewer*",
"*\\.jovian\\.ai/*"
"*\\.jovian\\.ai/*",
"jovian\\.com/*",
"jovian\\.com/viewer*",
"*\\.jovian\\.com/*"
],
"e": "api.jovian.ai/oembed.json"
"e": "api.jovian.com/oembed.json"
},
{
"s": [
Expand Down Expand Up @@ -1134,6 1136,12 @@ var providers = [
],
"e": "www.mixcloud.com/oembed/"
},
{
"s": [
"mixpanel\\.com/*"
],
"e": "mixpanel.com/api/app/embed/oembed/"
},
{
"s": [
"www\\.mobypicture\\.com/user/*/view/*",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 39,9 @@
"cross-fetch": "^3.1.5"
},
"devDependencies": {
"esbuild": "^0.16.16",
"eslint": "^8.31.0",
"jest": "^29.3.1",
"esbuild": "^0.17.14",
"eslint": "^8.36.0",
"jest": "^29.5.0",
"nock": "^13.3.0"
},
"keywords": [
Expand Down
28 changes: 18 additions & 10 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-01-11T02:27:50.456Z
// provider data, synchronized at 2023-03-28T03:23:00.248Z

/* eslint-disable */

Expand Down Expand Up @@ -148,6 148,12 @@ export const providers = [
],
"e": "backtracks.fm/oembed"
},
{
"s": [
"beams\\.fm/*"
],
"e": "api.beams.fm/oEmbed"
},
{
"s": [],
"e": "www.beautiful.ai/api/oembed"
Expand Down Expand Up @@ -213,13 219,6 @@ export const providers = [
],
"e": "minesweeper.today/api/oembed"
},
{
"s": [
"www-catapult-app\\.sandbox\\.hs-sites\\.com/video-page*",
"www-catapult\\.app/video-page*"
],
"e": "www.catapult.app/_hcms/api/video/oembed"
},
{
"s": [
"img\\.catbo\\.at/*"
Expand Down Expand Up @@ -857,9 856,12 @@ export const providers = [
"*\\.jovian\\.ml/*",
"jovian\\.ai/*",
"jovian\\.ai/viewer*",
"*\\.jovian\\.ai/*"
"*\\.jovian\\.ai/*",
"jovian\\.com/*",
"jovian\\.com/viewer*",
"*\\.jovian\\.com/*"
],
"e": "api.jovian.ai/oembed.json"
"e": "api.jovian.com/oembed.json"
},
{
"s": [
Expand Down Expand Up @@ -1056,6 1058,12 @@ export const providers = [
],
"e": "www.mixcloud.com/oembed/"
},
{
"s": [
"mixpanel\\.com/*"
],
"e": "mixpanel.com/api/app/embed/oembed/"
},
{
"s": [
"www\\.mobypicture\\.com/user/*/view/*",
Expand Down
48 changes: 31 additions & 17 deletions src/utils/providers.orginal.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 305,19 @@
}
]
},
{
"provider_name": "Beams.fm",
"provider_url": "http://beams.fm",
"endpoints": [
{
"schemes": [
"https://beams.fm/*"
],
"url": "https://api.beams.fm/oEmbed",
"discovery": true
}
]
},
{
"provider_name": "Beautiful.AI",
"provider_url": "https://www.beautiful.ai/",
Expand Down Expand Up @@ -450,20 463,6 @@
}
]
},
{
"provider_name": "Catapult",
"provider_url": "https://www.catapult.app/",
"endpoints": [
{
"schemes": [
"https://www-catapult-app.sandbox.hs-sites.com/video-page*",
"https://www-catapult.app/video-page*"
],
"url": "https://www.catapult.app/_hcms/api/video/oembed",
"discovery": true
}
]
},
{
"provider_name": "CatBoat",
"provider_url": "http://img.catbo.at/",
Expand Down Expand Up @@ -1783,7 1782,7 @@
},
{
"provider_name": "Jovian",
"provider_url": "https://jovian.ai/",
"provider_url": "https://jovian.com/",
"endpoints": [
{
"schemes": [
Expand All @@ -1792,9 1791,12 @@
"https://*.jovian.ml/*",
"https://jovian.ai/*",
"https://jovian.ai/viewer*",
"https://*.jovian.ai/*"
"https://*.jovian.ai/*",
"https://jovian.com/*",
"https://jovian.com/viewer*",
"https://*.jovian.com/*"
],
"url": "https://api.jovian.ai/oembed.json",
"url": "https://api.jovian.com/oembed.json",
"discovery": true
}
]
Expand Down Expand Up @@ -2208,6 2210,18 @@
}
]
},
{
"provider_name": "Mixpanel",
"provider_url": "https://mixpanel.com/",
"endpoints": [
{
"schemes": [
"https://mixpanel.com/*"
],
"url": "https://mixpanel.com/api/app/embed/oembed/"
}
]
},
{
"provider_name": "Moby Picture",
"provider_url": "http://www.mobypicture.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 2022-12-02T14:34:17.228Z
// provider data, synchronized at 2023-01-11T02:27:50.456Z

/* eslint-disable */

Expand Down

0 comments on commit e38fd82

Please sign in to comment.