Valentin-Metz / tum_video_scraper

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

Output folder #18

Closed kaantureyyen closed 1 year ago

kaantureyyen commented 1 year ago

The videos at the end never get transferred from the tmp directory to the output directory. They stay as .lock files in the output directory, even after the process is finished. Any solution why this could be the case?

Valentin-Metz commented 1 year ago

Lock files only get deleted by the process that created them. If you abort and restart the program, it will not remove locks. Delete the .lock files manually and restart the scraper.