Valentin-Metz / tum_video_scraper

Download and jumpcut lecture videos from https://live.rbg.tum.de/ and https://tum.cloud.panopto.eu/
57 stars 5 forks source link

Config file #17

Closed kaantureyyen closed 1 year ago

kaantureyyen commented 1 year ago

Mooiin, I can not seem to get the argparse to parse my yml config file. Using a windows machine and running the docker image, I go docker run tum_video_scraper -c .\[some_yml.yml] What am I missing here? :(

Valentin-Metz commented 1 year ago

Make sure to mount the file you want to access into the container, as described here: https://docs.docker.com/storage/volumes/

kaantureyyen commented 1 year ago

Aah I see, but even if I don't want to supply a config file and only use terminal arguments, I still get the same error message :(

image

kaantureyyen commented 1 year ago

got it to run with the config file mounted, still confused about how to run it with command line variables