Takes a large input of scraped and archived Google Video links and downloads them with the metadata.
example input/designed to work with: https://mega.nz/file/mY43xC6a#C8sQLTrt1HJqGVBd6ifcwYNhfss8rUEU-DTMPju3uUs
has chatgpt as fallback because i suck at regex 👍 (handled by open source project called "gpt4free", with slight modifications made because the maintainer wont update it 💀)
required packages:
requests
, rich
, moviepy
, regex
tested on python 3.11