Closed stenpiren closed 4 years ago
I managed to fix:
name=s.a.div.div.string.strip())
which was there before, but had been updated to fix some issue. But created others :D
I also updated the subsections_soup to subsections_soup = section_soup.find_all('li', class_=['vertical outline-item focusable', 'vertical outline-item focusable scored'])
and sections_soup to sections_soup = soup.find_all('li', class_=['outline-item section', 'outline-item section scored'])
Subject of the issue
I checked all open/closed issues regarding the "No downloadable video found", in my case in particular is for "opencv" learning platform: https://courses.opencv.org/
Environment
Steps to reproduce
After modifying the edx-dl.py by adding:
Then running:
python edx-dl.py -u "username" -p "password" -x opencv https://courses.opencv.org/courses/course-v1:OpenCV.org+OpenCV-102+2019_T1/course/
I get:
Expected behaviour
Courses should download but is not. Is there anyone experienced with opencv leaning platform (open edx) or can look into my account so as to improve this script?