this post was submitted on 19 Jun 2023
10 points (100.0% liked)
FREEMEDIAHECKYEAH
1 readers
3 users here now
๐ฟ ๐บ ๐ต ๐ฎ ๐ ๐ฑ
๐ดโโ ๏ธ Wiki / ๐ฌ Chat
Rules
1. Please be kind and helpful to one another.
2. No racism, sexism, ableism, homophobia, transphobia, spam.
3. Linking to piracy sites is fine, but please keep links directly to pirated content in DMs.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Try reverse engineering the DRM. Most DRMs are stupid simple to break. Look at the JS code or the network tab under devtools. Maybe you can get the key.
If all fails, login through a headless browser session using python + selenium and use some quick and dirty scripting to screenshot each page.
I found another site that seems to use the same backend and pdf renderer. I looked at the network tab, and it downloads a .epdf file, but I'm not sure how to open it. If you want to have a go at cracking it, here's a link to it: https://pastebin.com/w6JkNDYH
https://drive.google.com/drive/folders/1ussgvci_rGPZLrm4eLTEfkbJRv5Sgh3s?usp=sharing .. take a look into this screenshot.. it looks like all the page are in div container, every text in span container but in distorted format
I can't view this because the screenshot is not public and I don't have a Google account to request access. In general you will want to right click the div, copy its selector (or if you wanna be specific, the XPATH) and use that in selenium to save the text or the image content.
https://temp-file.org/jcwX1twb7yjgByb/preview https://temp-file.org/hIjgiABXlvinKlh/preview https://temp-file.org/TiC5Kp8vpya5YsM/preview https://temp-file.org/Z3df1Yzh47CvtIu/preview you can check on this
Seems like you can remove the header and the sidebar HTML nodes, set the width of the
pdfViewer
class to 100% and hitCtrl+P
. Alternatively you may save one "page" at a time usingCtrl+Shift+S
as described by @tumulus_scrollsyes I think the best and easy way is to take screenshot.. document is secured and text are cipher. I tried to download their videos but they blocked me from their site too..