flood icon indicating copy to clipboard operation
flood copied to clipboard

fix: escape torrent uri

Open xfoxfu opened this issue 2 years ago • 0 comments

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)

xfoxfu avatar May 13 '22 01:05 xfoxfu