Package Details: degourou 1.3.8-2

Git Clone URL: https://aur.archlinux.org/degourou.git (read-only, click to copy)
Package Base: degourou
Description: Automate the process of getting decrypted ebook from InternetArchive without the need for Adobe Digital Editions and Calibre
Upstream URL: https://gitea.com/bipinkrish/DeGourou
Licenses: GPL
Submitter: fordprefect
Maintainer: fordprefect (bipin)
Last Packager: fordprefect
Votes: 2
Popularity: 0.009748
First Submitted: 2023-07-16 19:25 (UTC)
Last Updated: 2023-07-23 18:20 (UTC)

Latest Comments

1 2 Next › Last »

vcalv commented on 2024-02-22 20:06 (UTC)

@gun26

Try having a look at the gourou package

Read the top pinned comment and use an anonymous login.

bipin commented on 2023-07-26 14:09 (UTC)

@gun26 this is only for the ACSM file from InternetArchive

gun26 commented on 2023-07-26 14:03 (UTC)

Hi bipin, that's what I tried to do. The acsm was from OverDrive (ebook lending service via my local public library). I have an email from them with a link to their site. From OverDrive's site I can either read in a browser or download an epub which turns out to be the .acsm file. If I download more than once I get the same filename but it has a different checksum. Anyway, once I have the .acsm file downloaded, just doing: degourou -f <filename>.acsm

gets me the error message I posted in the pastebin in my last comment.

bipin commented on 2023-07-26 01:30 (UTC)

@gun26 once you get the ACSM file you should not use it on ADE, it can only decrypt for a single account. Just get the new ACSM file and use the tool on it.

fordprefect commented on 2023-07-25 19:22 (UTC) (edited on 2023-07-25 19:22 (UTC) by fordprefect)

@gun26: Have you read the examples at https://gitea.com/bipinkrish/DeGourou#user-content-usage ? As I understand it you have to log in with one call and decrypt while the session lasts. Bipin might be the right one to give firsthand advice here.

gun26 commented on 2023-07-25 18:57 (UTC)

I got this (1.3.8-2) to build and install. Apparently, I don't understand what is expected on the command line. I'm trying to read an ADE ebook that I've just downloaded, and this is what I get: https://pastebin.com/XdwVVtV9

Do I need to supply my own login to ADE? If so, how? Is it -la <my username:password> ? Or just -la before the -f and file name?

bipin commented on 2023-07-23 18:18 (UTC) (edited on 2023-07-23 18:21 (UTC) by bipin)

@fordprefect this is new to me i dont want to mess things up, also you need to replace

cd /opt/degourou
python DeGourou.py "$@"

in starter.py with

python /opt/degourou/DeGourou.py "$@"

It prevents using sudo privilege and creates result in current directory

fordprefect commented on 2023-07-23 17:34 (UTC)

yeah, sorry. That was still the way it was packaged on gitlab. I added you as co-maintainer, so you can fix stuff yourself if you feel confident. If uncertain you can always reach out.

bipin commented on 2023-07-23 17:31 (UTC) (edited on 2023-07-23 17:32 (UTC) by bipin)

@fordperfect there is error of type file not found in the line

cd "$srcdir/DeGourou-v$pkgver"

i think you have to replace the DeGourou-v$pkgver part with degourou

bipin commented on 2023-07-23 14:34 (UTC) (edited on 2023-07-23 14:38 (UTC) by bipin)

@fordprefect Thanks i didn't know that, i haven't published any packages (and never used arch) Btw I am the developer of this tool, I moved it to Gitea after seeing the comments between @gun26 and you. I am so amused seeing someone actually is using my work. Thanks for this.