miyagawa / remedie

perl based pluggable media center application

commit  265a8c4674313ab9fe9d0d8593af61c0beddee5e
tree    79621b5a5ccad2a1cdd809476c30526a2efdbb45
parent  06d0bf69fe7b4ecfef43e376e9c150c3d8d4ca4d
remedie / tools / export
100755 7 lines (5 sloc) 0.15 kb
1
2
3
4
5
6
7
#!/usr/bin/perl
use strict;
use warnings;
use LWP::UserAgent;
 
print LWP::UserAgent->new->get("http://localhost:10010/rpc/collection/opml")->content;