From 37501f27c314853a27fd87c3f7c155ea29e68e6a Mon Sep 17 00:00:00 2001 From: msglm Date: Wed, 11 Jan 2023 20:51:08 -0600 Subject: forgot to remind the user of the tag for standard output --- comedyGenerator | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/comedyGenerator b/comedyGenerator index e4ae870..dc1a429 100755 --- a/comedyGenerator +++ b/comedyGenerator @@ -61,8 +61,7 @@ headers = { videos = [] for tags in args.tags: - if args.debug: - print("Downloading Tag: " + tags) + print("Downloading Tag: " + tags) headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8", -- cgit v1.2.3