Skip to content

Instantly share code, notes, and snippets.

@PythonCoderAS
Created March 31, 2023 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PythonCoderAS/d4f90fac7b6d3f9c92697152d1e61bb6 to your computer and use it in GitHub Desktop.
Save PythonCoderAS/d4f90fac7b6d3f9c92697152d1e61bb6 to your computer and use it in GitHub Desktop.
for time in 2019{05..12} {2020..2023}{01..12}; do curl -vL --silent "https://web.archive.org/web/${time}00000000/https://www.imdb.com/pressroom/stats/" > data-$time.txt 2>&1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment