TRoboto / datacamp-downloader

Download your completed courses on Datacamp easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not show list

mama1989e opened this issue · comments

All i get is:

HI, (name)
Active Subscription found

but no list of completed tracks or anthing else and i've tried different arguments and cannot get a download started.

The tool only lists your completed courses.

EDIT: Oups, I implied that -l argument LIST lists all courses and tracks. -l C works fine! Sorry!

I'm doing a career track, however it consists of multiple courses. Some of said courses, I've already completed.

I can find those courses on https://learn.datacamp.com/courses , e.g. https://learn.datacamp.com/courses/intermediate-python

However, the output of your tool is empty for the following:

> python downloader.py -t <SECRET_TOKEN> -l LIST
Hi, Maximilian
Active subscription found
====================================================================================================

Better to say, the tool does not finish. I can only kill it via CTRL+C.

See pull request:

  • #17 "Update README.md" to avoid confusion when reading the call-snippets in the README
  • #18 "Update downloader.py" to avoid confusion when -l/--list is called with anything other than T or C

Thank you for your contribution. Your pull requests have been merged successfully.