r0oth3x49 / acloud-dl

A cross-platform python based utility to download courses from acloud.guru for personal offline use.
MIT License
351 stars 142 forks source link

Slides Issue #111

Open outtycast opened 1 year ago

outtycast commented 1 year ago

[] : Downloading asset(s) [] : Downloading (001 Understanding Host or Application Security Solutions Slides.pdf) [*] : Asset : '001 Understanding Host or Application Security Solutions Slides.pdf' (download skipped). [-] : URLError : either your internet connection is not working or server aborted the request

seems like issue with slides download. rest working no issues

outtycast commented 1 year ago

seems like was just missing a dependency

pip install pyOpenSSL

fixed the issue