GSheets Video downloader
This small script gets video links from google spreadsheets and downloads it to the desired folder.
How to run this script:
- If you don't have already, create GCP IAM service user
- Generate and copy service user token.json to this folder
- Create a new spreadsheet and have sheet1 reserved for links to download
- Fill the first column with link
- Second column is optional and works as a subfolder / subcategory.
- Third column is reserved for the script
- Copy .env.example to .evn and fill it in.
- Use direnv or something similar to load env variables
- Run and profit
Note: While running, some ISPs can block the access and cause connection timeout so try to run it with VPN active.