Skip to content

Console script: Fix 403 error when downloading examples

Tjerk Vreeken requested to merge fix-download-exmaples into master

GitLab started disallowing the default user agent of urllib (if any). So we have to pretend to be Firefox or some other desktop browser to be able to download the correct zip.

Merge request reports