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

username and password should be option #58

Closed ThetNaingTun2019 closed 5 years ago

ThetNaingTun2019 commented 5 years ago

Some links in lynda is open to all without username and password. In such case, your script is waiting to verify username and password, which is not required for open access link. e.g https://www.lynda.com/Kotlin-tutorials/Anko-coroutines-Launch-basics/642478/710027-4.html

This course is open to all. But, your script cannot download if I cannot provide proper username and password for lynda. Nowadays, lynda is difficult to get username and password. Instead, linkedin is being redirected.

Kindly consider to make optional for username and password.

r0oth3x49 commented 5 years ago

@ThetNaingTun2019 i will check the possibility and will implement.