soraxas / echo360

Commandline tool for automated downloads of echo360 videos hosted by university
https://cs.tinyiu.com/echo360
MIT License
261 stars 51 forks source link

Can't Download "Audio ONLY" lectures (i.e. with no video) #41

Open AdamVld603 opened 3 years ago

AdamVld603 commented 3 years ago

Can't Download "Audio ONLY" lectures, i.e. audio-recorded lectures without video. Downloading such lectures will give the following error:

----------------------------------------------------------------------------------------
Skipping Lecture '2020-05-27 - Lecture 31 [Recap]' as it says it does not contain any video.
----------------------------------------------------------------------------------------

Would be nice to handle such errors and allow downloading audio lectures (even maybe into mp3 format)

soraxas commented 3 years ago

Agree!

If you have some python scripting knowledge it would be great if you could take a look to see how to implements that. At the moment I don't have the access to such a lecture nor time which is quite necessary to develop this feature. I have had a look and it will probably involve modifying the _loop_find_m3u8_url() function in the echo360/videos.py file. I am happy to review PR for such a feature.