Quote:
Originally Posted by Starson17
The print statement in fetch_url was absolutely vital to let me see that the fetch was getting a '\n' at the broken link point. I was able to remove that char with preprocess_regexps.
|
My recipe is done, but if anyone else has used preprocess_regexps in a recipe - I'd like to know if there's any way to use the string that matches the regex in the replacement string? Thanks!