This plugin is part of search plugin system.
This search plugin will get results from http://iptorrents.com.
rss_key
, uid
, and password
strings are required:
iptorrents:
rss_key: xxxxx
uid: xxxxx
password: xxxxx
If you would like to search within a custom category, you can use the category
list option:
iptorrents:
rss_key: xxxxx
uid: xxxxx
password: xxxxx
category:
- all
This list can contain one or more of the following:
all
Movie-3D
Movie-480p
Movie-BD-R
Movie-BD-Rip
Movie-DVD-R
Movie-HD-Bluray
Movie-Kids
Movie-MP4
Movie-Non-English
Movie-Packs
Movie-XviD
TV-all
TV-Sports
TV-480p
TV-MP4
TV-Non-English
TV-Packs
TV-Packs-Non-English
TV-SD-x264
TV-Web-DL
TV-x264
TV-XVID
Note: these categories may change over time, it is recommended to check IPTorrents for up-to-date category names.
You can also specify the category number directly from IPTorrents if it is not listed above:
iptorrents:
rss_key: xxxxx
uid: xxxxx
password: xxxxx
category:
- Movie-HD-Bluray
- Movie-MP4
- 22
If you would only like to search for freeleach content, use the free
boolean option:
iptorrents:
rss_key: xxxxx
uid: xxxxx
password: xxxxx
free: True
rss_key
rss_key
can be found under "Passkey" in the IPTorrents account page:
uid
and password
Both uid
and password
are located inside the IPTorrents cookie.
To view this in the Chrome browser, first navigate to http://iptorrents.com and login.
Open Chrome options -> More tools
-> Developer tools
(Or press Ctrl+Shift+I):
Choose Applications
(n.b. not Resources
) in the newly-opened tab:
Navigate to IPTorrents
under Cookies
. uid
and password
are listed there:
IPTorrents has been observed to return 429: Too Many Requests
errors when searching for a large number of TV series or movies with alternate_name
configurations. The plugin defaults to a 2 second delay between searches, but this can be configured differently using the domain_delay
plugin.