Skip to content

Qbittorrent plugin for searching for magnet links from pages of yify.

License

Notifications You must be signed in to change notification settings

Arghnews/jr_yify_qbittorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a small qBittorrent plugin in Python3 that searches yify for magnet links. It uses and was made as a way to learn more about python's (awesome) asyncio stuff. Using asyncio means it can utilise a very small (possibly 1) number of threads (under the hood, this is an implementation detail of asyncio) to service a much greater number of connections/many webpages in parallel - particularly well suited to an I/O bound task such as this one. I do not endorse pirating movies.

Requirements

Usage

  1. Clone this repo (all you actually need is the jr_yify.py file)
  2. Add the jr_yify.py file to qBittorrent as a search plugin

About

Qbittorrent plugin for searching for magnet links from pages of yify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published