Original Thread: Download all .m4s files of a mpeg dash stream
echo "IS.mp4" >"links.txt"
seq -f "%06g.m4s" 0 394 >>"links.txt"
wget -i "links.txt" -O "audio.mp4" -B "http://80.188.78.212/aa/ffc8a55fe6f203b0bffecb73efacb69b/1494953435522/eda9c6f7b1e3de68db8e3e5dc0d14fc7/dna-61924494877285694-pc/1002-1502/"
Since I don't have enough 'reputation' score to add my comment in that thread, I've had to start a new thread here..Could anyone translate the Linux command lines above into the Windows version? How to use WGET for Windows?