yoonwaiyan / stackskills-dl

Simple Ruby script to download all StackSkills tutorials.
https://yoonwaiyan.github.io/stackskills-dl/
MIT License
59 stars 19 forks source link

Added function to download txt files #45

Closed squeegels closed 5 years ago

squeegels commented 5 years ago

Some lectures have text file attachments. This just adds a function in the lecture.rb to extract the files

squeegels commented 5 years ago

Hi. Yes that was specific to one course. Not sure if it is applicable to any other courses because the others that I downloaded were mp4. That section can be reverted as thee is no apparent value to it.

yoonwaiyan commented 5 years ago

@squeegels let's remove the custom video format for now as I think mp4 is still the most popular video format available in courses, but this could be a sign to allow custom selectors where users can customize what file formats to grab from the courses. Thanks for letting me know.

yoonwaiyan commented 5 years ago

Thanks!