Skip to content

bugsbringer/qbit-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qBittorrent search plugins

Readme in russian

Plugins

  • LostFilm.TV
  • dark-libria.it

Installation

1.For private torrent-trackers(LostFilm):

  • Save *.py file in any convenient directory

  • Open this file using notepad or any other text editor

  • Replace text in rows EMAIL and PASSWORD with your login data
    Example:

      EMAIL = "[email protected]"
      PASSWORD = "qwerty345"
    

2.Follow the official tutorial: Install search plugins

LostFilm plugin features

  • Information about seeders and leechers in search results. (Reduces search speed)
    You can disable this functionality in lostfilm.py file:

      ENABLE_PEERS_INFO = False
    
  • Additional search queries:
    just enter it in search field

    • Favorites serials:

      @fav
      
      • New episodes in the last 7 days:

        @new
        
        • Among favorites:

          @new:fav
          
  • New in version 0.21
    Now you can change site root url, to solve the blocking issies:

    SITE_URL = "https://www.lostfilm.tv"
    

Errors

Captcha requested

Connection failed

  • Could not connect to server

Incorrect login data

  • Most likely you incorrectly filled in the authorization data