Browse Source

bump year + corrected env path

master
ugrnm 7 months ago
parent
commit
a5c476e05b
  1. 4
      download_loooooops.py

4
download_loooooops.py

@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
import requests
from time import sleep
@ -9,7 +9,7 @@ from urllib.parse import urlparse
# remote_url
# description
year = "2022"
year = "2023"
output_dir = os.path.join("loooooops", year)

Loading…
Cancel
Save