From cea26e2ee0b32ea5fefe2ac990382e94eaff11e0 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 14 Sep 2026 15:25:57 +0300 Subject: [PATCH 1/4] 500px.com: fix regexp for a new URLs format --- plugins/domains/500px/500px.com.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/plugins/domains/500px/500px.com.js b/plugins/domains/500px/500px.com.js index a427b6f79..512e1b4c6 100644 --- a/plugins/domains/500px/500px.com.js +++ b/plugins/domains/500px/500px.com.js @@ -1,6 +1,6 @@ export default { - re: /^https?:\/\/(?:web\.)?500px\.com\/photo\/(\d+)/i, + re: /^https?:\/\/(?:web\.)?500px\.com\/photo\/([A-Za-z0-9]+)/i, mixins: ["*"], @@ -32,7 +32,13 @@ export default { }, tests: [{skipMethods:['getData']}, - "https://web.500px.com/photo/13541787/Long-After-Sunset-In-The-Black-Mountains-by-Jim-Ross/", - "https://500px.com/photo/56891080/frozen-by-ryan-pendleton?ctx_page=1&from=user&user_id=116369" + "https://500px.com/photo/gqZ6Tykaj5", + "https://500px.com/photo/KM6Mo0Fnyb?ctx_page=1&from=user&user_id=116369", + "https://500px.com/photo/wnYCJJNvlcV", + "https://500px.com/photo/nUBJ99ZZFNv" + + // old URL format: + // "https://web.500px.com/photo/13541787/Long-After-Sunset-In-The-Black-Mountains-by-Jim-Ross/", + // "https://500px.com/photo/56891080/frozen-by-ryan-pendleton?ctx_page=1&from=user&user_id=116369" ] }; \ No newline at end of file From 9f780ad4560e98a2adcf41d1662c3214d45125dd Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 14 Sep 2026 15:30:55 +0300 Subject: [PATCH 2/4] 23video-hosted: remove broken test URL --- plugins/links/hosted/23video-hosted.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/links/hosted/23video-hosted.js b/plugins/links/hosted/23video-hosted.js index 7f880cb7e..9f903e12b 100644 --- a/plugins/links/hosted/23video-hosted.js +++ b/plugins/links/hosted/23video-hosted.js @@ -19,7 +19,6 @@ export default { tests: [ "https://video.itu.dk/live/13796543", "https://video.ku.dk/video/11827941/visual-social-media-lab-farida-vis-anne", - "https://video.nextconf.eu/video/1880845/data-without-limits", "https://video.itu.dk/video/91172759/kandidat-i-softwaredesign-los", // "https://www.fftv.no/skipatruljen-s3e3-voss-resort", No oEmbed discovery tags ] From bf98ea98a8bb2e51d902924518837dded6e79737 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 14 Sep 2026 15:58:20 +0300 Subject: [PATCH 3/4] espn.com: update 404 test URL --- plugins/domains/espn.com.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/domains/espn.com.js b/plugins/domains/espn.com.js index 750fd639e..58ffbe93c 100644 --- a/plugins/domains/espn.com.js +++ b/plugins/domains/espn.com.js @@ -25,7 +25,7 @@ export default { }, "https://www.espn.com/video/clip/_/id/18883925", "https://www.espn.com.ar/video/clip?id=16686351", - "https://www.espn.com/video/clip/_/id/48638688", + "https://www.espn.com/video/clip/_/id/49845571", "https://www.espn.com/watch/player/_/id/49684785/country/us/redirected/true#bucketId=1", "https://www.espn.com/watch/player/_/id/7927216f-bca9-4fd8-8dcd-c128912e792c", "https://www.espn.ph/video/clip?id=49676631", From 5a76f4de861c58c5009805fae24e96f5940a0a9a Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 14 Sep 2026 18:24:32 +0300 Subject: [PATCH 4/4] 500px.com: update ejs --- plugins/domains/500px/500px.com.ejs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/plugins/domains/500px/500px.com.ejs b/plugins/domains/500px/500px.com.ejs index f412900e4..6069bbaa5 100644 --- a/plugins/domains/500px/500px.com.ejs +++ b/plugins/domains/500px/500px.com.ejs @@ -1,7 +1,6 @@ -
-

- <%= title %> -

- + - \ No newline at end of file + \ No newline at end of file