Kagee

Untitled

Feb 4th, 2013
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. 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'
  2.  
  3. 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