Multiply feeds
eurocharts opened this issue · comments
eurocharts commented
It was an article about RSS Parser on Medium:
"This library allows you to easily download an (or multiple) RSS Feed"
Is it possible get more than one feed on latest version?
thank You
Marco Gomiero commented
You can simply do this:
val parser = Parser()
val articleList = parser.getChannel(url)
val articleList2 = parser.getChannel(url2)