Giter Site home page Giter Site logo

nqdumpgo's People

Contributors

crmmc avatar opengg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

nqdumpgo's Issues

Repo too large to clone

Problem

History commits with large bin files make the whole repo super slow to clone.

$ git clone [email protected]:crmmc/nqdumpgo.git
Cloning into 'nqdumpgo'...
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (6/6), done.
Receiving objects:  71% (35/49), 9.34 MiB | 33.00 KiB/s    # repo > 10MB

Solution

Use bfg to remove files larger than 1MB. Whole repo shrink down to 120KB.

# check java runtime
java --version

# download bfg
curl -L -O https://repo1.maven.org/maven2/com/madgag/bfg/1.14.0/bfg-1.14.0.jar

# clone as mirror
git clone --mirror [email protected]:crmmc/nqdumpgo.git nqdumpgo-mirror

# remove files >1MB
java -jar ./bfg-1.14.0.jar --strip-blobs-bigger-than 1M nqdumpgo-mirror

# gc
cd nqdumpgo-mirror
git reflog expire --expire=now --all && git gc --prune=now --aggressive

# force push
git push --force

已无法支持新版网易云下载的NCM解密

image
新版Beta网易云(版本号3.0.0.Beta Build: 202496)对下载的音源做了更睾级的区分,试着下载同一首曲子所有的音源发现现版本已无法解密任何一个音源。

但是如果采用的是老版本(版本号2.10.6 Build: 200601)则可以正常解密。

开发者有更新的打算吗🤔🤔

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.