textpieces
textpieces copied to clipboard
Parser that extracts RSS URLs from OPML files.
Hi, it's just a script for extracting URLs from OPML files, which is a kind of XML used for backing up or sharing RSS feeds. Since these URLs tend to be cryptic, there is an option to print titles out like that:
for v, k in titles_urls.items():
if k is not None:
stdout.write(f'{v.strip()}:\n\t{k.strip()}\n')
But it's obvious how to tweak that, and the version without the titles is more suitable for broader use. At least I guess so.
You've just written a script. You have to write metadata for this tool, select an icon and add its metadata to tools.pot
Also your script must contain licencing notice
Also your script must contain licencing notice
Yep, I forgot to do that, thanks for reminding me.
You still need to add tool to tools.json
:)
You still need to add tool to
tools.json
:)
For some reason, it makes it like a separate pull request, instead of amending this one.
I fixed it just by running from the command line. The web interface was a bit confusing.
Sorry for a long pause. Please allow me to push to your branch. I want to add some fixes before merging
Well, I can merge it and then apply fixes