All Projects → mbinary → Netease Music Cracker

mbinary / Netease Music Cracker

Licence: mit
🎵 将可下载的网易云音乐的缓存文件转换为 MP3 文件

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Netease Music Cracker

netease-music-cracker
🎵 缓存文件转换为 MP3 文件
Stars: ✭ 406 (+8.85%)
Mutual labels:  regex, mp3
Easy Scraping Tutorial
Simple but useful Python web scraping tutorial code.
Stars: ✭ 583 (+56.3%)
Mutual labels:  crawler, regex
MusicDownloader
It is a tool to download the music files such as .mp3 from netease cloud
Stars: ✭ 63 (-83.11%)
Mutual labels:  mp3, netease-cloud-music
Datmusic Api
Alternative for VK Audio API
Stars: ✭ 160 (-57.1%)
Mutual labels:  crawler, mp3
cover4mp3
[Deprecated] Fetching album covers for your songs.
Stars: ✭ 12 (-96.78%)
Mutual labels:  mp3, netease-cloud-music
Ttbot
今日头条机器人,支持用户登陆、关注、取消关注、获取关注粉丝、发文、发悟空问答、点赞、评论、采集各种类型新闻讯息等,使用今日头条网页版API实现
Stars: ✭ 338 (-9.38%)
Mutual labels:  crawler
Instagramcrawler
A non API python program to crawl public photos, posts or followers
Stars: ✭ 349 (-6.43%)
Mutual labels:  crawler
Zhihu Login
知乎模拟登录,支持提取验证码和保存 Cookies
Stars: ✭ 340 (-8.85%)
Mutual labels:  crawler
91porn Crawler
🌭💦 91porn爬虫在线API接口(永久有效) 及 在线web预览
Stars: ✭ 329 (-11.8%)
Mutual labels:  crawler
Jivesearch
A search engine that doesn't track you.
Stars: ✭ 364 (-2.41%)
Mutual labels:  crawler
Recog
Pattern recognition for hosts, services, and content
Stars: ✭ 360 (-3.49%)
Mutual labels:  regex
Scavenger
Crawler (Bot) searching for credential leaks on different paste sites.
Stars: ✭ 347 (-6.97%)
Mutual labels:  crawler
Aaxaudioconverter
Convert Audible aax files to mp3 and m4a/m4b
Stars: ✭ 336 (-9.92%)
Mutual labels:  mp3
Expynent
A library that provides regular expression patterns. If you hate to write regular expressions, then expynent can help you.
Stars: ✭ 350 (-6.17%)
Mutual labels:  regex
91porn Api
🌭💦 91porn爬虫在线无限制API接口(永久有效,口令每日更新) 及 在线web预览
Stars: ✭ 341 (-8.58%)
Mutual labels:  crawler
Fictiondown
小说下载|小说爬取|起点|笔趣阁|导出Markdown|导出txt|转换epub|广告过滤|自动校对
Stars: ✭ 362 (-2.95%)
Mutual labels:  crawler
Autoscraper
A Smart, Automatic, Fast and Lightweight Web Scraper for Python
Stars: ✭ 4,077 (+993.03%)
Mutual labels:  crawler
Vault
swiss army knife for hackers
Stars: ✭ 346 (-7.24%)
Mutual labels:  crawler
Tsrtc
台灣股票即時爬蟲。Taiwan Stock Exchange Real Time Crawler
Stars: ✭ 359 (-3.75%)
Mutual labels:  crawler
Pornhub Downloader
Download videos from pornhub.
Stars: ✭ 346 (-7.24%)
Mutual labels:  crawler

netease-music-cracker


Stars Forks License Contributors Language test Coverage

codebeat badge

声明

warning

代码仅供技术交流,参考学习,请尊重版权,勿用于商业及非法用途,如产生法律纠纷与本人无关

介绍

从缓存文件得到 mp3 文件。这是详细介绍

依赖

  • python3.5+
  • python 模块
    • requests
    • mutagen

运行 如下命令安装

$ pip3 install -r requirements.txt

使用

  • 如果要获得电脑上的缓存文件,那么可以不传入参数直接运行这个脚本python3 decrypt.py
  • 如果是手机上的(一般是netease/cloudmusic[lite]/Cache/Music1, 将其拷贝到电脑上),或者上面情况出现没有找到文件夹,没有文件等错误,那么需要指定缓存文件的位置作为参数运行(可以将缓存文件夹拷贝到当前目录重命名music, 然后运行python3 decrypt.py music)。
  • 已上传示例文件,可运行python3 decrypt.py music 进行尝试
  • 结果保存在当前目录下的mp3中😃
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].