Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

酷狗音乐歌单调用问题 #111

Open
MoeCinnamo opened this issue Jun 11, 2022 · 6 comments
Open

酷狗音乐歌单调用问题 #111

MoeCinnamo opened this issue Jun 11, 2022 · 6 comments

Comments

@MoeCinnamo
Copy link

现在酷狗音乐的歌单调用有些问题,我想调用酷狗音乐*歌单里面的80首歌,实际上只会显示一首,我尝试修改了id,实际上也只会有一首,我猜测这可能和歌单接口有关;或者说这个程序并不支持使用字母作为id。

*歌单:https://t1.kugou.com/song.html?id=uf7AcfzAV3

@metowolf
Copy link
Owner

链接给出的似乎只是单曲?
歌单链接应该类似这种 https://www.kugou.com/yy/special/single/205158.html

@MoeCinnamo
Copy link
Author

链接给出的似乎只是单曲?
歌单链接应该类似这种 https://www.kugou.com/yy/special/single/205158.html

这确实是我制作出的多期歌单,不知道为什么链接给出的只是一个单曲

@Dreamiva
Copy link

现在酷狗音乐的歌单调用有些问题,我想调用酷狗音乐*歌单里面的80首歌,实际上只会显示一首,我尝试修改了id,实际上也只会有一首,我猜测这可能和歌单接口有关;或者说这个程序并不支持使用字母作为id。

*歌单:https://t1.kugou.com/song.html?id=uf7AcfzAV3

应该是https://m.kugou.com/share/?chain=uf7AcfzAV3&id=uf7AcfzAV3#/

@MoeCinnamo
Copy link
Author

现在酷狗音乐的歌单调用有些问题,我想调用酷狗音乐*歌单里面的80首歌,实际上只会显示一首,我尝试修改了id,实际上也只会有一首,我猜测这可能和歌单接口有关;或者说这个程序并不支持使用字母作为id。
*歌单:https://t1.kugou.com/song.html?id=uf7AcfzAV3

应该是https://m.kugou.com/share/?chain=uf7AcfzAV3&id=uf7AcfzAV3#/

那好像也是单曲

@angelmoka
Copy link

angelmoka commented Nov 18, 2022

我知道有个工具支持这样的链接,但是不知道怎么添加到meting里
这个是里面的代码:

                        kugou: {
                            song: /song\/(?:.*#hash=|)(\w+)/i,
                            album: /album\/(?:(?:single\/|)(\d+)|info\/(\w+))/i,
                            artist: /(?:singer|artist)\/(?:(\d+)|info\/(\w+))/i,
                            playlist: /(?:special\/single|\/songlist)\/(\w+)|(collection[\d_]+|\w+z\wV\d)\b/i,
                            url: "kugou.com"
                        },

工具在这:https://lanzoui.com/b03mf27af

@Dreamiva
Copy link

Dreamiva commented Nov 18, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants