Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailsidorov/chd
Courses downloader for coursehunters.net
https://github.com/mikhailsidorov/chd
coursehunters python scrapy
Last synced: 2 days ago
JSON representation
Courses downloader for coursehunters.net
- Host: GitHub
- URL: https://github.com/mikhailsidorov/chd
- Owner: mikhailsidorov
- License: mit
- Created: 2018-08-07T08:53:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T16:13:58.000Z (about 6 years ago)
- Last Synced: 2024-09-26T10:15:38.705Z (about 2 months ago)
- Topics: coursehunters, python, scrapy
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##############################################
CHD - Courses downloader for coursehunters.net
##############################################.. image:: https://badge.fury.io/py/chd.svg
:target: https://badge.fury.io/py/chdRequirements
============* `Python 3.6 `_ or higher.
Installation
============.. code-block:: bash
pip install chd
Usage
-----.. code-block:: bash
chd url [-p path] [-s start_lesson] [-e end_lesson] [-v]
.. code-block:: bash
positional arguments:
url course urloptional arguments:
-h, --help show this help message and exit
-p PATH, --path PATH download path, default is
-s START, --start START the lesson number from which to start the download
-e END, --end END the lesson number at which the download will be
completed
-v, --version print version information and exit