diff options
| -rwxr-xr-x | comedyGenerator | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/comedyGenerator b/comedyGenerator index dc1a429..58bff1e 100755 --- a/comedyGenerator +++ b/comedyGenerator @@ -59,8 +59,8 @@ headers = {          "Cache-Control": "max-age=0"          } -videos = []  for tags in args.tags: +        videos = []          print("Downloading Tag: " + tags)          headers = {                  "User-Agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0", | 
