coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.93k stars 638 forks source link

Python has stopped working while downloading the videos #404

Open vasudevmg opened 7 years ago

vasudevmg commented 7 years ago

Python has stopped working while downloading the videos, I'm downloading the videos from EDX but without any errors to cmd window suddenly python itself getting crashed.

Your environment

Steps to reproduce

python edx-dl.py -u xxxxxxx@gmail.com https://courses.edx.org/courses/course-v1:HarvardX+CS50+X/info

After below video download python is getting crashed. Downloading video with URL http://www.youtube.com/watch?v=f8hXR_Hvybo from YouTube. [youtube] f8hXR_Hvybo: Downloading webpage [youtube] f8hXR_Hvybo: Downloading video info webpage [youtube] f8hXR_Hvybo: Extracting video information [youtube] f8hXR_Hvybo: Downloading MPD manifest [download] Downloaded\Introduction_to_Computer_Science\04-Week_3\18-Selection Sort-f8hXR_Hvybo.mp4 has already been downloaded [download] 100% of 80.01MiB [download] https://youtube.com/watch?v=8Ba7SgCN2XY => Downloaded\Introduction_to_Computer_Science\05-Week_4\01-%(title)s-%(id)s.%(ext)s Downloading video with URL https://youtube.com/watch?v=8Ba7SgCN2XY from YouTube. [youtube] 8Ba7SgCN2XY: Downloading webpage [youtube] 8Ba7SgCN2XY: Downloading video info webpage [youtube] 8Ba7SgCN2XY: Extracting video information [youtube] 8Ba7SgCN2XY: Downloading MPD manifest [download] Downloaded\Introduction_to_Computer_Science\05-Week_4\01-Week 4-8Ba7SgCN2XY.mp4 has already been downloaded [download] 100% of 401.99MiB [download] http://www3.epa.gov/otaq/cert/documents/vw-nov-caa-09-18-15.pdf => Downloaded\Introduction_to_Computer_Science\05-Week_4\01-vw-nov-caa-09-18-15.pdf

Expected behaviour

Wanted to complete the downloading whole course videos. I think this issue because http://www3.epa.gov/otaq/cert/documents/vw-nov-caa-09-18-15.pdf file is not present and code is not able to skip that file downloading and go forward for downloading other files

Actual behaviour

image

vasudevmg commented 7 years ago

Please help with this error ASAP.

iemejia commented 7 years ago

Could you make it work ?