View Single Post
  #1122  
Old 04-17-2015, 10:33 AM
blood.eaglz blood.eaglz is offline
Member
 
Join Date: Jul 2010
Posts: 75
blood.eaglz is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by dh0001 View Post
more ?

curl "https://tviview.abc.net.au/iview/feed/sony/?keyword=0-Z"
Oh now this url is a very good one, its a straight up XML file like the "old days" so don't even need to use curl.

Quote:
Originally Posted by dh0001 View Post
more ?
json m3u8 hls
curl "https://tviview.abc.net.au/iview/feed/fetch/?keyword=0-Z"
Now this one is not so well formatted, but as a m3u8 is essentially an unformatted unicode txt file, it too is easily viewed and could also be of use.

Last edited by blood.eaglz : 04-17-2015 at 10:37 AM. Reason: append m3u8
Reply With Quote