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

Renamed 7z to MP4 #26

Closed tofanelli closed 6 years ago

tofanelli commented 6 years ago

hey @r0oth3x49 ...

quick question... I downloaded this course here and the tool renamed the exercise file from 7z to 7z.MP4.... I really dunno why this happened, but you might want to take a quick look on it...

Cheers =)

r0oth3x49 commented 6 years ago

@tofanelli the reason it appends .mp4 at the end is because of hard coded extension type check and not dynamic. this is also fixed in the next release.

tofanelli commented 6 years ago

Ok.. superb then =)... waiting for it =)