diff options
| -rwxr-xr-x | comedyGenerator | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/comedyGenerator b/comedyGenerator index 763ea6f..1c90f84 100755 --- a/comedyGenerator +++ b/comedyGenerator @@ -222,6 +222,7 @@ for tags in args.tags:                      print("shortening name because its too long")                  name = name[0:200]              name = name.replace('"', "") +            name = name.replace('/', "")              outputPath = args.output + tags + " - " + name + "." + urlsplit[len(urlsplit)-1]              if args.verbose:                  print("name read as: " + name) | 
