hujinglin / MVA-Downloader

download MVA course videos with subtitle
MIT License
45 stars 16 forks source link

can not parse this fully #5

Open BianChengNan opened 7 years ago

BianChengNan commented 7 years ago

try this https://mva.microsoft.com/zh-cn/training-courses/-powershell-30-14443 I can only parse 4. can you give a try?

hujinglin commented 7 years ago

@BianChengNan has fixed

Gtyrande commented 7 years ago

I have tried https://mva.microsoft.com/en-US/training-courses/c-fundamentals-for-absolute-beginners-16169 https://mva.microsoft.com/en-US/training-courses/windows-10-development-for-absolute-beginners-14541 https://mva.microsoft.com/en-US/training-courses/a-developers-guide-to-windows-10-12618 and all of them say can not parse this page.

Follows are displayed in cmd window: (node:69892) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'exit' of null (node:69892) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. @hujinglin