mirror of
https://github.com/lyz05/danmaku.git
synced 2026-02-02 17:59:53 +08:00
feat: 增加测试样例
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user