attractorr icon indicating copy to clipboard operation
attractorr copied to clipboard

Tool written in Rust to search for torrents

Results 8 attractorr issues
Sort by recently updated
recently updated
newest added

Providing a CLI interface is nice, but some users may prefer a GUI. - [x] Refactor code to support multiple binaries - [ ] Implement a simple Gtk GUI

enhancement

This is just a brain dump for me regarding some open points of the project. ### Magnet links Currently we create them with just the ["Exact Topic" / BitTorrent info...

https://github.com/qbittorrent/search-plugins/wiki/Unofficial-search-plugins In my testing the best of these sources seems to be - [x] torrents-csv (#122) - [ ] limetorrents - [ ] torrentproject2

Example: ```sh ❯ attractorr "dshajfksdlhajdfklhdsjaklfhdjsaklhfjka" [2023-02-06T20:41:37.231Z ERROR attractorr] L337X error: No search results No results were found ``` This behavior isn't present for the other search providers, so I'm assuming...

Just searches for hard coded term and displays them in a ScrolledWindow. Inspired by https://mmstick.gitbooks.io/rust-programming-phoronix-reader-how-to/content/index.html

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66. Release notes Sourced from openssl's releases. openssl-v0.10.66 What's Changed Fixed invariant violation in MemBio::get_buf with empty results by @​alex in sfackler/rust-openssl#2266 Release openssl v0.10.66...

dependencies

torrent csv api response is now a map with a `torrents` field