Integrating the 1337x search plugin directly into qBittorrent is one of the best ways to streamline your downloads without having to jump back and forth between your browser and the client.
Here is a blog post guide to help you set it up and troubleshoot common issues.
How to Install and Use the 1337x Search Plugin for qBittorrent 1337x qbittorrent search plugin
Searching for torrents manually on 1337x can be a hassle, especially with redirect ads and domain changes. By installing the 1337x-qBittorrent-search-plugin
, you can find everything you need directly within the qBittorrent interface. Step 1: Enable the Search Engine Querying: The plugin sends a GET request to 1337x
Before you can add plugins, you need to make sure the search tab is visible: qBittorrent menu at the top. Search Engine
. You will now see a "Search" tab next to your "Transfers" tab. Step 2: Install the 1337x Plugin There are two easy ways to install the plugin as detailed on GitHub Option A: Web Link (Fastest) ✅ Working Method (as of 2025/2026)
Here’s a helpful, concise guide for getting the 1337x search plugin working with qBittorrent (since official plugins often break due to site changes).
Architecture:
qBittorrent search plugins are Python scripts (.py) located in the user's configuration directory. They utilize the nova2 search engine framework built into qBittorrent.
Functionality:
1337x.to/search/QUERY/1/ (or relevant proxy domains).BeautifulSoup (or re regex) to parse the HTML response and extract:
.torrent file links or magnet links on the search results page. The plugin must "deep fetch" (resolve the link). It visits the specific torrent detail page to scrape the actual magnet link.Common Failure Points:
1337x.to is down or blocked, the plugin breaks. Unlike the browser, the plugin does not automatically redirect to proxies like 1337x.st or x1337x.ws.