Skip to content

Commit

Permalink
fix: curl --no-progress-meter
Browse files Browse the repository at this point in the history
  • Loading branch information
phette23 committed Feb 5, 2025
1 parent d00a66a commit 1d84f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/instagram/ig.fish
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end
# app id should not change often
# may need to update User Agent periodically?
echo "Requesting data from Instagram"
set response_code (curl --output $file.gz --write-out "%{response_code}" \
set response_code (curl --no-progress-meter --output $file.gz --write-out "%{response_code}" \
--header "x-ig-app-id: 936619743392459" \
--header "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36" \
--header "Accept-Language: en-US,en;q=0.9,ru;q=0.8" \
Expand Down

0 comments on commit 1d84f44

Please sign in to comment.