Code-Hex / pget

The fastest, resumable file download client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Parsing

gsquire opened this issue · comments

Instead of a regex as used here you can use the net/url package from the standard library.

@gsquire Thanks for teach me.
I've fixed parseURL use govalidator instead of regex.

commit: f22c953

Plz closing issue if you like it.

Cool, nice work 👍