What’s Changed
* Changed regex from plural to singular and added better linking (32) bee-san
* pyWhat can now detect Ripple, Bitcoin Cash, Litecoin and Monero wallet addresses!
* added regex for IPv6
* if there is a port number alongside of the IP address, it will now grab that too
* improved detection for coordinates, added formats like N 32° 53.733 W 096° 48.358" and made it less restrictive (20,80 is no longer a coordinate)
* made YouTube id regex more restrictive: now it requires at least one number, at least one uppercase letter and at least one lowercase letter (078-05-1120 no longer matches, but 078-05-1aA0 does), should fix 33 issue
* added a much better URL regex from SkeletalDemise
* URL regex is now also case insensitive (before URL starting with HTTP would not match)
* and with all of the changes requested in 26 :D