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

no downloable video edx-dl #668

Open Chemplen opened 3 years ago

Chemplen commented 3 years ago

C:\edx-dl-master\edx-dl-master>edx-dl --username franco.cerna@unas.edu.pe --password Francocerna12 https://courses.edx.org/courses/course-v1:TsinghuaX+40050455.2x+1T2021/course/ edx_dl version 0.1.13 Building initial headers for future requests. Getting initial CSRF token. Found CSRF token. Logging into Open edX site: https://courses.edx.org/login_ajax Extracting course information from dashboard. Downloading Water and Wastewater Treatment Engineering: Biochemical Technology | 水处理工程:生物化学方法 [course-v1:TsinghuaX+40050455.2x+1T2021/co] Downloading 0 section(s) Extracting all units information in parallel. No downloadable video found.

C:\edx-dl-master\edx-dl-master>

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.

paulodaguero commented 3 years ago

Had the same issue Use this new downloader : https://github.com/rehmatworks/edx-downloader made by @rehmatworks

Chemplen commented 3 years ago

Thank you very much, you have helped me a lot.However, I don't speak English, so the subtitles are necessary for me Do you know how to download them?


De: paulodaguero notifications@github.com Enviado: miércoles, 3 de marzo de 2021 20:05 Para: coursera-dl/edx-dl edx-dl@noreply.github.com Cc: Chemplen francoc_92_08@hotmail.com; Author author@noreply.github.com Asunto: Re: [coursera-dl/edx-dl] no downloable video edx-dl (#668)

Had the same issue Use this new downloader : https://github.com/rehmatworks/edx-downloader made by @rehmatworkshttps://github.com/rehmatworks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/coursera-dl/edx-dl/issues/668#issuecomment-789981901, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATBO622FFMIUWIIGXOQPBELTB2B7RANCNFSM4YNYCITQ.

paulodaguero commented 3 years ago

Sorry no idea, maybe ask the creator. It is working bit differently than the original downloader. It does not seems to have the possibility to download subtitles or other datas

online67 commented 3 years ago

@rehmatworks @paulodaguero

C:\edx-downloader-master>edex-dl 'edex-dl' is not recognized as an internal or external command, operable program or batch file.

C:\edx-downloader-master>

Sorry, how do i solve this???? Or how do i go about downloading after installing the edex-downloader

paulodaguero commented 3 years ago

@online67 I installed with this : pip3 install edx-downloader (directly on terminal on mac, I assume it is the same for windows) And once installed i just typed in terminal again: edxdl I just followed the GitHub page instructions, it works for me.

floviolleau commented 3 years ago

Hi,

You can use virtual env if you don't want to install it globally on your machine.

Else right, nobody maintain this project anymore.