dobomode / coursera-scraper

A lightweight Node.js app to fetch assets / videos for Coursera courses.
MIT License
43 stars 14 forks source link

Script fails to download all weeks except week1 #3

Closed zenny closed 3 years ago

zenny commented 3 years ago

Hi,

Tried but the script fails to download all weeks:

$ node index.js

   ___   ___    ___   _ __    __ _   _ __     ___   _ __
  / __| / __|  / __| | '__|  / _` | | '_ \   / _ \ | '__|
 | (__  \__ \ | (__  | |    | (_| | | |_) | |  __/ | |
  \___| |___/  \___| |_|     \__,_| | .__/   \___| |_|
                                    |_|

? Enter CAUTH value from Coursera cookie: <VALID COOKIE>
? Enter course ID (e.g. 'neural-networks-deep-learning'): research-inquiry-discovery

Course 'research-inquiry-discovery'

  Week #01

    Module #01 - Welcome to the Course!
      Video #01 - Downloading 720p lecture video
      Video #01 - Saved '01 - Lecture video (720p).mp4'

    Module #02 - Course Syllabus
      Module does not have any downloadable assets.
      Module does not have any downloadable videos.

    Module #03 - Elements of Critical Thinking: An Overview - A Resource We Will Refer to in This Class
      Module does not have any downloadable assets.
      Module does not have any downloadable videos.

    Module #04 - Study Tips for this Course
      Module does not have any downloadable assets.
      Module does not have any downloadable videos.

    Module #05 - Connecting UNT, Applied Arts and Sciences, and This Course
      Module does not have any downloadable assets.
      Module does not have any downloadable videos.

    Module #06 - Introduce Yourself
      Module does not have any downloadable videos.
      Module does not have any downloadable assets.

    Module #07 - Week 1 Overview
      Module does not have any downloadable assets.
      Module does not have any downloadable videos.

    Module #08 - Introduction to the Inquiry Process
      Video #01 - Downloading 720p lecture video
      Video #01 - Saved '01 - Lecture video (720p).mp4'

    Module #09 - What is Curiosity?
      Video #01 - Downloading 720p lecture video
      Asset #02 - Downloading The Benefits of Being Curious by Maria Ellora Cabbat
Error: Request failed with status code 404
Unable to download asset.

      Video #01 - Saved '01 - Lecture video (720p).mp4'
dobomode commented 3 years ago

Thank you for reporting this. The script was trying to "download" URL assets, resulting an error. I have pushed a fix for this, so it should work fine now - give it a try.