r0oth3x49 / lynda-dl

A cross-platform python based utility to download courses from lynda.com for personal offline use.
MIT License
295 stars 95 forks source link

Error #20

Closed kumaranjeya closed 6 years ago

kumaranjeya commented 6 years ago

I can download all but keep getting the same error for this particular course, https://www.lynda.com/Unreal-Engine-tutorials/Unreal-Lighting/456827-2.html The error is as follow: [] : Extracting (18/18) |========================================| 100.00% [] : Downloaded course information webpages successfully.. [] : Trying to logout now... [] : Logged out successfully. [*] : Counting no of chapters.. [+] : Found ('5') chapter(s).

[] : Downloading chapter : (1 of 5) [] : Chapter (01 Introduction) [+] : Found ('4') lecture(s).

[] : Downloading lecture : (1 of 4) [] : Downloading (001 Welcome) Traceback (most recent call last): File "lynda-dl.py", line 444, in main() File "lynda-dl.py", line 405, in main lynda.InfoExtractor(outto=save_to) File "lynda-dl.py", line 192, in InfoExtractor out = self.Downloader(_url, lecture_name, chapter_path) File "lynda-dl.py", line 89, in Downloader out = course_dl.download(url, title, filepath=path, quiet=True, callback=self.Download) File "C:\lynda-dl\lynda_downloader.py", line 110, in download progress_stats = (bytesdone, bytesdone * 1.0 / total, rate, eta) ZeroDivisionError: float division by zero