prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
499 stars 127 forks source link

Open Link URL #64

Closed bhutanict closed 3 years ago

bhutanict commented 4 years ago

To open Link URL like twitter and so on.

prof18 commented 4 years ago

I don't understand your request. The library only parses rss link. Can you provide a more detailed example of what you want?

noloman commented 4 years ago

@prof18 I guess what @bhutanict wants is the library to also parse the content of the HTML that lives inside the <link> section of an <item> inside a <channel>?

bhutanict commented 3 years ago

What I wanted was to open the link section in Android web browser. I have done myself.