xvideosx 1.4.8 → 1.4.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,10 +30,10 @@ const newFresh = async ({ url, puppeteerConfig } = {}) => {
30
30
  url,
31
31
  });
32
32
  }
33
- return result;
34
33
  });
35
34
  return data;
36
35
  });
36
+ return result;
37
37
  } finally {
38
38
  if (browser) await browser.close();
39
39
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xvideosx",
3
3
  "description": "xvideos.com api implementation.",
4
- "version": "1.4.8",
4
+ "version": "1.4.9",
5
5
  "main": "index.js",
6
6
  "license": "BSD-3-Clause",
7
7
  "repository": {