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

hanging on .html attachments #27

Closed MrDaggubati closed 4 years ago

MrDaggubati commented 4 years ago

AWS Courses (machine learning and Network )with attachments to .html hanging up on download.

skipped by modifying _extract.py html|htm

regex = r"(?i)(?:^.*.(?Pjpg|gif|doc|pdf|zip|docx|ppt|pptx|pptm|txt|py|c|json|md|html|htm|sh|batch|bat))$"

dirty fix though.

Thanks for your efforts.