JimmyLaurent / torrent-search-api

Yet another node torrent scraper (supports iptorrents, torrentleech, torrent9, torrentz2, 1337x, thepiratebay, Yggtorrent, TorrentProject, Eztv, Yts, LimeTorrents)
MIT License
395 stars 100 forks source link

uniqueName error when passed a number #123

Closed travishorn closed 3 years ago

travishorn commented 3 years ago

Sometimes uniqueName can get called with a number. In this case, an error is thrown.

name.toLowerCase() is not a function

Will send pull request that fixes this shortly.

JimmyLaurent commented 3 years ago

Thanks for the MR