-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Date : 2024/02/06 14:58 | ||
* @Email : [email protected] | ||
* @Software : Samples | ||
* @Desc : 非凡资源 | ||
* @Desc : 非凡资源 (已失效) | ||
*/ | ||
|
||
import {VodSpider} from "./vodSpider.js"; | ||
|
@@ -22,7 +22,7 @@ class FeiFanSpider extends VodSpider { | |
} | ||
|
||
getName() { | ||
return "🥗┃非凡资源┃🥗" | ||
return `🥗┃非凡资源┃🥗` | ||
} | ||
|
||
getJSName() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Date : 2024/02/06 14:58 | ||
* @Email : [email protected] | ||
* @Software : Samples | ||
* @Desc : 非凡资源 | ||
* @Desc : 非凡资源18+(已失效) | ||
*/ | ||
|
||
import {VodSpider} from "./vodSpider.js"; | ||
|
@@ -22,7 +22,7 @@ class FeiFan18Spider extends VodSpider { | |
} | ||
|
||
getName() { | ||
return "🔞┃非凡资源18+┃🔞" | ||
return `🔞┃非凡资源18+┃🔞` | ||
} | ||
|
||
getJSName() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Date : 2024/1/15 10:32 | ||
* @Email : [email protected] | ||
* @Software : Samples | ||
* @Desc : | ||
* @Desc : 爱看机器人(已失效:上盾) | ||
*/ | ||
|
||
import {Spider} from "./spider.js"; | ||
|
@@ -62,7 +62,7 @@ class IKanBotSpider extends Spider { | |
} | ||
|
||
getName() { | ||
return "🤖┃爱看机器人┃🤖" | ||
return `🤖┃爱看机器人┃🤖` | ||
} | ||
|
||
getAppName() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Date : 2024/1/24 9:15 | ||
* @Email : [email protected] | ||
* @Software : Samples | ||
* @Desc : 量子资源 | ||
* @Desc : 量子资源(已失效) | ||
*/ | ||
import {VodSpider} from "./vodSpider.js"; | ||
|
||
|
@@ -20,7 +20,7 @@ class LiangziSpider extends VodSpider { | |
} | ||
|
||
getName() { | ||
return "🐝┃量子资源┃🐝" | ||
return `🐝┃量子资源┃🐝` | ||
} | ||
|
||
getJSName() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Date : 2024/1/24 9:15 | ||
* @Email : [email protected] | ||
* @Software : Samples | ||
* @Desc : 量子资源18 | ||
* @Desc : 量子资源18+ (已失效) | ||
*/ | ||
import {VodSpider} from "./vodSpider.js"; | ||
|
||
|
@@ -20,7 +20,7 @@ class Liangzi18Spider extends VodSpider { | |
} | ||
|
||
getName() { | ||
return "🔞┃量子资源18+┃🔞" | ||
return `🔞┃量子资源18+┃🔞` | ||
} | ||
|
||
getJSName() { | ||
|