r0oth3x49 / lynda-dl

A cross-platform python based utility to download courses from lynda.com for personal offline use.
MIT License
295 stars 95 forks source link

Subtitle file name is not the same as the video name #47

Closed jw587 closed 6 years ago

jw587 commented 6 years ago

@r0oth3x49 I'm using the latest v0.3 and find the subtitle file name is not the same as the video name. So the subtitle can't load automatically when I watch the video. Is it possible to fix it in the next version? By the way, I'm using CentOS 6 with Python 2.7+Pip 9.0 subtitle and video name are not the same

r0oth3x49 commented 6 years ago

@jw587 if a use the same name as video, then at the end you will only be having the subtitle which is downloaded at the end.

let say, a video have multiple subtitles (English, Spanish etc) if i don't use the suffix for one at the end the you will only have the one subtitle file downloaded at end.

so technically this isn't a bug or an error but a solution for multi captions.

jw587 commented 6 years ago

@r0oth3x49 Got it. Thanks. I'll try to find some solution from the video player side to load the EN subtitle automatically.