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

feat(Login): Add manual login option #24

Closed MatiasG19 closed 1 year ago

MatiasG19 commented 1 year ago

feat(Login): Add manual login option

Auto login was not working for me. It was detected. I added manual login option (--man_login_url). This way the user can login manually and navigate to the given url which is also printed to the console. When the urls match, the automatic download process begins.

Tests