[ci] Enable debug logging

This commit is contained in:
Nemo 2022-05-07 11:52:28 +05:30 committed by GitHub
parent 1ddcf063af
commit 84de4580c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,9 @@ fi
function fetch_page() {
echo "[+] $1/$2"
curl "https://nsdl.co.in/master_search_res.php" \
--no-progress-meter \
--write-out '%{stderr}DL :%{size_download}\nHTTP:%{response_code} E(%{errormsg})\n' \
--user-agent "Mozilla/Gecko/Firefox/58.0" \
--silent \
--retry 3 \
--connect-timeout 10 \
--retry-max-time 30 \