您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Utility library for the Internet Movie Database. Provides an API for grabbing info from IMDb.com
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.gf.qytechs.cn/scripts/390115/733074/IMDb%20Utility%20Library%20%28API%29.js
getImdbIdFromTitle(title[, year]])
title: title of the movie or show to search for
year: year it was published (optional)
getImdbInfoFromId(id):
id: RottenTomatoes ID (e.g. "tt0091080")
title: Release title
year: Release year according to IMDb
description: IMDb's description of the title
rating: IMDb rating (e.g. 6.9)
votes: Number of ratings counted
metascore: MetaCritic score according to IMDb
popularity: IMDbMeter popularity
dateFetched: Date object of when data was fetched (now)
getRtInfoFromTitle(title[, year]])
title: title of the movie or show to search for
tv: is it a TV show? (default: false)
year: year it was published (optional)
getImdbInfoFromTitle('friday the 13th', 1986);
Returns:
{ "id": "tt0091080", "title": "Friday the 13th Part VI: Jason Lives", "year": "1986", "description": "Tommy Jarvis goes to the graveyard to get rid of Jason Voorhees' body once and for all, but inadvertently brings him back to life instead. The newly revived killer once again seeks revenge, and Tommy may be the only one who can defeat him.", "rating": "6.0", "votes": "34,148", "metascore": "30", "popularity": "4,616", "fetched": "2019-09-14T05:44:46.498Z" }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址