Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
nleush committed Dec 4, 2024
2 parents 475e56b + 8fcfe5f commit b770cbb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"iframely"
],

KNOWN_VIDEO_SOURCES: /(youtube|youtu|youtube\-nocookie|vimeo|dailymotion|theplatform|jwplatform|jwplayer|cnevids|newsinc|podbean|simplecast|libsyn|wistia|podiant|art19|kaltura|mtvnservices|brightcove|bcove|soundcloud|giphy|viddler|flowplayer|vidible|bandzoogle|podigee|smugmug|facebook|vid|ultimedia|mixcloud|vidyard|youplay|streamable|captivate|mdstrm|mediadelivery|hearstapps|rudo|acast|screen9)\.\w+\//i,
KNOWN_VIDEO_SOURCES: /(youtube|youtu|youtube\-nocookie|vimeo|dailymotion|theplatform|jwplatform|jwplayer|cnevids|newsinc|podbean|simplecast|libsyn|wistia|podiant|art19|kaltura|mtvnservices|brightcove|bcove|soundcloud|giphy|viddler|flowplayer|vidible|bandzoogle|podigee|smugmug|facebook|vid|ultimedia|mixcloud|vidyard|youplay|streamable|captivate|mdstrm|mediadelivery|hearstapps|rudo|acast|screen9|spotlightr)\.\w+\//i,

OEMBED_RELS_PRIORITY: ["app", "player", "survey", "image", "reader"],
OEMBED_RELS_MEDIA_PRIORITY: ["player", "survey", "image", "reader", "app"],
Expand Down
5 changes: 4 additions & 1 deletion plugins/domains/imageshack.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export default {
page: "https://imageshack.com/discover",
selector: "a.photo"
},
"http://imageshack.com/i/eyn2zNjEj"
"http://imageshack.com/i/eyn2zNjEj",
"https://imageshack.com/i/p5PixlVVj",
"https://imageshack.com/i/id44d071j",
"https://imageshack.com/i/pbzPCsEij"
]
};
9 changes: 5 additions & 4 deletions plugins/domains/issuu.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ export default {
},

tests: [
"http://issuu.com/redbulletin.com/docs/the_red_bulletin_stratos_special_us",
"http://issuu.com/ukrainian_defense_review/docs/udr_02_2013_english",
"http://issuu.com/kathamagazine/docs/julyaug2014/c/s8fjq65"
"https://issuu.com/redbulletin.com/docs/the_red_bulletin_stratos_special_us",
"https://issuu.com/ukrainian_defense_review/docs/udr_02_2013_english",
"https://issuu.com/visitfaroeislands/docs/tg25-uk-web_compressed",
"https://issuu.com/cbmicheals/docs/wwii_hero_franklin_micheals",
"https://issuu.com/photoedmagazine/docs/photoed-w24_colour_for_issuu_print_replica"
]

};

0 comments on commit b770cbb

Please sign in to comment.