mfherbst / down-frab-videos

Download videos and lecture attachments from CCC events
GNU General Public License v3.0
11 stars 3 forks source link

Script downloads German audio track files only #2

Closed JanX2 closed 7 years ago

JanX2 commented 7 years ago

Trying to investigate this further…

This file is downloaded http://cdn.media.ccc.de/congress/2016/h264-hd/33c3-7861-deu-The_Universe_Is_Like_Seriously_Huge.mp4 instead of this one http://cdn.media.ccc.de/congress/2016/h264-hd/33c3-7861-eng-deu-spa-The_Universe_Is_Like_Seriously_Huge_hd.mp4

mfherbst commented 7 years ago

Ah ... this is because I use the first matching link to a talkid, so aphabetically the German-only comes first. On it ;)

mfherbst commented 7 years ago

I made a quick and dirty fix for that. Ideally one would have an interface to select the audio track and also select to download only the file with the original audio. I'll add that if I have some time. But I hope this will do it for you now.

JanX2 commented 7 years ago

Thanks! With the diff I have more than a snowball’s chance at figuring this out. :)

mfherbst commented 7 years ago

In my tests on commit 52ad20f this is fixed.