A Python script to download audio files from the Feynman Lectures on Physics in m4a
or ogg
format.
- Python 3+
requests
library
- Clone or download this repository
- Install dependencies:
pip install -r requirements.txt
Download all lectures to the default out
directory:
python download.py
-o, --output-dir
: Specify output directory (default:out
)-f, --format
: Choose audio format —m4a
orogg
(default:m4a
)--no-date
: Don't include lecture date in filenames- Note: Dates are included by default for easier organization (sorting).
--overwrite
: Overwrite existing files-v, --verbose
: Enable verbose output
The Feynman Lectures on Physics are made freely available by the California Institute of Technology for educational use. Please respect the terms of use of the source website and use the downloaded content in accordance with applicable copyright laws and educational fair use guidelines.