ptpb / pb

pb is a formerly-lightweight pastebin and url shortener
Other
549 stars 52 forks source link

fix SIDConverter regex #111

Closed buhman closed 9 years ago

buhman commented 9 years ago

Bug introduced in #104.

Without this, sids that contain - would have no matching route. A backslash escape would have also worked, but this is more readable.

Try the original on https://regex101.com/#python