rebane2001 / matterport-dl

A downloader for matterport virtual tours
The Unlicense
294 stars 75 forks source link

Download logging standardized, brute JS file option #56

Open mitchcapper opened 2 years ago

mitchcapper commented 2 years ago

Added more standardized logging to file fetches Try to only use discovered JS files rather than hardcoded list Doesn't fix current error but closes #53 closes #49 closes #48 closes #47 closes #45

if we run into errors we could simply hardcode static js files that cannot automatically be discovered. Should cutdown on updates.

For users if this breaks something the new --brute-js should dl all numerical js files.

rebane2001 commented 2 years ago

Looks good, you can feel free to merge if it works for you.