diff --git a/src/index.ts b/src/index.ts index 5e2c590..9905847 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,7 @@ import { authenticate, urlExists, isF95URL } from "./scripts/network-helper.js"; import { getUserData as retrieveUserData } from "./scripts/scrape-data/scrape-user.js"; import fetchLatestHandiworkURLs from "./scripts/fetch-data/fetch-latest.js"; import fetchPlatformData from "./scripts/fetch-data/fetch-platform-data.js"; -import { getHandiworkInformation } from "./scripts/scrape-data/scrape-thread.js"; +import { getHandiworkInformation } from "./scripts/scrape-data/handiwork-parse.js"; import { IBasic } from "./scripts/interfaces.js"; // Classes from file @@ -67,7 +67,10 @@ export async function login(username: string, password: string): Promise(query: LatestSearchQuery, limit: number): Promise