Skip to content

Commit

Permalink
Update opml2Text.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nake13 authored May 18, 2022
1 parent 66bba28 commit cf9a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/opml2Text.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import xml.etree.ElementTree as ET

# Using this python script to extract the Feed title and Feed URL from RSS.opml to pure text.
# Using this python script to extract the Feed title and Feed URL from RAW.opml to pure text. Put the RAW.opml in the same directory.

tree = ET.parse('RAW.opml')
root = tree.getroot()
Expand Down

0 comments on commit cf9a93f

Please sign in to comment.