dr_py/zhengban/README.md
2023-04-23 21:04:12 +08:00

69 lines
4.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div align=center>
<img src="https://img13.360buyimg.com/ddimg/jfs/t1/189154/38/14327/8587/60f9919fE32787d11/a5edcec999f67853.png" width="400px"/>
</div>
<h1 align="center">
Dlink_Parse
</h1>
<p align="center">
一个解析下载各大视频平台的工具集🧰
</p>
<p align="center">
<a href="https://github.com/jym66/Dlink_Parse/blob/master/LICENSE"><img src="https://img.shields.io/github/license/jym66/Dlink_Parse?style=flat" alt="License"></a>
<a><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/></a>
<a><img src="https://img.shields.io/badge/Powered%20by-Xcode-blue"/></a>
</p>
### 如果对你有帮助欢迎 STAR 🌟
### 本项目只是解密出视频下载地址的算法签名,不包括下载视频及视频解密(不保证长期有效)😂
#### 部分代码从js中截取依赖 [nodejs](https://nodejs.org/) 运行🛠️
####
### 🎬视频网站
| 名称 | 说明 | 是否需要nodejs | 源代码 |
| ---- | ---- | ---- | ---- |
| [腾讯](https://v.qq.com/) | [cKey算法来自这里](https://github.com/ZSAIm/iqiyi-parser/blob/master/js/tencent.js) | ✅ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/tencent.py) |
| [优酷](https://www.youku.com/) |记得带上cookie | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/youku.py) |
| [哔哩哔哩](https://www.bilibili.com/) |可以用ffmpeg合并音视频 | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/bilibili.py) |
| [抖音](https://www.iesdouyin.com/) | 需要无水印可以把 链接 playwm 换成play | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/douyin.py) |
| [抖音直播](https://www.iesdouyin.com/) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/douyin_live.py) |
| [芒果TV](https://www.mgtv.com) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/MGTV.py) |
| [爱奇艺](https://www.iqiyi.com/) | [算法来自这里](https://github.com/ZSAIm/iqiyi-parser/blob/master/js/iqiyi_2019-08.js) | ✅ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/iqiyi.py) |
| [PP视频](https://v.pptv.com/) | 需要 CryptoJS | ✅ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/pptv.py) |
| [咪咕视频](https://www.miguvideo.com/) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/migu.py) |
| [AcFun](https://www.acfun.cn/) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/AcFun.py) |
| [腾讯课堂](https://ke.qq.com/) |需要带上Cookie | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/ke_qq.py) |
| [好看视频](https://haokan.baidu.com/) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/haokan.py) |
| [西瓜视频](https://www.ixigua.com/) | 视频链接和音频链接用base64解码| ✅ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/xigua.py) |
### 🎵音乐网站
| 名称 | 说明 | 是否需要nodejs | 源代码 |
| ---- | ---- | ---- | ---- |
| [QQ音乐](https://y.qq.com/) | | ✅ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/qqmusic.py) |
| [网易云音乐](https://music.163.com/) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/music163.py) |
| [酷我音乐](http://www.kuwo.cn/) | 算法来自App| ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/kuwoMusic.py) |
| [酷狗音乐](https://www.kugou.com/) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/kugou.py) |
### 🎙️直播网站
| 名称 | 说明 | 是否需要nodejs | 源代码 |
| ---- | ---- | ---- | ---- |
| [斗鱼](https://www.douyu.com/) | | ✅ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/DouYu.py) |
| [虎牙](https://www.huya.com/) | | ❌ | [SourceCode](https://github.com/jym66/Dlink_Parse/blob/master/huya.py) |
本软件用于任何其他非法目的,作者将不为您承担任何责任。