Skip to content
New issue

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

import from OPML报错 #51

Open
anaer opened this issue Jun 21, 2022 · 2 comments
Open

import from OPML报错 #51

anaer opened this issue Jun 21, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@anaer
Copy link

anaer commented Jun 21, 2022

错误信息:Error running command rss.import-from-opml: e.outline is not iterable. This is likely caused by the extension that contributes rss.import-from-opml.

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Feed Subscriptions</title>
</head>
<body>
  <outline title="资讯" text="资讯">
      <outline text="36氪 | 关注互联网创业" title="36氪 | 关注互联网创业" type="rss" 
            xmlUrl="http://36kr.com/feed" htmlUrl="http://36kr.com"/>
  </outline>
</body>
</opml>
@hhstore
Copy link

hhstore commented Jun 24, 2022

  • 同样报错.
  • 猜测是不兼容 NetNewsWire 的导出格式.
  • NetNewsWire 导出格式, 多了分类. 感觉应该很容易修复这个 bug. 顺便还可以支持一下自动分组.

PS:

  • 插件效果很棒哇. 😄
  • 另外, 是不是可以考虑支持 github or gist 托管+同步?
  • 我抽空看看源码实现. 感觉支持这个就碉堡了. 可以开 github repo 共享 RSS 源了.

@luyuhuang luyuhuang added the bug Something isn't working label Jun 24, 2022
@luyuhuang
Copy link
Owner

感谢. 最近在比较忙都没有时间看. 其实现在可以用 vscode 的配置同步功能, 本地 rss 源都存在 settings.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants