textpieces icon indicating copy to clipboard operation
textpieces copied to clipboard

Parser that extracts RSS URLs from OPML files.

Open adrianbiro opened this issue 2 years ago • 6 comments

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.

adrianbiro avatar Apr 09 '22 13:04 adrianbiro

You've just written a script. You have to write metadata for this tool, select an icon and add its metadata to tools.pot

liferooter avatar Aug 04 '22 12:08 liferooter

Also your script must contain licencing notice

liferooter avatar Aug 04 '22 12:08 liferooter

Also your script must contain licencing notice

Yep, I forgot to do that, thanks for reminding me.

adrianbiro avatar Aug 04 '22 13:08 adrianbiro

You still need to add tool to tools.json :)

liferooter avatar Aug 05 '22 07:08 liferooter

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.

adrianbiro avatar Aug 05 '22 07:08 adrianbiro

I fixed it just by running from the command line. The web interface was a bit confusing.

adrianbiro avatar Aug 05 '22 07:08 adrianbiro

Sorry for a long pause. Please allow me to push to your branch. I want to add some fixes before merging

liferooter avatar Oct 22 '22 15:10 liferooter

Well, I can merge it and then apply fixes

liferooter avatar Oct 22 '22 16:10 liferooter