Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Last active December 3, 2019 19:44
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 hamletbatista/5b1e2663cc0a7c1a5c92f14e0748af7a to your computer and use it in GitHub Desktop.
Save hamletbatista/5b1e2663cc0a7c1a5c92f14e0748af7a to your computer and use it in GitHub Desktop.
#!pip install gdown
#https://pypi.org/project/gdown/
import gdown
canonical_urls="Google Drive link to the canonicals URLs set"
error_urls="Google Drive link to the 404 URLs set"
gdown.download(canonical_urls, output="canonicals-urls.csv", quiet=False)
gdown.download(error_urls, output="404-urls.csv", quiet=False)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment