diff --git a/base/custom.conf b/base/custom.conf index 5a8603ec2651cc47d7a5f7066759f740a708f007..275cedfe1817a68ba4ea24398720260834fdd73b 100644 --- a/base/custom.conf +++ b/base/custom.conf @@ -54,7 +54,8 @@ {"key":"csp_Nbys","name":"📺泥巴(SP需翻墙)","type":3,"api":"csp_Nbys","searchable":1,"quickSearch":1,"filterable":1}, {"key":"csp_Cokemv","name":"🚗Cokemv(SP)","type":3,"api":"csp_Cokemv","searchable":1,"quickSearch":1,"filterable":1}, {"key":"if101资源","name":"✈️if101(海外推荐)","type":0,"api":"https://demo.if101.tv/api.php/provide/vod/at/xml","searchable":1,"quickSearch":0,"filterable":0}, -{"key":"push_agent","name":"🍭推送(阿里)","type":3,"api":"csp_PushAgent","searchable":0,"quickSearch":0,"filterable":0,"ext":"{{ali_token}}"}, +# {"key":"push_agent","name":"🍭推送(阿里)","type":3,"api":"csp_PushAgent","searchable":0,"quickSearch":0,"filterable":0,"ext":"{{ali_token}}"}, +{"key": "push_agent","name": "推送(爱优腾/阿里云盘/磁力链接)","type": 3,"api": "csp_PushAgent","searchable":0,"quickSearch": 0,"filterable":0,"ext": "{{ali_token}}","plugin":"{{host}}/txt/jar/0906.jar"}, {"key":"csp_GitCafe","name":"小纸条","type":3,"api":"csp_Gitcafe","searchable":1,"quickSearch":1,"filterable":0,"ext":"{{ali_token}}"}, # {"key":"push_agent","name":"阿里","type":3,"api":"py_ali","searchable":0,"quickSearch":0,"filterable":0,"ext":"{{ali_token}}"}, {"key":"阿里盤搜","name":"阿里盤搜","type":3,"api":"csp_AliPanSou","searchable":1,"quickSearch":1,"filterable":1,"ext":"{{ali_token}}","plugin":"https://ghproxy.com/https://github.com/FongMi/CatVodSpider/raw/main/jar/custom_spider.jar"}, diff --git a/js/version.txt b/js/version.txt index 4048fd4f56a267a044c45840b53c5903f4f6a05e..8623e5bb0912ec0b947729c54c4759ef20218294 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.6beta1 \ No newline at end of file +3.9.6beta2 \ No newline at end of file diff --git "a/py/\344\270\213\350\275\275jar.py" "b/py/\344\270\213\350\275\275jar.py" new file mode 100644 index 0000000000000000000000000000000000000000..ff145a816f1fd47b62b30ce26c9e264c19b4b200 --- /dev/null +++ "b/py/\344\270\213\350\275\275jar.py" @@ -0,0 +1,16 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# File : 下载jar.py +# Author: DaShenHan&道长-----先苦后甜,任凭晚风拂柳颜------ +# Date : 2022/10/14 + +import requests + +headers = { + 'user-agent':'okhttp/3.15' +} +r = requests.get('http://刚刚.live/jar2/0906.jar',headers=headers) +print(r.content) + +with open('0906.jar','wb+') as f: + f.write(r.content) \ No newline at end of file diff --git a/txt/jar/0906.jar b/txt/jar/0906.jar new file mode 100644 index 0000000000000000000000000000000000000000..64cdccdbf7e4729091d2773b93a3379abbdc30ef Binary files /dev/null and b/txt/jar/0906.jar differ