343829084 / TV_Spider

TVBoxOSC 服务端爬虫 Custom Server Spider for Tv Written in Python3

Home Page:https://t4.secan.icu/vod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV_Spider

服务端爬虫 T4,基于Python 3

站点支持情况(站点根域名字典序)

参数说明及如何在TVBoxOSC中调用

DEMO(不支持bdys)https://t4.secan.icu/vod?sites=all&ali_token=xxxxxxxxx&timeout=10

备用(不支持bdys,cokemv)https://t4.run.goorm.io/vod?sites=all&ali_token=xxxxxxxxx&timeout=10


安装及使用说明,请参考Wiki

爬虫失效及其它问题,请移步Issues

仅供Python爬虫学习交流使用!切勿用于违法用途,否则开发者不承担任何责任。

欢迎Star 欢迎PR


安装依赖

pip install -r requirements.txt

运行

gunicorn -w 4 -b 0.0.0.0:8080 app:app

说明

  1. 部分爬虫代码参考自Tangsan99999 / TvJar

About

TVBoxOSC 服务端爬虫 Custom Server Spider for Tv Written in Python3

https://t4.secan.icu/vod

License:GNU General Public License v3.0


Languages

Language:Python 98.5%Language:Shell 1.5%