From b632574b6ea5b2a58abc7b087e5e10b8621bd7ac Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 8 Oct 2024 04:58:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/extract-kindle-book.ts | 40 -------------------------------------- 1 file changed, 40 deletions(-) diff --git a/src/extract-kindle-book.ts b/src/extract-kindle-book.ts index 77e10d2..c50e3f5 100644 --- a/src/extract-kindle-book.ts +++ b/src/extract-kindle-book.ts @@ -444,44 +444,4 @@ function parseTocItems(tocItems: TocItem[]) { } } -// fetch( -// 'https://read.amazon.com/service/mobile/reader/startReading?asin=B0819W19WD&clientVersion=20000100', -// { -// headers: { -// accept: '*/*', -// 'accept-language': 'en-US,en;q=0.9', -// 'device-memory': '8', -// downlink: '10', -// dpr: '2', -// ect: '4g', -// priority: 'u=1, i', -// rtt: '50', -// 'sec-ch-device-memory': '8', -// 'sec-ch-dpr': '2', -// 'sec-ch-ua': -// '"Google Chrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"', -// 'sec-ch-ua-mobile': '?0', -// 'sec-ch-ua-platform': '"macOS"', -// 'sec-ch-viewport-width': '1728', -// 'sec-fetch-dest': 'empty', -// 'sec-fetch-mode': 'cors', -// 'sec-fetch-site': 'same-origin', -// 'viewport-width': '1728', -// 'x-adp-session-token': null, -// cookie: null, -// Referer: 'https://read.amazon.com/?asin=B0819W19WD&ref_=kwl_kr_iv_rec_1', -// 'Referrer-Policy': 'strict-origin-when-cross-origin' -// }, -// body: null, -// method: 'GET' -// } -// ) - -// fetch( -// 'https://k4wyjmetadata.s3.amazonaws.com/books2/B0819W19WD/da38557c/CR%21WPPV87W8317H7FWJRF6JFMVE7SJY/book/YJmetadata.jsonp', -// { -// method: 'GET' -// } -// ) - await main()