Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wget -q -O - http://today.onmytv.info/?xml | xpath -q -e "/tvdata/episodes/entry/show_name/text()" | sort | uniq | sed -e :a -e '$!N;s/\n/, /;ta'
- wget -q -O - http://tomorrow.onmytv.info/?xml | xpath -q -e "/tvdata/episodes/entry/show_name/text()" | sort | uniq | sed -e :a -e '$!N;s/\n/, /;ta'
Advertisement
Add Comment
Please, Sign In to add comment