for windows you only need ffmpeg, and for ease notepad.
go to
https://tviview.abc.net.au/iview/feed/sony/?keyword=0-Z in your browser and find the show you are after.
Copy the url between <assetUrl bitrate="650"> </assetUrl> tags and paste into notepad.
add this around url
Code:
fmpeg -i "URL goes HERE" -c copy -y x.mp4
.
select all and copy to clipboard (you can change x.mpg to whatever so long as it has no spaces).
in the folder containing ffmpeg hold shift and right click an empty part of the folder and then click on "Open command window here" (this works in windows 7 and I'm pretty sure 8/8.1).
right click on the command window and click paste, hit enter and wait for your download to complete.
the silver lining for having to do it this way is that the videos are now remuxed on the fly so no need to do so after the fact anymore.
Hopefully either one of the programs will be updated or the old command line batch scripts to accommodate the new changes.