cybrary-video-downloader
cybrary-video-downloader copied to clipboard
Downloads Course Videos From Cybrary.it
Hi, Can anyone please tell me how to find the url of a course? When I looked at the url in my browser it says" https://app.cybrary.it/immersive". Thank you in advance.
When I typed my user name and password I get this error: @-VirtualBox:~/Documents$ python2 cybrary-video-downloader.py Username: Password: Traceback (most recent call last): File "cybrary-video-downloader.py", line 74, in main() File "cybrary-video-downloader.py",...
Hello, I have Python 2.7.18 with beautifulsoup4 and youtube-dl already installed on my computer. I type: python cybrary-video-downloader.py --quality 720 --course "https://www.cybrary.it/course/malware-analysis/" and also with SSL enable and disable I...
hi have the python ok and when i run the command "python cybrary-video-downloader.py --quality 720 --course https://www.cybrary.it/course/advanced-penetration-testing/ --ssl True" the script ask credentials but not start download.
'raw_input' is not defined error while downloading
This error occurs when "requests" module has not been installed: ``` Traceback (most recent call last): File "./cybrary-video-downloader.py", line 3, in import requests ```
Hi, you need to change line 45: for lessonLink in parsedCourseHTML.find_all('a', attrs={'class':'title'}): to for lessonLink in parsedCourseHTML.find_all('a', attrs={'class':'modulehover'}): for this to currently work with Cybrary (at least for the course...
raw_input() has been changed to input() only
I'm trying to download using this - python cybrary-video-downloader.py --quality 360 --course "https://www.cybrary.it/course/ethical-hacking/" command and I enter the username and password but I cant see the downloaded videos (or any...