Skip to content

CravateRouge/qBittorrentSearchPlugins

Repository files navigation

qBittorrent Search plugins

OxTorrent is a public french torrent search engine.

yggtorrent is a semi-private french tracker that is specialized in high-quality and well-seeded torrents.

⚠️ WARNING
Your default DNS can block access to torrent websites. Use Google or Cloudflare DNS instead
The YggTorrent plugin is partially working because of the cloudflare DDOS protection see also #10

Installation

OxTorrent

Download the plugin file or copy the following link.

After you've done this, you can add this plugin to qBittorrent by doing:

Search tab 🡪 Search Plugins 🡪 Install a new one 🡪 Local File then select the plugin file. or Web Link then insert the link you copied.

Or manually copying the oxtorrent.py to the following location:

  • Linux: ~/.local/share/qBittorrent/nova3/engines/oxtorrent.py
  • Mac: ``~/Library/Application Support/qBittorrent/nova/engines/oxtorrent.py`
  • Windows: %localappdata%\qBittorrent\nova3\engines\oxtorrent.py

YggTorrent

Download the plugin file or copy the following link.

Because YggTorrent requires your login info, this plugin requires a bit more work than the one above.

  1. Firstly, you need an account

  2. Then you need to put your login information directly into the plugin file:

You can do this by editing these specific lines (lineno. 40:56).

    # Login information ######################################################
    #
    # SET THESE VALUES!!
    #
    username = "YOUR USERNAME"
    password = "YOUR PASSWORD"
    ##########################################################################
    ...

Replace YOUR USERNAME and YOUR PASSWORD with your username and password, surrounded by quotation marks.
For example, if your username is foobar and your password is bazqux:

    ...
    # SET THESE VALUES
    #
    username = "foobar"
    password = "bazqux"
    ...

When this is done, you can follow the same steps as with the other plugin.

F.A.Q

  1. This plugin doesn't require my torrent pass, does this plugin provide personalized torrents?

Because the plugin logs you in for every search, this means that the torrent files you open using it are your personal ones. It's effectively no different than if you'd visit the site and download the torrent manually.

  1. PROXY mode may had issue with search engine

While using a tor relay with a socks proxy mode, you may get no results form search engines request. Setting the Poxy Mode to SOCKS4 may fix this issue. You may also use SOCKS5 but have to enable "use only for torrents" option.

Thanks to MadeOfMagicAndWires for the README template

About

Search plugins to use with qBittorrent

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages