Welcome Guest ( Log In | Register )

16 Pages V « < 14 15 16 >  
Reply to this topicStart new topic
> DMM and DLsite Book (.dmmb/.dlst) Image Ripper

 
post Oct 16 2024, 12:29
Post #291
sing901420



Lurker
Group: Recruits
Posts: 6
Joined: 21-May 23


QUOTE(netstardust @ Sep 29 2023, 22:23) *

Yep thanks I did google pretty thoroughly before posting, but wasn't able to find v1.1.8 hosted anywhere. My preference is to stay as current as possible. Since software.informer.com only has v1.1.4 I was hoping someone on the forum would have an old installer for 1.1.8 on their drive or something like that. (IMG:[invalid] style_emoticons/default/smile.gif)

do you have older installer ?
thank you
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 22 2024, 20:16
Post #292
NaNoNaX



Lurker
Group: Recruits
Posts: 5
Joined: 7-May 20
Level 41 (Artisan)


Hi, does anyone know how to decrypt this type of files? (DLsite Play)
(IMG:[s8d7.turboimg.net] https://s8d7.turboimg.net/t1/106185906_DLsite__-_R18.png)

This post has been edited by NaNoNaX: Oct 22 2024, 20:21
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 20 2024, 17:00
Post #293
qdddswedf



Casual Poster
***
Group: Members
Posts: 222
Joined: 11-May 15
Level 99 (Lord)


Who can extract the e-book from toranoana?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 4 2024, 01:59
Post #294
kiraykex



Newcomer
*
Group: Members
Posts: 12
Joined: 24-October 23
Level 158 (Destined)


Anyone have an old copy of DMM viewer? The latest one isn't working for the knife.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 7 2024, 08:17
Post #295
Andy Waltfeld



Surprisingly Old Salt
****
Group: Members
Posts: 285
Joined: 31-January 09
Level 137 (Lord)


Happy to report the knife still works on DLs●te Viewer 1.1.10.3 for archives with a page-by-page streaming directory.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 13 2024, 09:30
Post #296
fzsky



Lurker
Group: Recruits
Posts: 6
Joined: 12-October 09
Level 105 (Lord)


The method below for DLSite browser viewer no longer works. It seems they changed the way of encrypting the images or something, as the images now appear as encrypted texts in the DevTools. This includes all the books I've purchased prior to such change.

QUOTE(Nalien @ Oct 11 2020, 22:59) *

My guide was for DMM. I checked the DLSite browser viewer. There are 3 canvases for the current, previous and next pages, and the pages can be downloaded even while they aren't visible (unlike DMM). So you should execute
CODE
filename = 1
a = document.createElement('a')

function downloadCanvas() {
    canvases = document.querySelectorAll('canvas')
    for (canvas of [canvases[1], canvases[0], canvases[2]].filter(canvas => canvas)) {
        a.href = canvas.toDataURL('image/jpeg')
        a.download = filename++
        a.click()
    }
}

downloadCanvas()

after moving 1 page forward once, then
CODE
downloadCanvas()

every 3 pages. You will probably have to manually fix the numbers of the last pages if their count isn't a multiple of 3.

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 14 2024, 10:16
Post #297
alexthehippocroc



Lurker
Group: Recruits
Posts: 6
Joined: 16-January 16
Level 32 (Journeyman)


Any luck regarding CypherGuard .cpd files?

I noticed someone uploaded this new doujin, which is encrypted by CypherGuard. I wonder how they managed to rip the images. Did they simply screenshot it from the DLsite viewer?

[www.dlsite.com] https://www.dlsite.com/maniax/work/=/produc...RJ01300063.html
https://e-hentai.org/g/3156775/2311e28452/
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 16 2024, 15:18
Post #298
rurumax



Lurker
Group: Recruits
Posts: 9
Joined: 2-February 13
Level 59 (Expert)


This doujinshi can be downloaded in both dlst and cpd.
If you extract it from the dlst side, you don't need cpd.

QUOTE(alexthehippocroc @ Dec 14 2024, 08:16) *

Any luck regarding CypherGuard .cpd files?

I noticed someone uploaded this new doujin, which is encrypted by CypherGuard. I wonder how they managed to rip the images. Did they simply screenshot it from the DLsite viewer?

[www.dlsite.com] https://www.dlsite.com/maniax/work/=/produc...RJ01300063.html
https://e-hentai.org/g/3156775/2311e28452/

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 16 2024, 19:13
Post #299
alexthehippocroc



Lurker
Group: Recruits
Posts: 6
Joined: 16-January 16
Level 32 (Journeyman)


QUOTE(rurumax @ Dec 16 2024, 08:18) *

This doujinshi can be downloaded in both dlst and cpd.
If you extract it from the dlst side, you don't need cpd.


Then how about ones that are only viewable via browser or Cypherguard?

Attached Image

This post has been edited by alexthehippocroc: Dec 16 2024, 19:14
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 17 2024, 13:29
Post #300
rurumax



Lurker
Group: Recruits
Posts: 9
Joined: 2-February 13
Level 59 (Expert)


There is no publicly available method for removing CypherGuard PDF protection.
Display it on DLsite Play and save the canvas with "Capture node screenshot".

The encryption for DLsite Viewer is also done by the CypherGuard Library, so if the author of knife wanted to, he might be able to decrypt the cpd as well.

QUOTE(alexthehippocroc @ Dec 16 2024, 17:13) *

Then how about ones that are only viewable via browser or Cypherguard?

Attached Image

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 17 2024, 20:10
Post #301
fdshffadf



Lurker
Group: Lurkers
Posts: 1
Joined: 8-February 20
Level 19 (Novice)


QUOTE(城夜未央 @ Mar 21 2020, 14:49) *

Hi, I uploaded an old dlsite viewer, and remember to close the update prompt window. (IMG:[invalid] style_emoticons/default/smile.gif)
Download:

THANKS A MILLION DUDE (IMG:[invalid] style_emoticons/default/wub.gif) (IMG:[invalid] style_emoticons/default/wub.gif) (IMG:[invalid] style_emoticons/default/wub.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 19 2024, 21:20
Post #302
bakahaito



Lurker
Group: Recruits
Posts: 5
Joined: 17-December 16
Level 112 (Ascended)


Is there an up to date guide/method that works on DMM reader?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 28 2025, 00:37
Post #303
Attacktitan6



Lurker
Group: Lurkers
Posts: 2
Joined: 22-April 21


QUOTE(Pillowgirl @ May 14 2018, 15:04) *

Yes.

what method is it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 8 2025, 13:48
Post #304
qdddswedf



Casual Poster
***
Group: Members
Posts: 222
Joined: 11-May 15
Level 99 (Lord)


I searched how to break cypherguard pdf drm in Gemini and it said MITM may works. Is it true?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 11 2025, 22:16
Post #305
IcedMatcha



Lurker
Group: Gold Star Club
Posts: 4
Joined: 30-December 09
Level 64 (Master)


Just wanted to confirm that the Knife still works with dmm, at least with the x64 version. Spared me the hassle of turning off and on javascript, then saving each image manually in the webviewer, so many thanks for that!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 21 2025, 07:26
Post #306
Jo.To



Scanner, Encoder, Gamer, and Worn Out
******
Group: Gold Star Club
Posts: 950
Joined: 22-May 09
Level 77 (Expert)


so what about fexlpub and other **pub files?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 28 2025, 06:37
Post #307
oyakikoki



Newcomer
*
Group: Gold Star Club
Posts: 36
Joined: 30-December 23


After April 15th, digital data will no longer be available for download from DLsite.

[info.eisys.co.jp] https://info.eisys.co.jp/dlsite/514b32eeb37...24?locale=en_US

Currently, DLsite is the best source for R-18 commercial manga.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 28 2025, 12:46
Post #308
-terry-



Veteran Poster
********
Group: Global Mods
Posts: 2,655
Joined: 9-August 19
Level 500 (Ponyslayer)


It sounds like they are changing things regarding DLsite viewer (or "special viewer") / Cypherguard PDF, not locking plain images or pdf files down as well.

>Please note that works with the file format "PDF" will remain downloadable.

I am unsure if this is better or worse than before. But it doesn't appear to affect anything that is not DRM protected.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 1 2025, 18:43
Post #309
bunnygunny



Newcomer
**
Group: Members
Posts: 73
Joined: 28-May 14
Level 279 (Ascended)


so with DLsite viewer out, how should we deal with their Comic Viewer? Is there anyway to extract images from these yet?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 7 2025, 19:59
Post #310
Soyungundam



Newcomer
*
Group: Members
Posts: 22
Joined: 21-September 12
Level 112 (Lord)


Hi, what's the current method for extracting a dlst file?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


16 Pages V « < 14 15 16 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 10th May 2025 - 18:42