The DRM removal tool to remove DRM from ebooks was taken down from github and will most likely be taken down from gitlab soon as well. The more archives we have the better so im sharing the gitlab in hopes some Datahoarder types will archive it and keep it shared via torrents etc https://gitlab.com/bipinkrish/DeGourou

Heres an article about why it was taken down https://torrentfreak.com/internet-archive-targets-book-drm-removal-tool-with-dmca-takedown-230714/

Edit: does anyone here use https://radicle.xyz/ ? Its a p2p network built on top of git and could be a good way to host it while still being able to contribute to it besides making a .torrent for archiving

@DemSpud@lemmy.fmhy.ml
link
fedilink
English
901Y

I also uploaded a copy to the Internet Archive lmao

My man!

I’d expect it to be removed soon, since it’s been done before

Is there a working drm removal tool for kindle books?

Nix
creator
link
fedilink
English
371Y

Yeah, use calibre and the drm removal plugin https://www.cloudwards.net/remove-drm-from-kindle-books/

Amazon changed some things at the beginning of the year, they made it very difficult to get the actual file in azw format. They only let you download kindle unlimited books in their secure kfx(?) format, which current DRM removal plugins are unable to process.

If you buy the book you can goto Content & Devices and download the book in azw3 format which can be processed by the DRM removal plugin.

From what I’ve read amazon is monitoring the sites where they’re developing kfx bypass mechanisms and are sealing up those holes before a public release can be made. Which is irritating because I just hate the Kindle app and prefer MoonReader

@sus@programming.dev
link
fedilink
English
4
edit-2
1Y

I’m pretty sure someone fully cracked kfx again - they just didn’t bother to make it work for kfx directly - the newest form of azw is just zipped kfx from what I understand

about 3 weeks ago the solution was merged to the current big active deDRM fork. Amazon seems to only respond when the new workaround percolates to the big easy to use front-ends like calibri

(And I don’t think the timeline for amazon sealing up the holes is actually all that fast. The original setup was being spread on some forums for several months now, and the january update from amazon was also quite “late”)

also there’s also several forms of downgrade attacks that mean only content released after amazon’s latest fix becomes uncrackable

Cryptic Fawn
link
fedilink
English
7
edit-2
1Y

I haven’t been able to get that to work for sometime, and you need a damn kindle ereader in the first place.

I’ve stopped buying my books from Amazon and am looking for somewhere else to purchase them.

@Hhffggshn@lemmy.ml
link
fedilink
English
51Y

Mine still works. I use the kindle for pc app, but it’s an old version. I think Amazon blocked it on newer versions.

Cryptic Fawn
link
fedilink
English
21Y

Yep, that’s the issue. My old Voyage isn’t connect to my account anymore, so I can’t even use that method anymore. 😥

@Hhffggshn@lemmy.ml
link
fedilink
English
41Y

I kept a copy of the kindle installer that works. I can’t live without my de-drm.

Cryptic Fawn
link
fedilink
English
31Y

😭 Keep it safe

@bipinkrish@sh.itjust.works
link
fedilink
English
2
edit-2
8M

Hi, i am the author of the tool. I just read all the comments after 6 months, i didn’t know it was popular.

My original repo with new modifications is live on Gitea https://gitea.com/bipinkrish/DeGourou

you can visit there to get binaries or simply install through pip like

pip install git+https://gitea.com/bipinkrish/DeGourou.git

It seems like they made the same mistake as youtube-dl back in the day. If you develop a tool that can be used for piracy, do not straight up advertise that in your readme/documentation.

If you create a YouTube downloader, do not show it downloading music from major labels, use for a creative commons track for the demo instead.

And dont say in the short description of your repo that this tool is meant to steal books from an online lending library.

@homme@lemm.ee
link
fedilink
English
51Y

Anyone have the binaries?

I am glad that others saved the source code elsewhere and kept it alive. How does deDRM_tools by noDRM avoid takedown due to piracy? I use that on a regular basis, and I am afraid that it might be taken down someday, and surprised that it is alive for so long. How has it stayed alive for so long?

DebatableRaccoon
link
fedilink
English
21Y

Hasn’t ended up on someone’s radar from more luck than sense (no offence to the dev, of course) or they have worded the use case to sound enough steps away from piracy that it can’t be touched until they have some amount of proof of what it’s being used for.

Arghblarg
link
fedilink
English
181Y

Whoa, if this works it’ll greatly ease my saving of rare books… without having to reboot into Windoze to use the Adobe eBook crap and Calibre just to save an unencrypted version. Thanks!

Arghblarg
link
fedilink
English
13
edit-2
1Y

Update: This is awesome. To get it working I had to install some python3 dependencies since I’d recently upgraded my box. If the main DeGourou.py script isn’t running, try installing these:

$ pip3 install lxml pycryptodome cryptography charset_normalizer

(EDIT: just read requirements.txt it gives the above and some other dependencies. Duh.)

Then download, while logged into archive.org, your borrowed book (download link should be “URLLink.acsm”; then run

$ python3 ./DeGourou.py -f /tmp/URLLink.acsm

… and the PDF with its proper filename will be saved into the curret directory.

pip install -r requirements.txt

That’s how you install everything a project needs ;)

Arghblarg
link
fedilink
English
3
edit-2
1Y

Thank you :) I didn’t realize it was literally a script to install requirements!

It’s not. It’s a list of packages that python, when it sees the list, knows to download whilst maintaining compatibility and prevent circular dependencies (if possible)

@Zavorra@lemmy.world
link
fedilink
English
81Y

