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 639 forks source link

raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['youtube-dl', '--ignore-config', '-o', 'Downloaded\\Foundations_of_Data_Analysis_-_Part_2\\06-Week_0-__Introduction_to_Data_Optional_Review\\03-%(title)s-%(id)s.%(ext)s', '-f', 'mp4', 'https://youtube.com/watch?v=psf5ViqarFs']' returned non-zero exit status 1. #545

Open AliAhmedShaikh opened 5 years ago

AliAhmedShaikh commented 5 years ago

🚨Please review the Troubleshooting section before reporting any issue. Don't forget also to check the current issues to avoid duplicates.

Subject of the issue

Describe your issue here.

Your environment

Steps to reproduce

Tell us how to reproduce this issue. Please provide us the course URL, and the specific subsection or unit if possible.

Expected behaviour

Tell us what should happen.

Actual behaviour

Tell us what happens instead. If the script fails, please copy the entire output of the command or the stacktrace (don't forget to obfuscate your username and password). If you cannot copy the exception, attach a screenshot.

Oschly commented 5 years ago

pip install --upgrade youtube-dl pip install --upgrade edx-dl Insert this, then try to download video again.

AliAhmedShaikh commented 5 years ago

thanks. updgrading it worked

On Fri, 3 May 2019 at 12:47 PM, Oskar notifications@github.com wrote:

pip install --upgrade youtube-dl pip install --upgrade edx-dl Insert this, then try to download video again.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/coursera-dl/edx-dl/issues/545#issuecomment-488990860, or mute the thread https://github.com/notifications/unsubscribe-auth/AH6TLHQE2QOSFGCLZQYCOJDPTPUZ5ANCNFSM4HIE5URQ .

sasidhar22 commented 4 years ago

pip install --upgrade youtube-dl pip install --upgrade edx-dl Insert this, then try to download video again.

upgrade didn't help same issue.