barakagb / gb-dl

A python based utility to download courses from infosec4tc.teachable.com , academy.ehacking.net and stackskills.com for personal offline use.
https://pypi.org/project/gb-dl/
MIT License
39 stars 14 forks source link

Invalid course URL error for "https://navadance.teachable.com/courses" #55

Closed jin-ds closed 3 years ago

jin-ds commented 3 years ago

Hi there,

I have the invalid course URL error for the course on link:

https://navadance.teachable.com/courses/enrolled/834057

Thanks!

barakagb commented 3 years ago

fixed.

jin-ds commented 3 years ago

Thanks for taking a look!

I'm getting this error now:

[-] Could not contact remote server.

Let me know if more info is needed!

barakagb commented 3 years ago

kindly upgrade gb-dl , run pip install gb-dl -U

On Thu, Dec 2, 2021 at 12:05 PM jin-ds @.***> wrote:

Thanks for taking a look!

I'm getting this error now:

[-] Could not contact remote server.

Let me know if more info is needed!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/barakagb/gb-dl/issues/55#issuecomment-984428462, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHJTRBKUMWFILDKUZ3FVM43UO4ZFTANCNFSM5JFFA35Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jin-ds commented 3 years ago

That did the trick, thanks so much!

I would, however, suggest adding in the documentation to first use that command, then log into the course with Firefox and then run the gb-dl.py -d firefox command, as that seems to be doing the trick (after the invalid-course-url error was resolved). Thanks!

Feel free to close this one out!