flood
flood copied to clipboard
fix: escape torrent uri
Description
In fetchUrls
, escape the torrent URL to avoid errors of TypeError: Request path contains unescaped characters
, when the torrent url contains spaces.
Types of changes
- [ ] Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR)
- [ ] New feature (non-breaking change which adds functionality - semver MINOR)
- [x] Bug fix (non-breaking change which fixes an issue - semver PATCH)