diff --git a/src/scripts/latest-fetch.ts b/src/scripts/fetch-latest.ts similarity index 100% rename from src/scripts/latest-fetch.ts rename to src/scripts/fetch-latest.ts diff --git a/src/scripts/platform-data.ts b/src/scripts/fetch-platform-data.ts similarity index 100% rename from src/scripts/platform-data.ts rename to src/scripts/fetch-platform-data.ts diff --git a/src/scripts/post-parser.ts b/src/scripts/post-parse.ts similarity index 100% rename from src/scripts/post-parser.ts rename to src/scripts/post-parse.ts diff --git a/src/scripts/scraper.ts b/src/scripts/scrape-thread.ts similarity index 99% rename from src/scripts/scraper.ts rename to src/scripts/scrape-thread.ts index 313fe24..8ffc5bd 100644 --- a/src/scripts/scraper.ts +++ b/src/scripts/scrape-thread.ts @@ -11,7 +11,7 @@ import { getJSONLD, TJsonLD } from "./json-ld.js"; import { selectors as f95Selector } from "./constants/css-selector.js"; import HandiWork from "./classes/handiwork/handiwork.js"; import { TRating, IBasic, TAuthor, TExternalPlatform, TEngine, TStatus, TCategory } from "./interfaces.js"; -import { ILink, IPostElement, parseCheerioMainPost } from "./post-parser.js"; +import { ILink, IPostElement, parseCheerioMainPost } from "./post-parse.js"; //#region Public methods /** diff --git a/src/scripts/user-scraper.ts b/src/scripts/scrape-user.ts similarity index 100% rename from src/scripts/user-scraper.ts rename to src/scripts/scrape-user.ts diff --git a/src/scripts/searcher.ts b/src/scripts/search.ts similarity index 100% rename from src/scripts/searcher.ts rename to src/scripts/search.ts