We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
有些网站需要添加 Cookie 才可以订阅
The text was updated successfully, but these errors were encountered:
原则上公共 RSS 应该是一个 GET 请求就能获取. 如果需要特定的 cookie, 是不是这个网站有访问控制? BTW, 如果网站是用户名密码认证, 可以尝试使用类似这样的 URL: https://username:password@website.com/feed.xml, 这会自动执行 HTTP 认证.
https://username:password@website.com/feed.xml
Sorry, something went wrong.
No branches or pull requests
有些网站需要添加 Cookie 才可以订阅
The text was updated successfully, but these errors were encountered: