name-to-imdb
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "name-to-imdb", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Finds IMDB ID by movie/series name (fuzzily) and optionally year and type", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ | ||
var url = 'http://sg.media-imdb.com/suggests/' + searchTerm.charAt(0) + '/' + encodeURIComponent(searchTerm) + '.json' | ||
var url = 'https://sg.media-imdb.com/suggests/' + searchTerm.charAt(0) + '/' + encodeURIComponent(searchTerm) + '.json' | ||
@@ -11,0 +11,0 @@ needle.get(url, function(err, res) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14586
8