RSS-Parser
RSS-Parser copied to clipboard
how can i get the enclosure content?
Is your feature request related to a problem? Please describe. the type of the enclosure is "application/x-bittorrent", i want to get the content.
<enclosure url="xxx.torrent" length="0" type="application/x-bittorrent"/>
Describe the solution you'd like Please provide a more general parsing solution for enclosure
Hi!
I will think about adding this custom field.
FYI I've just made a very ad-hoc change for my own use :) https://github.com/berberman/RSS-Parser/commit/846e24c2bca0f3333c49dface4a585c51ca8749f
Amazing! I'll take a look at it, and see if it makes sense to upstream it!