Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import tw.com.mtech.andradio.playlist.PlayListParser;
- public class TestPlaylistPPP
- {
- public static void main(String[] args) throws Exception
- {
- PlayListParser p = new PlayListParser("http://www.hayag.com/mytvko20");
- if(p.parsePlayList() && p.isPlayList())
- {
- System.out.println(p.getStreamURL());
- }
- }
- }
- /*
- result:
- [/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]
- */
Advertisement
Add Comment
Please, Sign In to add comment