xvideosx 1.5.4 → 1.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ const newFresh = async ({ url, puppeteerConfig } = {}) => {
26
26
 
27
27
  title,
28
28
  url,
29
- imgSrc: thumbNail,
29
+ thumbNail,
30
30
  duration,
31
31
  name,
32
32
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xvideosx",
3
3
  "description": "xvideos.com api implementation.",
4
- "version": "1.5.4",
4
+ "version": "1.5.5",
5
5
  "main": "index.js",
6
6
  "license": "BSD-3-Clause",
7
7
  "repository": {