raffaem / cs-dlp

Script for downloading Coursera.org videos and naming them.
GNU Lesser General Public License v3.0
276 stars 47 forks source link

Notebooks are not actually downloaded #11

Open aleradamantis99 opened 9 months ago

aleradamantis99 commented 9 months ago

So even when download-notebooks option is specified, only an html of the previous page is saved. Is this going to be added in the future?

zeushera140 commented 8 months ago

same problem

raffaem commented 8 months ago

Please provide a reproducible example

bademaister commented 8 months ago

Please provide a reproducible example

cs-dlp -ca COOKIE -sl en,de --download-notebooks --download-quizzes machine-learning

Although the option to download the notebooks is set, there is no notebook after the download.

dmhfbkfhsdbhfdjkdybhvbfk commented 6 months ago

im having the same problem please. i cant seem to see notebook even after specifying it. Coursera-dl have this option and it works as of the last time i used it.

zeushera140 commented 5 months ago

https://ubhnabjcgens.labs.coursera.org/files/resources/course1/week-4/BasicStatisticalTesting.ipynb?_xsrf=2%7C02f4a0bf%7Cf988501a4d1d4b7d130ce58ef957da09%7C1706972281

this might be the new url for downloading? but how to modify your code? this is a jupyter notebook url from https://www.coursera.org/learn/python-data-analysis/ungradedLab/wTj9v/module-4-jupyter-notebooks/lab?path=%2Flab%2Ftree%2Fresources%2Fcourse1%2Fweek-4

bjornmp commented 4 months ago

This would be the correct way to download Jupyter notebooks and their corresponding environments from an entire week: https://www.coursera.support/s/article/360004990332-Download-Jupyter-Workspace-files?language=en_US

Edit: Correction. Just some optional labs are grouped together for an entire week within the same environment, but that's not always the case. Graded labs are always separate and need to be downloaded individually as far as I've seen.