cpod

Yet another cron-friendly podcatcher

git clone https://git.8pit.net/cpod.git

 1=head1 NAME
 2
 3cpod-export - OPML export for cpod(1)
 4
 5=head1 SYNOPSIS
 6
 7B<cpod-export> I<FILE>
 8
 9=head1 DESCRIPTION
10
11cpod-export exports your cpod(1) subscriptions to the specified I<FILE>
12in the OPML format. It uses goroutines to fetch all feeds concurrently
13and is thus relatively fast. If you want to import an existing OPML file
14take a look at cpod-import(1).
15
16=head1 SEE ALSO
17
18cpod(1), cpod-import(1)