diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:53:51 -0500 |
commit | 25f7d98826219deeeeda7a9823c6fa0e34a24d59 (patch) | |
tree | 0685dd9fb96d8b98476a35258421f897a62324a2 | |
parent | 7b3cb6a9ae525a345ebd7f3c3e90f90d058d75a6 (diff) | |
download | comedyGenerator-25f7d98826219deeeeda7a9823c6fa0e34a24d59.tar.gz comedyGenerator-25f7d98826219deeeeda7a9823c6fa0e34a24d59.tar.bz2 comedyGenerator-25f7d98826219deeeeda7a9823c6fa0e34a24d59.zip |
forgot to remind the user of the tag for standard output
-rwxr-xr-x | comedyGenerator | 3 |
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", |