View Single Post
  #1  
Old 27.07.2016, 00:23
botmtl botmtl is offline
DSL User
 
Join Date: Apr 2015
Location: Montreal
Posts: 39
Default Rename action regular expression bug



(this is in linkgrabber but I think the same bug is in download section too?(not 100% sure))

this is a simple example, where the spaces that were _ were not caught (somehow) by the re.replace, but it can get more complicated. sometimes I have to do that right-click rename action multiple times to get all the packages and filenames to finally comply with the regex.

I usually use [^A-Za-z0-9\.-] as I had had the best results with dupe detection with that regular expression.
Reply With Quote