Koder-Teh / Boombox-Controller

Allows you to easily upload a track to the boombox by specifying a link. Game: Lethal Company
MIT License
6 stars 3 forks source link

Why don't u use Uri class? #52

Open MaxLevs opened 8 months ago

MaxLevs commented 8 months ago

NET Framework 4.6 has https://learn.microsoft.com/ru-ru/dotnet/api/system.uri.-ctor?view=net-8.0#system-uri-ctor(system-string). You can use it to parse url and extract it's parts out of the box.

https://github.com/Koder-Teh/Boombox-Controller/blame/a44ced9def8a53830532c4c518861a5c81b4ede8/BoomboxController/BoomboxController.cs#L596-L601