Weibin Huang

Results 21 issues of Weibin Huang

**该功能能够解决的问题** 支持观看防盗链图片/视频 **形容理想的解决方案** 今天看到RSShub的一个[pull request](https://github.com/DIYgod/RSSHub/pull/9984/commits/69439ed1fac24c6f6c51e1ff17ebd1e2be9787e0),其中有提到:RSSHub 里的图片 / 视频地址都是源站地址,部分有防盗链,所以 RSSHub 给图片加了 `referrerpolicy="no-referrer"` 属性来防止跨域问题,但部分 RSS 服务会自作主张去掉这个属性,如 Feedly、Inoreader,在它们的网页端图片会触发跨域加载不出来。同时,视频目前没有类似的属性,因此大部分阅读器都无法通过防盗链检查。下面是一些解决方案: 1. 使用不发送 Referer 的阅读器,如 [Inoreader 网页版](https://www.inoreader.com/)配合[禁用 Referer 的 user script](https://greasyfork.org/zh-CN/scripts/376884)、[RSS to Telegram Bot](https://github.com/Rongronggg9/RSS-to-Telegram-Bot) 等。如果你的阅读器能够绕过防盗链成功播放内嵌视频,那么它就是不发送 Referer...

enhancement

观看wiki时,mardown的代码快在网页排版不会自动换行,影响体验 运行环境: iPhone 7 Plus - iOS13.6 - v2.5.4(226)

failed to get certificate: acme: Error 400 - urn:ietf:params:acme:error:connection - Fetching 域名/一堆后缀: Connection refused 如图。重启docker或者镜像都不行。可有解决方案?谢谢~

Could pretttydoc support Github emoji like `:blush:​`?

Hello, I found prettydoc a useful tool for beautiful html production. Here's some usage problems I meet. 1. Could the head of the markdown hided automatically in the .md? ```...

Here is my docker-compose.yml file for wallabag installation in Docker: ```yaml version: '3' services: app: image: wallabag/wallabag:latest restart: unless-stopped environment: - MYSQL_ROOT_PASSWORD=password1 - SYMFONY__ENV__DATABASE_DRIVER=pdo_mysql - SYMFONY__ENV__DATABASE_HOST=db - SYMFONY__ENV__DATABASE_PORT=3306 - SYMFONY__ENV__DATABASE_NAME=wallabag...

Hi~ Recently I have realized that there is a more hidden parameters called `maxGSSize`, which really influence the result of enricher/GSEA analysis. According to the raw code in DOSE,I think...

Recently, I used `xgboost v1.6.0.1` in R. When I use a model trained to in old xgboost version to predict, the log comes out: ``` WARNING: amalgamation/../src/learner.cc:438: If you are...

你好~ 因为我目前只会用R而不会用python,所以想在R里调用此脚本,构建函数以方便地实现批量文献下载。我想请问一下,如果要设置特定的文献保存目录,应该怎么修改这个phython脚本呢?谢谢

反馈bug/问题模板,提建议请删除 ## 1.关于你要提交的问题 Q:是否搜索了issue (使用 "x" 选择) * [ x] 没有类似的issue ## 2. 详细叙述 ### (1) 具体问题 通过opkg install无法正确地安装dockerd (20.10.22-1)。原因是linux内核与dockerd (20.10.22-1)不兼容,其最低的Linux要求为5.15.90-1。希望有大佬提供一个下载旧版本dockerd/docker/docker-compose的ipk包的方法,因为我找了好久都没找到 (ฅ´ω`ฅ) ### (2) 路由器型号和固件版本 我目前使用的固件版本是:openwrt-x64-R22.10.1-CW-X86-P1-squashfs-combined-efi.img.gz linux内核是: Linux OpenWrt 5.15.68...