Giter VIP home page Giter VIP logo

tv_spider's Introduction

TV_Spider

服务端爬虫 T4

基于Python 3

使用宝塔安装的简略步骤

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

欢迎Star 欢迎PR

当前支持的站点(站点根域名字典序)

Tag Name
cokemv COKEMV影视
czspp 厂长资源
gitcafe 小纸条
libvio LIBVIO影视
smdyy 神马影院
voflix VOFLIX HD
yiso 易搜-网盘搜索

在json中调用

{
    "key":"t4test",
    "name":"T4测试",
    "type":4,
    // 参数sites可筛选站点,tag用,隔开,不加或sites=all为搜索所有支持的站点
    "api":"http://127.0.0.1:8080/vod?sites=all",
    // "api":"http://127.0.0.1:8080/vod?sites=czspp,yiso",
    "searchable":1,
    "quickSearch":1,
    "filterable":0
}

安装依赖

pip install -r requirements.txt

并发搜索超时设置(单位:秒)

https://github.com/sec-an/TV_Spider/blob/1a1a5e5c5b64091e23ac7d8ab510103d98675d6f/app.py#L57

阿里云盘token修改

https://github.com/sec-an/TV_Spider/blob/1a1a5e5c5b64091e23ac7d8ab510103d98675d6f/utils/ali.py#L7

运行

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

说明

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

tv_spider's People

Contributors

sec-an avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.