# video_processing.py
Python script to download episodes and extract the frames.
The extracted frames are saved to `../../data/<id_episode|int>/`
```bash
python src/video_processing.py -a <"download"|"extract_frames"> -ep <int>
```