in prompts/khanacademy/khan_dl/khan_dl.py [0:0]
def download_nested_courses(self):
self.reset_course()
if self.nested_courses:
print("\nDownloading nested courses...\n")
for nested_course_url in self.nested_courses:
self.download_course_given(ROOT_URL + nested_course_url)