2627282930313233
File outDir = new File("out"); if(!outDir.exists()) outDir.mkdir(); PlaylistDownloader downloader = new PlaylistDownloader("file:./data/prog_index.m3u8"); downloader.download("out/out.ts"); } }