Skip to content

Commit

Permalink
Show titles in "gpo list" output (bug 1493)
Browse files Browse the repository at this point in the history
Users wanting to get the list of URLs only for
furter processing (e.g. by text tools) can use:

   gpo list | grep -v ^#
  • Loading branch information
thp committed Jan 22, 2012
1 parent 75167cf commit 13a4500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/gpo
Expand Up @@ -336,6 +336,7 @@ class gPodderCli(object):

def list(self):
for podcast in self.client.get_podcasts():
print '#', ingreen(podcast.title)
print podcast.url

return True
Expand Down

0 comments on commit 13a4500

Please sign in to comment.