From 89dac978d5cdbaa62d2efde44c894445a6403451 Mon Sep 17 00:00:00 2001 From: lyz05 <294068487@qq.com> Date: Sat, 27 Apr 2024 20:15:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=A0=B7=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/api/iqiyi.js | 3 ++- routes/api/tencentvideo.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/api/iqiyi.js b/routes/api/iqiyi.js index eef8e88..38d3bd1 100644 --- a/routes/api/iqiyi.js +++ b/routes/api/iqiyi.js @@ -12,7 +12,8 @@ function Iqiyi() { this.domain = "iqiyi.com"; this.example_urls = [ "https://www.iqiyi.com/v_19rr1lm35o.html", //api lens 11 - "http://www.iqiyi.com/v_1qzx9b00hs4.html?vfm=m_331_dbdy" //api lens 25 + "http://www.iqiyi.com/v_1qzx9b00hs4.html?vfm=m_331_dbdy", //api lens 25 + "https://www.iqiyi.com/v_19rr1lm35o.html", ]; this.resolve = async (url) => { diff --git a/routes/api/tencentvideo.js b/routes/api/tencentvideo.js index 132c024..801ebc2 100644 --- a/routes/api/tencentvideo.js +++ b/routes/api/tencentvideo.js @@ -10,6 +10,7 @@ function Tencentvideo() { "https://v.qq.com/x/cover/53q0eh78q97e4d1/x00174aq5no.html",//api lens 50 "https://v.qq.com/x/cover/mzc00200fph94nw/l00448ijvve.html",//api lens 91 "https://v.qq.com/x/cover/mzc00200fhhxx8d/h0046u6z1iu.html",//api lens 215 OOM + "https://v.qq.com/x/cover/0s4fa14ciz3ohd0/p0047w54ncc.html",//api lens 297 OOM ]; this.resolve = async (url) => {