qupig

Results 13 issues of qupig

``` https://www.douyin.com/note/7270009966688210216 https://p9-pc-sign.douyinpic.com/tos-cn-i-0813c001/ocDQbAn5ehHAx89Jk6qPOACAgIGICufQAAgEDo~tplv-dy-aweme-images:q75.webp?biz_tag=aweme_images&from=3213915784&s=PackSourceEnum_AWEME_DETAIL&sc=image&se=false&x-expires=1711152000&x-signature=TZ3A1QYYKjOnE0zWw757lAX%2B0MQ%3D https://p3-pc-sign.douyinpic.com/tos-cn-i-0813/ooEIPVg5bAI7TOHfAn9kXxCchDACeAA0dEAQ2Q~tplv-dy-aweme-images:q75.webp?biz_tag=aweme_images&from=3213915784&s=PackSourceEnum_AWEME_DETAIL&sc=image&se=false&x-expires=1711152000&x-signature=79xAKu7WyRZXD6O9ZeB992Wr4V4%3D ``` It looks like the previous rule is no longer valid (return 403) and the new url has signature checks added to it. Not sure if...

topic:rules
impossible?

### 相关代码: https://github.com/QiuChenlyOpenSource/QQFlacMusicDownloader/blob/b3b84496de59c901ccb6a554ed5d888ef329b576/flaskSystem/src/Common/Tools.py#L157-L159 https://github.com/QiuChenlyOpenSource/QQFlacMusicDownloader/blob/b3b84496de59c901ccb6a554ed5d888ef329b576/flaskSystem/src/Common/Tools.py#L233 ### 目前直接使用了专辑信息的第一个 `singer`,由此会造成下述问题: - 当专辑中存在不同人演唱的同名歌曲时,由于最终文件名相同,造成只下载了其中一首 - 当专辑中存在多个演唱者时,其他演唱者的歌曲也会被命名为第一个演唱者,产生命名错误 示例专辑:b:003efsms0jxvy5 ### 建议: - 如果可能的话,最好查询 `单曲演唱者`,而不是使用 `专辑演唱者` - 对于单曲存在多个演唱者导致文件名过长的情况,可能直接省略演唱者是更好的选择 - 为防止同名歌曲,建议文件名中附带 `歌曲ID` 进行区别 - 对于歌曲名含特殊字符或过长的情况,也可以再省略歌曲名只使用 `歌曲ID` - 在校验是否已下载等场景中直接检查 `歌曲ID`,能更加准确、灵活、通用...

### Describe the bug The last `Svelte` version that worked properly was v4.2.0, and after upgrading to later versions including the latest v4.2.12, I encountered the following error: ```console [Error]...

awaiting submitter

For some reason I often check `.user.js` URLs, but I don't want to install them in `FireMonkey` every time. I don't want the `FireMonkey` installation prompt to pop up every...

feature request 💡
addon: FireMonkey

I know that this issue is related to [`prettier-plugin-svelte`](https://github.com/sveltejs/prettier-plugin-svelte), [`Svelte for VS Code`](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), [`prettier-vscode`](https://github.com/prettier/prettier-vscode). But the issue is posted in this repo because this is where the damage is directly...

status:needs investigation

https://developer.stackblitz.com/platform/webcontainers/browser-config#firefox > You can work around this issue in a couple ways: > > 1. Use the “Strict” mode instead of “Custom” mode. It’s important to note that it's slightly...

### Describe the bug Check the REPL. This issues can be reproduced in Svelte4/5. source code ```svelte import { slide } from 'svelte/transition'; let visible1 = true; let visible2 =...

transition/animation

### Describe the bug ![err](https://github.com/sveltejs/svelte/assets/61939856/f8864947-ce80-4241-abeb-51b920b6272e) This error is often encountered when opening a Svelte5-REPL link. It can return to normal after refreshing the tab. Note that this may happen when...

### Describe the bug I don't understand why the infinite loop happens. ```svelte const items = $state([1,2,3]); async function init() { items.push(4); } {#await init()} loading... {:then} {#each items as...

### Describe the bug You will never see any red or yellow wavy lines the first time you open a REPL links unless you change the code content once. For...