diff --git a/get_peertube_videos.sh b/get_peertube_videos.sh index e106749..d4e4364 100755 --- a/get_peertube_videos.sh +++ b/get_peertube_videos.sh @@ -7,4 +7,4 @@ fi source "$script_dir/.venv/bin/activate" pip install -r "$script_dir/requirements.txt" > /dev/null pip install "$script_dir/" > /dev/null -nc_password_client.py "${@}" +get_peertube_videos.py "${@}"