summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2025-08-17 19:53:51 -0500
committermsglm <msglm@techchud.xyz>2025-08-17 19:53:51 -0500
commit25f7d98826219deeeeda7a9823c6fa0e34a24d59 (patch)
tree0685dd9fb96d8b98476a35258421f897a62324a2
parent7b3cb6a9ae525a345ebd7f3c3e90f90d058d75a6 (diff)
downloadcomedyGenerator-25f7d98826219deeeeda7a9823c6fa0e34a24d59.tar.gz
comedyGenerator-25f7d98826219deeeeda7a9823c6fa0e34a24d59.tar.bz2
comedyGenerator-25f7d98826219deeeeda7a9823c6fa0e34a24d59.zip
forgot to remind the user of the tag for standard output
-rwxr-xr-xcomedyGenerator3
1 files changed, 1 insertions, 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",