From 25f7d98826219deeeeda7a9823c6fa0e34a24d59 Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 17 Aug 2025 19:53:51 -0500 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