This commit is contained in:
Osma
2022-07-30 20:05:08 +08:00
commit a5d2e8f43e
96 changed files with 18331 additions and 0 deletions
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+143
View File
@@ -0,0 +1,143 @@
## 共享包
### 这里的jar包由群友玩家共享的爬虫代码生成,不定期更新jar包和配置
### **注意:由于防火墙的问题,你可能无法直接使用这里的jar包,请自己想办法解决**
```json
"spider": "https://github.com/catvod/CatVodTVSpider/blob/master/jar/custom_spider.jar?raw=true",
"spider": "https://litecucumber.coding.net/p/cat/d/config/git/raw/master/custom_spider.txt",
......
"sites": [
......
{
"key": "csp_Aidi",
"name": "爱迪",
"type": 3,
"api": "csp_Aidi",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Enlienli",
"name": "嗯哩嗯哩",
"type": 3,
"api": "csp_Enlienli",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Auete",
"name": "Auete",
"type": 3,
"api": "csp_Auete",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Cokemv",
"name": "Cokemv",
"type": 3,
"api": "csp_Cokemv",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Buka",
"name": "真不卡(测试)",
"type": 3,
"api": "csp_Buka",
"searchable": 0,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Ysgc",
"name": "影视工厂",
"type": 3,
"api": "csp_Ysgc",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_N0ys",
"name": "90影视",
"type": 3,
"api": "csp_N0ys",
"searchable": 1,
"quickSearch": 1,
"filterable": 0
},
{
"key": "csp_Nekk",
"name": "9E看看",
"type": 3,
"api": "csp_Nekk",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Imaple",
"name": "枫林网(爬虫)",
"type": 3,
"api": "csp_Imaple",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Jumi",
"name": "剧迷(爬虫)",
"type": 3,
"api": "csp_Jumi",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_Nfx",
"name": "NFXHD(爬虫)",
"type": 3,
"api": "csp_Nfx",
"searchable": 1,
"quickSearch": 0,
"filterable": 1
},
{
"key": "csp_YydsAli1",
"name": "YYDS阿里(爬虫)",
"type": 3,
"api": "csp_YydsAli1",
"searchable": 1,
"quickSearch": 0,
"filterable": 0
}
......
],
......
"parses": [
......
{
"name": "Json并发",
"type": 2,
"url": "Parallel"
},
{
"name": "Json轮询",
"type": 2,
"url": "Sequence"
}
......
]
```
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
d63fe3db21b48e04884c2d5303907bd1
+33
View File
@@ -0,0 +1,33 @@
@echo off
del "%~dp0\custom_spider.jar"
rd /s/q "%~dp0\Smali_classes"
java -jar "%~dp0\3rd\baksmali-2.5.2.jar" d "%~dp0\..\app\build\intermediates\dex\release\minifyReleaseWithR8\classes.dex" -o "%~dp0\Smali_classes"
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\spider"
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\parser"
if not exist "%~dp0\spider.jar\smali\com\github\catvod\" md "%~dp0\spider.jar\smali\com\github\catvod\"
if "%1" == "ec" (
java -Dfile.encoding=utf-8 -jar "%~dp0\3rd\oss.jar" "%~dp0\Smali_classes"
)
move "%~dp0\Smali_classes\com\github\catvod\spider" "%~dp0\spider.jar\smali\com\github\catvod\"
move "%~dp0\Smali_classes\com\github\catvod\parser" "%~dp0\spider.jar\smali\com\github\catvod\"
rd /s/q "%~dp0\Smali_classes"
java -jar "%~dp0\3rd\apktool_2.4.1.jar" b "%~dp0\spider.jar" -c
move "%~dp0\spider.jar\dist\dex.jar" "%~dp0\custom_spider.jar"
certUtil -hashfile "%~dp0\custom_spider.jar" MD5 | find /i /v "md5" | find /i /v "certutil" > "%~dp0\custom_spider.jar.md5"
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\spider"
rd /s/q "%~dp0\spider.jar\smali\com\github\catvod\parser"
rd /s/q "%~dp0\spider.jar\build"
rd /s/q "%~dp0\spider.jar\dist"
+13
View File
@@ -0,0 +1,13 @@
!!brut.androlib.meta.MetaInfo
apkFileName: dex.jar
compressionType: false
doNotCompress: null
isFrameworkApk: false
packageInfo: null
sdkInfo: null
sharedLibrary: false
sparseResources: false
unknownFiles:
usesFramework: null
version: 2.4.1_0303
versionInfo: null
@@ -0,0 +1,4 @@
Manifest-Version: 1.0
Dex-Location: classes.dex
Created-By: dx 1.11