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

"srt" subtitles look like JSON #527

Open beroal opened 6 years ago

beroal commented 6 years ago

Subject of the issue

"srt" subtitles look like JSON. Example. "vtt" are okay.

Your environment

Steps to reproduce

Download the course with subtitles.

rbrito commented 6 years ago

Can you provide the complete command line that you used, please?

beroal commented 6 years ago
edx-dl -x stanford -u $EMAIL -s --filter-section 8 --quiet https://lagunita.stanford.edu/courses/Engineering/Compilers/Fall2014/info

EMAIL contains my email.

pablodz commented 6 years ago

You need this command

edx-dl -u user@user COURSE_URL --youtube-dl-options="--sub-lang es --write-auto-sub" --ignore-errors

you need to change "es" to your language to dowloand subs