FallingLights / Teachable-dl

Course downloader for teachable platform written in python3 using selenium and yt-dlp
GNU Lesser General Public License v3.0
106 stars 27 forks source link

[FEATURE] Download all videos from a lesson with more than one video #11

Closed HenestrosaDev closed 1 year ago

HenestrosaDev commented 1 year ago

I have came accross some lessons that contain more than one video. Currently, the program just downloads the first one, so I was wondering if it was possible to download all of them.

FallingLights commented 1 year ago

Mind sharing the source code of the site, as I have not experienced a site that puts two videos into one page

mmicire commented 1 year ago

I'll second this. I have a training program for exercise that does a workout summary, and then the second video is the actual workout. Ironically the second video is really the one I need. Thank you ahead of time.

https://darkhorseacademy.teachable.com/courses/868447/lectures/15838725

Workout 15 _ Dark Horse.html.txt

FallingLights commented 1 year ago

@mmicire @HenestrosaConH Can you test if the latest commit fixes this

jehoshua7 commented 7 months ago

I had this happen today. There are 22 lectures in a course, and 2 of those lectures have more than one video. Only the first video was downloaded, within each of those 2 lectures. I'll use Kazam to get the other 2 videos.