subject-f / cubarimoe

GNU Affero General Public License v3.0
60 stars 16 forks source link

fix Reddit regex to allow uppercase in subreddit names #31

Open SuperStormer opened 6 months ago

SuperStormer commented 6 months ago

For example, https://cubari.moe/r/MadokaMagica/comments/1bbt5bq/ currently 404's even though https://cubari.moe/r/madokamagica/comments/1bbt5bq/ works. I assume the regex was intended to make it possible to just replace "reddit.com" with "cubari.moe" in the URL to get a valid cubari proxy link, so this PR fixes that.