Skip to content

Commit

Permalink
* 去除已失效链接
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Mar 29, 2024
1 parent c85a6c1 commit 151a118
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
### 更新日志
### V1.0.3.9 - 2024-03-27
* 解决电影港首页无法加载图片的bug
### V1.0.4.0 - 2024-03-27
* 去除已失效链接
----


<details onclose>

### V1.0.3.9 - 2024-03-27
* 解决电影港首页无法加载图片的bug
* 去除已失效链接
----

### V1.0.3.8 - 2024-03-27
* 切换到主分支,其他分支都是用来发布
----
Expand Down
1 change: 0 additions & 1 deletion js/douban.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import {VodShort} from "../lib/vod.js";
import {Spider} from "./spider.js";
import {_, Crypto} from "../lib/cat.js";
import star from "../nodejs/src/spider/video/star.js";


class DoubanSpider extends Spider {
Expand Down
2 changes: 1 addition & 1 deletion js/dyttbt.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DyttSpider extends Spider {
}

getName() {
return "👼┃电影天堂BT┃👼"
return `👼┃电影天堂BT┃👼`
}

getAppName() {
Expand Down
4 changes: 2 additions & 2 deletions js/testSpider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {__jsEvalReturn} from './gitcafe.js';
import {__jsEvalReturn} from './douban.js';
import * as Utils from "../lib/utils.js";


Expand Down Expand Up @@ -50,7 +50,7 @@ async function testMusicPlay(vodDetail) {
}

async function test() {
let siteKey = 'gitcafe';
let siteKey = 'douban';
let siteType = 0;
await spider.init({
skey: siteKey, stype: siteType, ext: {
Expand Down

0 comments on commit 151a118

Please sign in to comment.