服务端爬虫 T4
{"key":"t4test","name":"T4测试","type":4,"api":"http://127.0.0.1:8080/vod","searchable":1,"quickSearch":1,"filterable":0}
pip install -r requirements.txt
https://github.com/sec-an/TV_Spider/blob/52fc12898113ed4d26c75eb1d6054cf3f3341d90/utils/ali.py#L7
gunicorn -w 4 -b 0.0.0.0:8080 app:app
- 部分爬虫代码参考自Tangsan99999 / TvJar