qrtt1

Untitled

Jul 4th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. import tw.com.mtech.andradio.playlist.PlayListParser;
  2.  
  3.  
  4. public class TestPlaylistPPP
  5. {
  6.  
  7. public static void main(String[] args) throws Exception
  8. {
  9. PlayListParser p = new PlayListParser("http://www.hayag.com/mytvko20");
  10. if(p.parsePlayList() && p.isPlayList())
  11. {
  12. System.out.println(p.getStreamURL());
  13. }
  14. }
  15.  
  16. }
  17.  
  18.  
  19. /*
  20. result:
  21.  
  22. [/favicon.ico, /favicon.ico, http://vts.hayag.com/l/mytvko20.10.jpg, /, /signup, /myaccount, /help, http://go.microsoft.com/fwlink/?LinkID=124807, http://go.microsoft.com/fwlink/?LinkID=124807, ../advertise, ../help/privacy.aspx, ../help/tos.aspx, ../help/safety.aspx, ../help/guide.aspx, ../sitemap, ../help/contact.aspx]
  23.  
  24. */
Advertisement
Add Comment
Please, Sign In to add comment