big change in the results returned by the api

This commit is contained in:
Wise Colt
2020-04-29 13:36:31 +03:00
parent 87b8350376
commit fd58d43568
5 changed files with 247 additions and 301 deletions

View File

@@ -1,12 +1,10 @@
const GetFlix = require('../index');
const getflix = new GetFlix('d9d6007d1bcf12043db5a085ae3e5bbb');
const getInfo = async () => {
try {
const info = await getflix.getNetflixInfo(81159258);
// const info = await getflix.get(80241239, 'en-EN', 'tr');
console.log(info);
getInfo = async () => {
try {
const info = await getflix.getNetflixInfo(81082225, 'en-EN', 'en');
console.log(info);
} catch (error) {
console.log(error);
}