Mispelled folder
							parent
							
								
									eb174b8470
								
							
						
					
					
						commit
						6ce792e088
					
				| 
						 | 
				
			
			@ -8,8 +8,8 @@ const urlExist = require("url-exist");
 | 
			
		|||
 | 
			
		||||
// Modules from file
 | 
			
		||||
const shared = require("./scripts/shared.js");
 | 
			
		||||
const constURLs = require("./scripts/costants/urls.js");
 | 
			
		||||
const selectors = require("./scripts/costants/css-selectors.js");
 | 
			
		||||
const constURLs = require("./scripts/constants/urls.js");
 | 
			
		||||
const selectors = require("./scripts/constants/css-selectors.js");
 | 
			
		||||
const { isStringAValidURL } = require("./scripts/urls-helper.js");
 | 
			
		||||
const gameScraper = require("./scripts/game-scraper.js");
 | 
			
		||||
const {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ const urlExist = require("url-exist");
 | 
			
		|||
 | 
			
		||||
// Modules from file
 | 
			
		||||
const shared = require("./shared.js");
 | 
			
		||||
const selectors = require("./costants/css-selectors.js");
 | 
			
		||||
const selectors = require("./constants/css-selectors.js");
 | 
			
		||||
const { preparePage } = require("./puppeteer-helper.js");
 | 
			
		||||
const GameDownload = require("./classes/game-download.js");
 | 
			
		||||
const GameInfo = require("./classes/game-info.js");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,9 @@
 | 
			
		|||
'use strict';
 | 
			
		||||
 | 
			
		||||
// Modules from file
 | 
			
		||||
const { F95_BASE_URL } = require('./costants/urls.js');
 | 
			
		||||
const {
 | 
			
		||||
    F95_BASE_URL
 | 
			
		||||
} = require('./constants/urls.js');
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @protected
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue