All Projects → heqin-zhu → netease-music-cracker

heqin-zhu / netease-music-cracker

Licence: MIT license
🎵 缓存文件转换为 MP3 文件

Programming Languages

python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to netease-music-cracker

Netease Music Cracker
🎵 将可下载的网易云音乐的缓存文件转换为 MP3 文件
Stars: ✭ 373 (-8.13%)
Mutual labels:  regex, mp3
nipper
🌶 💽 Nipper - Youtube playlist (& video) ripper
Stars: ✭ 23 (-94.33%)
Mutual labels:  mp3
lua-patterns
Lua Patterns Viewer. A tool for inspecting, analyzing and learning Lua patterns.
Stars: ✭ 71 (-82.51%)
Mutual labels:  regex
vscode-mediaplayer
Mediaplayer extention for VS Code
Stars: ✭ 18 (-95.57%)
Mutual labels:  mp3
DFPlayerMini Fast
Fast and easy to understand Arduino library to use the DFPlayer Mini MP3 module from DFRobot.com. This is a huge improvement (both in terms of execution speed and simplicity) to the standard library provided by DFRobot.com.
Stars: ✭ 164 (-59.61%)
Mutual labels:  mp3
MP3 Player Shield
MP3 Player Shield - Play MP3s from an SD card! Created by and available from SparkFun Electronics
Stars: ✭ 22 (-94.58%)
Mutual labels:  mp3
IncredibleTextAdventure
No description or website provided.
Stars: ✭ 19 (-95.32%)
Mutual labels:  regex
FileDetectionRuleSets
🔎 Rules to detect game engines and other technologies based on Steam depot file lists
Stars: ✭ 106 (-73.89%)
Mutual labels:  regex
compiler-design-lab
These are my programs for compiler design lab work in my sixth semester
Stars: ✭ 47 (-88.42%)
Mutual labels:  regex
learn-regex
Learn regex the easy way
Stars: ✭ 43,660 (+10653.69%)
Mutual labels:  regex
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (-83.99%)
Mutual labels:  regex
moar
Deterministic Regular Expressions with Backreferences
Stars: ✭ 19 (-95.32%)
Mutual labels:  regex
Regaxor
A regular expression fuzzer.
Stars: ✭ 35 (-91.38%)
Mutual labels:  regex
FileRenamerDiff
A File Renamer App featuring a difference display before and after the change.
Stars: ✭ 32 (-92.12%)
Mutual labels:  regex
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (-90.64%)
Mutual labels:  mp3
BinFind
Perform regex pattern matching on binary data. (Regex-like)
Stars: ✭ 31 (-92.36%)
Mutual labels:  regex
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (-91.87%)
Mutual labels:  mp3
r4strings
Handling Strings in R
Stars: ✭ 39 (-90.39%)
Mutual labels:  regex
regex-not
Create a javascript regular expression for matching everything except for the given string.
Stars: ✭ 31 (-92.36%)
Mutual labels:  regex
Soggfy
Spotify ogg dumper
Stars: ✭ 524 (+29.06%)
Mutual labels:  mp3

music-recover


Stars Forks License Contributors Language 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].