View Single Post
Old 07-21-2021, 02:50 PM   #6261
icecold
Enthusiast
icecold began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Mar 2020
Device: Android,
Quote:
Originally Posted by JimmXinu View Post
Your regular expressions are beyond the capability of Python's regex engine. Soooo... congratulations?

https://stackoverflow.com/questions/...ch-method-hang

http://www.regular-expressions.info/catastrophic.html

Since Python doesn't seem to recognize and account for this, I don't think it's incumbent upon FFF to do so either.
Thanks, I'll try if breaking my metadata_replace lines into separate simpler lines helps. Nice to know what my issue was which was all I was really asking for.

Edit: I broke my replacements into simpler discrete lines and it seemed to fix my problem.

Last edited by icecold; 07-21-2021 at 04:09 PM.
icecold is offline   Reply With Quote