read -p "url: " url; urlsafe=$(echo "$url" | sed "s/:\|\/\|?\|=\|@\|&\|(\|)\|,\|+\|*\|%\|#/-/g"); time=$(TZ=UTC date -u +%Y%m%d%H%M%S); python3 -c "import time; from selenium import webdriver; options = webdriver.ChromeOptions(); options.binary_location = \"/usr/bin/brave-browser\"; driver = webdriver.Chrome(options=options); driver.get(\"$url\"); time.sleep(68); print(driver.page_source); driver.close();" > $time-$urlsafe; echo "$url" > $time-$urlsafe.txt