Metadata-Version: 2.1
Name: gb-dl
Version: 1.7.40
Summary: A python based utility to download courses from infosec4tc.teachable.com ,ehacking.net ,stackskills.com and designerup.co ...etc for personal offline use.
Home-page: https://github.com/barakagb/gb-dl
Author: barakagb
Author-email: barakagb@gmail.com
License: MIT
Keywords: infosec4tc stackskills -dl ehacking -dl teachable -dl coding with mosh academy-dl designerup gb-dl course downloader dl howto download teachle courses
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# gb-dl
A python based utility to download courses from infosec4tc.teachable.com ,ehacking.net ,stackskills.com and designerup.co ...etc for personal offline use.



## Usage
To use this script:
```
open terminal or cmd and run gb-dl.py
Enter course url , email and password when prompted. OR
run gb-dl -f FILE to load multiple course urls from files
run gb-dl -d (firefox or firefox-snap)
run gb-dl -h for help

```
## Installation
``` 
pip install gb-dl

Then get your key here : https://bmc.xyz/l/gbdl 
N.B key will be sent to your email.
 
```

## Version
``` 1.7.3x```

## Issues
Report all issues here in github
    

Tested on ubuntu 16 , 18 ,20 LTS , Windows 10

## Example of course url:
```
https://stackskills.com/courses/enrolled/68582

```
## Change Log:
```
 Download only a specified section of the course
 Download only specified range of sections
 Show course info without downloading
 Added cookie authentication 
 Downloading multiple courses from a file
 Load cookie from a text file
 Store cookie for future use
 Auto load/detect stored cookie
 Auto load cookie from browser (firefox and firefox-snap)
 
   
```

## Support
 Support future development
<br>

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/V7V519R40)

<a href="https://www.buymeacoffee.com/barakagb" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>