The calibre (Alf) dedrm tool can work on Linux if you have your ADE set up on wine or on a windows partition

Thorned_Rose
link
fedilink
51Y

I was going to recommend Knock as an alternative to Adobe Digital Editions that can be used from a command line in Linux but I just discovered it’s gone as well 😢

https://github.com/BentonEdmondson/knock

IIRC, Knock was basically a wrapper around this project.

CCL
link
fedilink
English
41Y

more reasons to self-host

@Cardinal@lemmy.ml
link
fedilink
English
21Y

Why not ipfs?

Nix
creator
link
fedilink
English
131Y

Ipfs has been around for like 7(?) Years and its still way too complicated for the average person. They made so many millions yet still can’t get apps with simple interfaces its quite astonishing

It seems they only care about nfts and shit-coins.

@Pulp@lemmy.dbzer0.com
link
fedilink
English
11Y

Downloading from web gateways is easy but no idea how to publish my own shit. They failed

Nix
creator
link
fedilink
English
31Y

Provably not the best idea to give developers millions and millions of dollars for an idea they don’t really care about with an almost non existent userbase since they have zero incentive to continue improving it or making it useable

@Cardinal@lemmy.ml
link
fedilink
English
21Y

Yes it’s not easy . Sometimes I don’t even know how lol

@bbigras@sh.itjust.works
link
fedilink
English
2
edit-2
1Y

https://docs.ipfs.tech/how-to/host-git-repo/

git clone --mirror https://gitlab.com/bipinkrish/DeGourou.git
cd DeGourou.git
git update-server-info

mv objects/pack/*.pack .
git unpack-objects < *.pack
rm -f *.pack objects/pack/*

ipfs add -r .
[...]
added QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW DeGourou.git

# to publish with ipns, gen a key
ipfs key gen DeGourou.git

ipfs name publish --key=DeGourou.git $(ipfs add -Qr .)
Published to k51qzi5uqu5dh9nncc56entb1nhzb6p86gwap2svciuouhioj4i6wnnfrb0jw3: /ipfs/QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW

clone with:

git clone http://k51qzi5uqu5dlsygylxnzdp2tfjymt88vnq5uqmcchhsc7uvrrq4o60n0q6o5d.ipns.localhost:8080/ DeGourou
# or
git clone http://QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW.ipfs.localhost:8080/ DeGourou

# or
- https://cloudflare-ipfs.com/ipfs/QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW
- https://cloudflare-ipfs.com/ipns/k51qzi5uqu5dlsygylxnzdp2tfjymt88vnq5uqmcchhsc7uvrrq4o60n0q6o5d

# to pin
ipfs pin add QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW
adroit balloon
link
fedilink
English
91Y

yoinked and x-posted to mastodon

Thanks for the heads-up… The streisand effect in action :)

@corm@sopuli.xyz
link
fedilink
English
41Y

Anyone got a copy?

Brad Ganley
link
fedilink
English
121Y

I cloned the repo into my gittea https://git.toad.city/brad/DeGourou

@Shikadi@wirebase.org
link
fedilink
English
01Y

Yes

@DemSpud@lemmy.fmhy.ml
link
fedilink
English
34
edit-2
1Y

I made it into a torrent here is the magnet link.

@NaoPb@beehaw.org
link
fedilink
English
11Y

Please seed

The irony of using archive.org trackers for this 😄

SirShanova
link
fedilink
English
61Y

Does anyone have the binaries, please?

@ipkpjersi@lemmy.one
link
fedilink
English
31Y

I would also like the binaries.

@bbigras@sh.itjust.works
link
fedilink
English
1
edit-2
1Y

Not the same exact files but built a min ago for the latest commit. on ipfs:

added QmVKaUTiqF6dian3cb3PEFeKk67rzV2vVANd6oJXMDo3Ur DeGourou-linux
added QmR8R2YeS4NDELvkA5bgGepnWCoGKiQ6KMvAsf1NmgcGmm DeGourou-macOS.bin
added QmYHpgVCb8xmJgvGW6s3ctppYEchjT4VJtxmW83AbQwMM8 DeGourou-windows.exe

Note that virtustotal didn’t like the windows one.

https://www.virustotal.com/gui/file/d22278fae1cd3c6f835a9ba34e2cf5cdae650b4c68fd18fa3d956eb3ea04b587

https://www.virustotal.com/gui/file/8ceec084a3219725eb4cf498a82b9aead09762bf11c09ad99e867209a048b94f

https://www.virustotal.com/gui/file/fc00cacc91c313a51ecc3b3b6fc2d48166540cf0a90437370b726f6165faf2ff

AceofSpades
link
fedilink
English
61Y

Already taken down. I tried to grab a copy but wasn’t fast enough.

@corm@sopuli.xyz
link
fedilink
English
131Y

still up for me on gitlab

AceofSpades
link
fedilink
English
21Y

Yeah. I tried to grab the binaries which are on GitHub of course.

weird still up for me, just cloned the repo locally.

AceofSpades
link
fedilink
English
11Y

I went to the releases page which links to GitHub. I will clone the repo instead.

Nix
creator
link
fedilink
English
51Y

Its still up when i go to the gitlab?

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
!piracy@lemmy.dbzer0.com
Create a post
⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don’t request invites, trade, sell, or self-promote

3. Don’t request or link to specific pirated titles, including DMs

4. Don’t submit low-quality posts, be entitled, or harass others


Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


  • 1 user online
  • 219 users / day
  • 509 users / week
  • 927 users / month
  • 4.94K users / 6 months
  • 1 subscriber
  • 3.2K Posts
  • 78.4K Comments
  • Modlog