Code Monkey home page Code Monkey logo

Comments (6)

demostars avatar demostars commented on May 26, 2024

补充下,发现原因不是语言,是符号。。文件名似乎不能有 ? ...

from netease-cloud-music-dl.

demostars avatar demostars commented on May 26, 2024

歌单最多下载1000首限制是网易接口限制么?

from netease-cloud-music-dl.

codezjx avatar codezjx commented on May 26, 2024

@demostars 对的,在Windows下\/:*?"<>|都是非法字符,统一用正则处理,都替换为空格了。在Mac上是允许这种字符的,之前一直没留意。拉下代码重装一次再测试下,谢啦。

from netease-cloud-music-dl.

codezjx avatar codezjx commented on May 26, 2024

@demostars 歌单列表用的是这个api: http://music.163.com/api/playlist/detail?id=playlistId
直接替换最后面的歌单id,然后在浏览器直接get一下看看是否只返回的1000首?我是遍历里面的歌来下载的。

还有,居然有>1000首歌的歌单?兄弟你这是搞事情啊~_~

from netease-cloud-music-dl.

demostars avatar demostars commented on May 26, 2024

@codezjx 将近5k首...

from netease-cloud-music-dl.

chenyue404 avatar chenyue404 commented on May 26, 2024

超过了可以手动分割成多个歌单……

from netease-cloud-music-dl.

Related Issues (20)

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.