sradc
added gitignores when downloading videos/video-ids, and added download_videos.py to run_pipeline.sh
04848c9
raw
history blame
No virus
163 Bytes
#!/usr/bin/env bash
set -e
poetry run python pipeline/get_video_ids.py
poetry run python pipeline/download_videos.py
poetry run python pipeline/process_videos.py