2526272829303132
public void download() throws Exception { File outDir = new File("out"); if(!outDir.exists()) outDir.mkdir(); PlaylistDownloader downloader = new PlaylistDownloader("file:./data/prog_index.m3u8"); downloader.download("out/out.ts"); }