|
|
|
|
|
by akkartik
5836 days ago
|
|
I often use vim for your python step. A sequence of 3 commands to convert opml to a file with feed urls, one on a line. :%!grep xmlUrl
:%s/.*xmlUrl="//
:%s/".*//
Edit: it relies on idiosyncracies about how google reader formats OPML, though. |
|