koc_khan_offline
koc_khan_offline copied to clipboard
Tools for pulling the Khan Academy videos offline for use with the Kids on Computers project
write an index page in the top level of koc_khan_offline that displays the content of the video dir so users can interact with the videos through that
*\* if not already downloaded, download each unique filename with a format that matches the requested list of formats to the video/ dir *\* else, skip it
- check if each video exists in local video/ dir before trying to download
adjust download.py: - to read each category's url (eg: http://www.archive.org/download/KhanAcademy_Geometry) and process list of filenames in each (as requested through the command line args for -c categories)
remove video_mapping.py and replace with a list of the known categories in download.py
Running the script outside the correct directory structure results in the above error. Maybe the folder link should not be relative?