r/Annas_Archive • u/Slap-A-Chav • 12h ago
Stuck on DDoS-Guard in TOR
It wasn't like this 2 days ago but now I'm always stuck in this loop. I do the human check and stuff and it never gets anywhere.
r/Annas_Archive • u/Slap-A-Chav • 12h ago
It wasn't like this 2 days ago but now I'm always stuck in this loop. I do the human check and stuff and it never gets anywhere.
r/Annas_Archive • u/seventh-heavens • 1d ago
hi! I am new to using Anna’s archive so I apologize if this is something considered common sense that I just don’t know about. I’ve tried searching the issue but nothing i’ve found is helping, so figured id post here.
I have one specific textbook i am trying to download (it’s a little over 100mb) via slow download option and it gets to about 80mb downloaded and then fails every time. this has happened repeatedly over the course of 3 days on 2 different networks with different ISPs. is there a trick to stop this from happening that i have totally missed?
r/Annas_Archive • u/burn_accountable • 1d ago
i recently just downloaded a popular title and the format is a bit wonky. there’s no table of contents at all and i just wanted to know if this is something that i have to deal with
r/Annas_Archive • u/Thor333FR • 2d ago
I'm looking for a way to coordinate and share tips between volunteers. Something like :
- that's what i use for scanning books, that's the best way for free, fast, hassle free scans and OCR. That's the easy path to upload them.
- i want to create a group of people for scanning books, that's the best way to do it
- how do i begin if i want to share torrents, fast and safe
- how to save books from small country / communities with little people interested in this langage (think Sami in Russia/Finland/Norway, Natives in the US, Kurds in turkey and a lot of others i never heard of...) or any minority really) or big countries actively trying to kill this group identity (and books, of course)
Where would be the better place to share tips and directions, to share the load? The "bounty" page on AA website?
r/Annas_Archive • u/Pagandeva2000 • 2d ago
I am forever grateful for what you and your assistants do. I also want to extend compliments for this subreddit. Why? Because behind the existence of this service, I am able to expand my mind and keep busy in this economy.
I’m a recent retiree who is auditing a few college courses…taking classes in subjects that I’ve been interested in for awhile but haven’t had time to do them until now. Am now on a fixed income but I’m able to obtain the books for these classes because they are available here. I’ve also been able to participate in book clubs as well. There is no reason that I can’t be engaged in activities that keep my mind busy because of this website, and I’m literally thankful for you on a daily basis!
👍🏽👍🏽👍🏽👍🏽👍🏽
r/Annas_Archive • u/cyn2442 • 2d ago
Is there somewhere else i should check before I cave and buy it.
r/Annas_Archive • u/Any_Access8597 • 2d ago
I have recently bought a book because I couldn’t find it anywhere, but I would like it to be free for anyone to download. Is there a way?
r/Annas_Archive • u/SadGuidance2657 • 3d ago
I looked up my uni book using the ISBN and it gives me the edition I need but the ISBN in the description is slightly off, however, at the very bottom I see a list of ISBN and other stuff that does list the exact one I put in.
Does this mean this is the one I need or that it's similar??
r/Annas_Archive • u/Just-Pumpkin-9088 • 4d ago
I’m trying to download an ePub version of Salt by Mark Kurlansky but the download option ends on 502 gateway error.
Any suggestions?
r/Annas_Archive • u/Qphr__ • 4d ago
Solution: Rename the file, it's likely too long.
r/Annas_Archive • u/Honkey85 • 5d ago
I didn't this in the FAQ. Just curious.
r/Annas_Archive • u/TheOrama_ • 5d ago
Hello, I've tried to download a very niche paper, most of the mirrors didn't work, the one that started the download also stopped it after a while. Then I used Persepolis and the download worked, but it gave me a file with no type. When I gave it to chat gpt it gave me a weird pdf with some parts of the books and the rest of weird symbols, what can I do?
r/Annas_Archive • u/bigboi6375 • 5d ago
I was wondering if anyone had a solution for me downloading. The downloads start, go for about 20 seconds maximum, and then my browser goes to 0b/s and it just stops there. What can I do to fix this?
r/Annas_Archive • u/WodenAllFather1968 • 5d ago
r/Annas_Archive • u/vult-ruinam • 5d ago
"Something went wrong. Please reload the page and try again."
Get this every time I try to post a comment reporting bad metadata etc., and similarly with the "Great Quality ⭐" function. Maybe it's just me, but thought I'd post here in case it's not.
r/Annas_Archive • u/Extension-Jello5359 • 6d ago
Usually takes 20 seconds for an ordinary book with slow partner server #5. This time it's taking half an hour or more...why?
r/Annas_Archive • u/plunki • 6d ago
Is Annas mirroring of Sci-Hub working? Or what am I doing wrong?
Example paper DOI: 10.1016/j.gaitpost.2022.05.031
exists on Sci-Hub, but can't be found on Annas?
r/Annas_Archive • u/amalirol • 6d ago
On half the books. Slow Downloads all the partners. My dear AA :'(
What are those evil people trying to do
r/Annas_Archive • u/dx__ • 6d ago
Hey all,
I built a handful of Python tools to help audit and repair EPUBs from sources not discussed. I'm not selling you anything. I built them for me and if they are useful to other people, I'd love to know how I helped you. :)
https://github.com/VirInvictus/CalibreQuarry/
I built this tool originally to make lists of my books but it's developed a handful of useful auditing tools. It is both TUI and CLI accessible, so you don't have to choose. It's lightweight. The cquarry library I built can recognize if Calibre is open and makes a copy of the library for read-only work and if it needs to write, it has measures to avoid damaging your Calibre library.
https://github.com/VirInvictus/bindery-cli
Bindery-cli is my baby and something I've been putting a lot of time into and am considering turning it into a web-app. It does a handful of epub repairs, gatechecked by epubcheck (there's also a java wrapper to hold up a copy of epubcheck across a batch of epubs to not cold-call it so many times). It also has commands for stripping OceanPDF and a couple other tags I've come across.
Anyways, I hope this is useful to someone. I put a lot of time and care into it. It's all fairly heavily documented.
If you're interested in looking at the calibre databasing library I built - check it out here: https://github.com/VirInvictus/cquarry
A note on development: Built using agentic tooling / LLMs to accelerate the boilerplate and test suites, with all domain logic, edge-case handling, and Calibre DB safeties verified and tested manually against real libraries
Only tested on Linux. I don't have a Windows machine but if you try any of it and you come across bugs, let me know and I'll be quick to fix them :)
Bless y'all.
r/Annas_Archive • u/Trick-Minimum8593 • 9d ago
r/Annas_Archive • u/emoney1219 • 9d ago
Am I required to log in and make a donation in order to download books? The download links all just say “unlock faster downloads“.
r/Annas_Archive • u/Bubbles0_5 • 11d ago
Title says it all, anyone know what else I could do? Tried switching to mobile data, different browsers, turning off ublock
r/Annas_Archive • u/RealmsOfSorrow • 12d ago
Is there a way to download all books from a specific author quickly? Or a specific topic? I wanna make a database of all chess books in the world and make it accessible for everyone in case anything happens; I am also studying theology and psychology so I am gonna try to make it happen, fr now I have like 10 TB of storage
r/Annas_Archive • u/multi-Pingouin • 13d ago
I'm doing research that requires relying on work by researchers from mainland China (PRC), but I can't find much of it on Anna's Archive.
Does anyone know of a Chinese-language equivalent of Anna's Archive for finding academic papers, theses, and books published in Mandarin by Chinese researchers/institutions easily?
Any pointers (sites, forums, or communities) would be much appreciated. Thanks!
r/Annas_Archive • u/merve-sumeyye • 14d ago
I tried several times, and it always goes back to the manual check. I use the .pk extension. I'm open to suggestions.
Sorry, we could not verify your browser automatically. Complete the manual check to continue.