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
<outline htmlUrl="https://www.minecraft.net/" text="" title="Minecraft 更新" xmlUrl="https://rsshub.app/minecraft/version" /> 如上的条目导入后会无法识别 title,而是使用源名称
<outline htmlUrl="https://www.minecraft.net/" text="" title="Minecraft 更新" xmlUrl="https://rsshub.app/minecraft/version" />
同理,导出的文件中名称也是在 name,text 属性中的, <outline text="Minecraft 更新" name="Minecraft 更新" type="rss" xmlUrl="https://rsshub.app/minecraft/version" />
<outline text="Minecraft 更新" name="Minecraft 更新" type="rss" xmlUrl="https://rsshub.app/minecraft/version" />
根据 OPML 2.0 的标准,text 是必要的属性,title 是可选且可以和 text 相同的属性,而 name 属性是不存在的
The text was updated successfully, but these errors were encountered:
fix opml attribute #270
ae37b2e
No branches or pull requests
<outline htmlUrl="https://www.minecraft.net/" text="" title="Minecraft 更新" xmlUrl="https://rsshub.app/minecraft/version" />
如上的条目导入后会无法识别 title,而是使用源名称
同理,导出的文件中名称也是在 name,text 属性中的,
<outline text="Minecraft 更新" name="Minecraft 更新" type="rss" xmlUrl="https://rsshub.app/minecraft/version" />
根据 OPML 2.0 的标准,text 是必要的属性,title 是可选且可以和 text 相同的属性,而 name 属性是不存在的
The text was updated successfully, but these errors were encountered: