Code Monkey home page Code Monkey logo

lanzou_directlink_sh's Introduction

Lanzou_DirectLink_sh

本项目旨在以一种不依赖服务器的方式获取蓝奏云的下载直链

目前已支持 Shell 和 Python

Shell

使用方法

# 不带密码
$ ./Shell/lanzou.sh iuAd711aksub #也可以使用 https://qqcn.lanzouy.com/iuAd711aksub 的形式
https://i11.lanzoug.com:446/xxx #已省略链接

# 带密码
$ ./Shell/lanzou.sh i2tL911a5x8j dtzn
https://i91.lanzoug.com:446/xxx #已省略链接

Python

注:Python 主要代码由 ChatGPT 完成,已经过人工修复,但未进行充分测试,可能存在问题

# 不带密码
direct_link = fetch_direct_link('iuAd711aksub')
print(direct_link)

# 带密码
direct_link = fetch_direct_link('i2tL911a5x8j', 'dtzn')
print(direct_link)

TODO

  • 随机X-Forwarded-For以防止用户IP被屏蔽
  • 支持解析带密码文件
  • 支持解析文件夹
  • 支持多种编程语言

参考资料

lanzou_directlink_sh's People

Contributors

liuran001 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.