impoert problem

2 posts / 0 new
Last post
newby

import opml

i convert to opml from 100 text links (http://opml-gen.ovh/)

1.Can not get title by auto (need manually..)

2.Only first get favicon by auto (Once it stop updating, there is only manual after that.)

#example 100 rss links

<opml version="2.0">
    <body>
        <outline text="Subscriptions" title="Subscriptions">
            <outline xmlUrl="http://www.abc.com/rss.xml" type="rss"/>
<outline xmlUrl="http://www.def.com/rss.xml" type="rss"/>
<outline xmlUrl="http://www.ghi.com/rss.xml" type="rss"/>

...
        </outline>
    </body>
</opml>

Sheldon
Hi,

Hi,

there seems to be somthing wrong with the XML. Check out this example.

outline text="QuiteRSS" type="rss" htmlUrl="http://quiterss.org/en/frontpage" xmlUrl="http://quiterss.org/en/rss.xml"/

surrounded by tag markers (<,/>). Try modifying your XML in this way.

Kind regads,

Sheldon