Package Exports
- imdb-listimporter
- imdb-listimporter/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (imdb-listimporter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
imdb-listimporter
Axios-based IMDb list importer for node.
About
The imdb-listimporter package allows you to import the contents of publicly visible user lists from IMDb.
Features
Import user Watchlists by providing either a URL to the user profile, or just the user ID.
Import user lists by providing either a URL to the list, or just the list ID
Import data as either a 2D array of strings, or parsed into Film objects
Can specify which fields to include or exclude
Of course the lists must be set to be publicly visible. I'm not a magician.
Can take up to several seconds, especially if the input is a user profile or ID, because IMDb response times tend to be long
Soon on npm.