IMDb Scout

Add links from IMDb pages to torrent sites -- easy downloading from IMDb

当前为 2016-06-01 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
kannibalox
评分
0 0 0
版本
4.3.2
创建于
2014-08-07
更新于
2016-06-01
大小
46.7 KB
许可证
暂无
适用于

IMDb-Scout

Add links in IMDb pages to torrent sites -- easy downloading from IMDb

Contributing

The Github repository is the best place to report bugs and submit changes, however I will still make an effort to check the GreasyFork page or any other relevant places.

Adding new sites

Inside the script, there is a list of dictionaries that contains of all the sites, and the data necessary to check IMDb against them. Each site is a dictionary with the following attributes:

  • name: The site name, abbreviated
  • searchUrl: The URL to perform the search against, see below for how to tailor the string to a site
  • matchRegex: The string which appears if the searchUrl doesn't return a result
  • postiveMatch (optional): Changes the test to return true if the searchUrl does return a result that matches matchRegex
  • TV (optional): If true, it means that this site will only show up on TV pages. By default, sites only show up on movie pages
  • both (optional): Means that the site will show up on both movie and TV pages

To create a search URL, there are four parameters you can use inside the URL:

  • %tt%: The IMDb id with the tt prefix (e.g. tt0055630)
  • %nott%: The IMDb id without the tt prefix (e.g. 0055630)
  • %search_string%: The movie title (e.g. Yojimbo)
  • %year%: The movie year (e.g. 1961)

See the script for examples.

Versioning

Follows a bastardization of the semver standard:

  • Patch versions will not change behavior, only the URL/settings for trackers.
  • Minor versions will definitely change code, although behavior may in fact remain the same.
  • Major versions will definitely change behavior, although it will only be increased at the discretion of the current maintainer.