lbryio / hub

MIT License
16 stars 15 forks source link

Strengthen --daemon_url checks using yarl.URL (what aiohttp uses). #80

Closed moodyjon closed 2 years ago

moodyjon commented 2 years ago

Fixes #79

As long as we continue using aiohttp, and aiohttp continues to use yarl, this will continue to work. Let me know if I should add yarl to setup.py.