Giter Site home page Giter Site logo

网易云盘相关API about musicbox HOT 18 OPEN

darknessomi avatar darknessomi commented on May 20, 2024
网易云盘相关API

from musicbox.

Comments (18)

Catofes avatar Catofes commented on May 20, 2024

整个playlist json文件如下:
https://paste.xinu.at/r8Lso/

from musicbox.

Catofes avatar Catofes commented on May 20, 2024

MUSIC_U 的COOKIE 会在登陆 时候设置。

http://music.163.com/api/login/cellphone/?csrf_token=

访问这个api的时候会设置。

from musicbox.

Catofes avatar Catofes commented on May 20, 2024

还有http登陆也是醉了

from musicbox.

Catofes avatar Catofes commented on May 20, 2024

wine运行网易云音乐太蛋疼了。首先你要吧gpu进程kill掉,这样不会黑屏,然后在设置里吧cpu加速关掉。基本就可以运行了,听音乐一顿一顿的超赞(貌似要替换一个dll库)。焦点不再它的时候还有下面这个问题
2015-03-31 23 09 11

from musicbox.

chaserhkj avatar chaserhkj commented on May 20, 2024

MUSIC_U 应该是类似于csrf_token的东西,我之前分析Android客户端API的时候也发现过,应该是反跨站攻击用的

HTTP登陆的问题在 #48 有讨论,起码我确认Android客户端是HTTPS登录的

我们现在的api.py是不保留cookie的(就是没有session), 我正在chaserhkj:cloud这个分支上面试图实现一些修改和收藏歌单的功能,现在这边分支上的api.py版本已经换成使用保留cookie的session http请求了,并且还加了个auth=True的选项用来自动往api请求里添加csrf_token/MUSIC_U,有需要可以看看 = =

from musicbox.

chaserhkj avatar chaserhkj commented on May 20, 2024

以及我根本就wine不起来网易云音乐Orz, 直接崩溃退出什么的.

我这里都是抓手机客户端的包来分析API……

from musicbox.

Catofes avatar Catofes commented on May 20, 2024

@chaserhkj 咋回事。。我这边ARCH默认就wine的起来啊 要不你来我这看看怎么回事?

from musicbox.

chaserhkj avatar chaserhkj commented on May 20, 2024

@Catofes 我已经换Gentoo了……不知道和这个有没有关系
wine版本是 wine-1.7.38

from musicbox.

Catofes avatar Catofes commented on May 20, 2024

2333 @chaserhkj 抽空见个面调调看?

from musicbox.

chaserhkj avatar chaserhkj commented on May 20, 2024

学长机智地提出了面基的建议 (=゚ω゚)=
可以一试……

from musicbox.

darknessomi avatar darknessomi commented on May 20, 2024

@Catofes @chaserhkj 你俩原来是校友啊,好基2333

另外感觉云盘这功能很鸡肋有木有?而且网易承担了一部分未知的侵权风险啊。

from musicbox.

darknessomi avatar darknessomi commented on May 20, 2024

最重要的是,Mac 版居然没这功能😓

害我找了一圈= =

from musicbox.

draplater avatar draplater commented on May 20, 2024

是我校的hkj?
On Mar 31, 2015 11:14 PM, "Huang, Kang-Jing" [email protected]
wrote:

以及我根本就wine不起来网易云音乐Orz, 直接崩溃退出什么的.

我这里都是抓手机客户端的包来分析API……


Reply to this email directly or view it on GitHub
#56 (comment).

from musicbox.

darknessomi avatar darknessomi commented on May 20, 2024

@draplater 不啊,上面两位是 PKU 的物理大神啦

from musicbox.

draplater avatar draplater commented on May 20, 2024

看来确实是我校的……

2015-04-01 17:17 GMT+08:00 ZHANG RT [email protected]:

@draplater https://github.com/draplater 不啊,上面两位是 PKU 的物理大神啦


Reply to this email directly or view it on GitHub
#56 (comment).

from musicbox.

Catofes avatar Catofes commented on May 20, 2024

233~

侵权应该谈不上,比较像Google play music
可以自己上传音乐,不过也只有你自己能访问。无法分享。用处我觉得不小,一些自己收集的曲子也可以在云端用了。

不过感觉v2 api迟早会上线替换掉现行的啊。
On Apr 1, 2015 17:38, "draplater" [email protected] wrote:

看来确实是我校的……

2015-04-01 17:17 GMT+08:00 ZHANG RT [email protected]:

@draplater https://github.com/draplater 不啊,上面两位是 PKU 的物理大神啦


Reply to this email directly or view it on GitHub
#56 (comment).


Reply to this email directly or view it on GitHub
#56 (comment).

from musicbox.

shiywang avatar shiywang commented on May 20, 2024

好久没来了~~~
@darknessomi @Catofes @chaserhkj 感谢感谢,把我改的代码没填的坑都填好啦

from musicbox.

darknessomi avatar darknessomi commented on May 20, 2024

54cc33d 不知为何,有些歌曲的加不上 = =

from musicbox.

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.