Share-Code search #37

Open
opened 2022-01-14 18:34:02 +01:00 by vikingowl · 4 comments
Owner

Parse watch-link + share-code in search

Parse watch-link + share-code in search
vikingowl added this to the 1.0 milestone 2022-01-14 18:34:02 +01:00
vikingowl added the
enhancement
help wanted
frontend
labels 2022-01-14 18:34:02 +01:00
Author
Owner

/match/parse/ GET parses sharecode provided

/match/parse/<sharecode> GET parses sharecode provided
Author
Owner

ShareCodeRegEx = regexp.MustCompile(^CSGO(?:-?[ABCDEFGHJKLMNOPQRSTUVWXYZabcdefhijkmnopqrstuvwxyz23456789]{5}){5}$)

ShareCodeRegEx = regexp.MustCompile(`^CSGO(?:-?[ABCDEFGHJKLMNOPQRSTUVWXYZabcdefhijkmnopqrstuvwxyz23456789]{5}){5}$`)
Author
Owner
https://github.com/cryptodescriptor/csgo-sharecode-decoder
Owner

Parse sharecode (https://github.com/cryptodescriptor/csgo-sharecode-decoder), ask API for match. If 404 -> reequest parse with /match/parse, wait for non 404, redirect to match.

Parse sharecode (https://github.com/cryptodescriptor/csgo-sharecode-decoder), ask API for match. If 404 -> reequest parse with /match/parse, wait for non 404, redirect to match.
anonfunc modified the milestone from 1.0 to 1.1 2022-01-29 05:47:28 +01:00
anonfunc removed the
help wanted
label 2022-02-02 01:40:48 +01:00
Sign in to join this conversation.
No description provided.