Dhanush R
Dhanush R
i fixed it (with some jank) https://towu.dev/pfxeFd Rename the file to main.js and drop it into the obsidian-koreader-plugin folder in .obsidian/plugins, rewrite the old file with this one
Yep, just went through it, it's a virus
@Edgeburn Hi, this looks like an issue with `aiohttp_client_cache`. You can switch `CachedSession(...)` in the following lines to `aiohttp.ClientSession(headers=headers)` 1. https://github.com/TheOnlyWayUp/WattpadDownloader/blob/3f6eb6ed7c1bdecf4ddab95671380c066b709958/src/api/src/create_book.py#L19 2. https://github.com/TheOnlyWayUp/WattpadDownloader/blob/3f6eb6ed7c1bdecf4ddab95671380c066b709958/src/api/src/create_book.py#L40 3. https://github.com/TheOnlyWayUp/WattpadDownloader/blob/3f6eb6ed7c1bdecf4ddab95671380c066b709958/src/api/src/create_book.py#L61 This is the quick and...
Hey @Edgeburn, that sounds sickkk. Are you using Calibre to store the library? On the topic of caching, I likely won't be removing it on the master branch. Caching is...
@Edgeburn oh my god, thank you for this! We fixed this today on #22 Could've addressed this way earlier huh 😅 Give it an env file like this to operate...
Hi @michaelfeil, thank you so much for your responses! Your response on another issue helped me figure out that I needed to use the `fa` image, and now the float32...
Small fyi, it errors on crash logs (cvm/core files) in the docs dir. No complaints after I deleted em
Hey @AaronBenDaniel, thanks for the catch! On download, https://github.com/TheOnlyWayUp/WattpadDownloader/blob/85bc4609c2ffcc9563ebeb7f379711032d6fa99e/src/frontend/src/routes/%2Bpage.svelte#L149 `after_download_page` switches to true, which changes the page content. A faster way of achieving the same (clearing values and returning to...
> What do you think of this? Hey @AaronBenDaniel, lgtm! I made 'Download More' a button instead of an anchor tag - accessibility stuff.
https://github.com/TheOnlyWayUp/WattpadDownloader/blob/85bc4609c2ffcc9563ebeb7f379711032d6fa99e/src/api/src/create_book.py#L222-L223 It's one of these two lines, I believe the ncx one works, and the nav.xhtml is the file which breaks kindle compatibility. I compared the generated epub to one...