Scott Hansen
Scott Hansen
Went ahead and merged, thanks!
Sure, sounds like a reasonable documentation update. Thanks! And sorry for the _very_ slow response...
Are you still planning on submitting a documentation update or is this no longer an issue? Thanks!
The issue appears to be that the regex is only applied to the plain text part of the message, not the HTML part. This will take some digging to solve...
Can you give an example of specific use cases using urlscan and what the user interface (and/or cli arguments) would look like? Thanks!
From urlscan.1 : `Run a command with the selected URL as the argument or pipe the selected URL to a command using the --run-safe, --run and --pipe arguments`. Does that...
I can see the value in adding support for this but after looking at it for awhile tonight, I'm going to defer working on this to anyone who is interested...
@axelkar, does @rbmarliere's solution work for your use case?
Ummm...I'm talking about this post: https://bbs.archlinux.org/viewtopic.php?pid=1185069#p1185069 If this isn't you, then there's definitely an issue! :-P
It seems like when your fix gets merged that the existing code `i.deref('title') or "")` should handle the issue. I may have to add the `or ""` to other deref...