BiliFox

Results 5 issues of BiliFox

大家好 我问一个问题: 有一些文件访问路径,例如: http://ip:port/dir/x.txt 现在我需要让drogon加一层验证: http://ip:port/dir/x.txt?token=abc 只有当token匹配成功才能成功访问资源 请问该怎么实现?

**Environment** - OS: Windows 10 - Compiler: Clang Dear vcpkg team, I am currently using vcpkg to manage dependencies for my project, and I must say it is an incredibly...

category:question

When utilizing the gtest library with vcpkg, the standard installation command is quite verbose: ```plaintext vcpkg.exe install gtest --overlay-triplets=D:\dev\project\3\my-vcpkg-triplets --triplet=x64-win-llvm ``` To streamline this process, I've implemented some enhancements. Initially,...

![image](https://github.com/feeluown/feeluown-qqmusic/assets/117451499/a9242d12-0cff-497a-92a3-e39912f7a5f6) 获取到的url是这样,这个url该如何使用? 直接访问就无法获取到音乐呢.

``` import fuo_netease as ne import feeluown neMusic = ne.provider.api res_data = neMusic.login(country_code='86', username='112254545', pw_encrypt='123456789', phone=True) ``` pw_encrypt 似乎不是原密码,而是加密之后的密码, 因为res_data总是得到密码错误的提示. 这是经过怎样的加密?