Skip to content
forked from sec-an/TV_Spider

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

License

Notifications You must be signed in to change notification settings

NtDino/TV_Spider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.7%