Frank
Frank
另外“禁歌”API貌似根本没有返回结果。 好像music.alang.run也有这两个问题,所以应该不是我的部署问题……
啊……难怪。 后期有移除的打算吗?
感谢大佬开发! 我提报一个疑似bug:设置网易云cookie的时候,看到后台log里有不少条类似这样的警告。 ``` 2022-05-01 09:16:31.536 WARN 7 --- [nio-8888-exec-4] o.a.h.c.protocol.ResponseProcessCookies : Invalid cookie header: "set-cookie: __remember_me=true; Max-Age=1296000; Expires=Mon, 16 May 2022 09:15:59 GMT; Path=/;". Invalid 'expires' attribute: Mon, 16 May...
确实是这样登录的,也确实显示登录成功了,只是感觉报这个警告可能对cookie的过期时间有影响。 我又查了一下,貌似是Unirest库的问题,在Unirest 2里修复了:Kong/unirest-java#97
One solution I'm thinking of is to use the `timeupdate` event: ```js player.on("timeupdate", () => { player.lrc.update(player.audio.currentTime + offset); }); ``` But still feels a bit weird…
@rohanrajpal I haven't tried it, but does v6 work? If the API interface didn't change I suppose it's just bumping the peer dependency version, otherwise it may actually require some...
Didn't notice there was already an issue! 😄 A temporary workaround I'm using is just wrapping the image in an `` tag manually, but that requires the inline code feature...
> Having a text-based way to scope (like your `infolder` suggestion) could be a good way to start building a scoped search without having to to think about UI right...
Thanks so much for the prompt reply! I'll take a look. > And then you should create API instance like this (for using without cookie): Does that mean I cannot...
> You should be able to use both: anonymous requests and requests, which require a cookie (like creating a playlist). Hmm, it feels like something isn't right here though: https://github.com/vladdenisov/ytmusic-api/blob/613a87353adf3688ab14575e690239c5d55571af/index.ts#L11-L14...