Fixed Automated Twitch URL media conversion

I've updated the URL parser to match the following parameters exactly:

Code:
https://www.twitch.com/{channel:alphanum}

https://clips.twitch.com/{clip:alphanum}

https://www.twitch.com/videos/{video:digits}

https://www.twitch.com/videos/{video:digits}?t={time}

Nothing before or after these patterns will match, so https://www.twitch.com/Some/Slashy/Stuff won't be turned into an embed.

I'm not much of a Twitch user, so I don't know if there are any other valid URLs types out there - if there are, would someone please reply here any let me know so that I can handle them?
 
Back
Top Bottom