Improve link handling for certain wikipedia urls.
- Add support for certain Wikipedia URLs that make use if parenthesis. Example: https://en.wikipedia.org/wiki/Portage_(software)#Gentoo/Alt
- Remove excessive quotes around sub shells.
- Change sed pattern delimiter to | in the logic extracting URLs. This allows us to remove a bit of escape noise.
- Add comment to the URLs sed logic.