summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-11 20:51:08 -0600
committermsglm <msglm@techchud.xyz>2023-01-11 20:51:08 -0600
commit37501f27c314853a27fd87c3f7c155ea29e68e6a (patch)
tree0685dd9fb96d8b98476a35258421f897a62324a2
parenta6aadecae8da29ca8fb2d882a6f7dcf00db4a048 (diff)
downloadcomedyGenerator-37501f27c314853a27fd87c3f7c155ea29e68e6a.tar.gz
comedyGenerator-37501f27c314853a27fd87c3f7c155ea29e68e6a.tar.bz2
comedyGenerator-37501f27c314853a27fd87c3f7c155ea29e68e6a.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",