Skip to content

Quick and dirty script suite for curating khanacademy video transcripts

Notifications You must be signed in to change notification settings

k8tems/khanacademy_transcript

Repository files navigation

khanacademy_transcript

Quick and dirty script suite for curating khanacademy video transcripts

Usage

MODULE="Early math"
URL="https://www.khanacademy.org/math/early-math"
python download_video_ids.py "${MODULE}" "${URL}"
python download_transcripts.py
python parse_transcripts.py

Requirements

requests

TODO

  • Refactor parse_transcripts.py
  • Abstract file containing video ids
  • Save video ids using directory hierarchy
  • Auto detect subject(e.g. Math => Linear Algebra, Calculus ...)
  • Only download necessary tutorials

About

Quick and dirty script suite for curating khanacademy video transcripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages