xvideosx 1.6.2 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/lib/api/base.js +1 -1
  2. package/package.json +1 -1
package/lib/api/base.js CHANGED
@@ -1,6 +1,6 @@
1
1
  const axios = require('axios');
2
2
 
3
- const BASE_URL = 'https://www.xvideos.com';
3
+ const BASE_URL = 'https://www.xvideos3.com';
4
4
 
5
5
  const createRequest = (options = {}) => {
6
6
  return axios.create({ baseURL: BASE_URL, ...options });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xvideosx",
3
3
  "description": "xvideos.com api implementation.",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "main": "index.js",
6
6
  "license": "BSD-3-Clause",
7
7
  "repository": {