GithubHelp home page GithubHelp logo

x315600 / jable-spider Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaowangsec/jable-spider

0.0 0.0 0.0 24.78 MB

jable.tv(fs1.app)爬虫, 包含所有番号

Home Page: https://xiaowangsec.github.io/jable-spider/

License: Mozilla Public License 2.0

Python 100.00%

jable-spider's Introduction

jable爬虫 jable-spider

jable.tv(fs1.app)爬虫, 包含所有番号

MySQL版使用方法

  • 确保网络环境是科学的 (Clash可以打开TUN模式, 或者连接VPN)
  • 或者直接Fork一份代码然后在Codespace中打开
  • 安装依赖pip install -r requirements.txt
  • 在你的MySQL数据库中导入avdb_images.sql
  • 修改第183行开始的MySQL数据库连接信息
  • 运行爬虫python main.py
  • 会自动更新最新番号至avdb_images
  • 你可以手动修改for i in tqdm(range(1, 35), colour='green', desc='进度: '):中的范围以实现修改爬取页面

数据库设计

见sql文件

SQLite版请见sqlite分支

说明

直接对jable.tv进行请求会遇到cloudflare五秒盾, 可以用cloudscraper绕过

但是也可以换个思路, 对fs1.app进行请求, 实测不会遇到cloudflare五秒盾

站点改动, jable.tv用了Cloudflare version 2 Captcha challenge, cloudscraper免费版无法绕过

fs1.app也不能直接爬了, 需要使用https://github.com/VeNoMouS/cloudscraper绕过

TODO

把封面爬下来转base64存到另一张表 感谢@qileguai提交代码 xiaoWangSec#2

jable-spider's People

Contributors

xiaowangsec avatar qileguai 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.