You could try that. There are some files with missing extentions/wierd names. Hence why people had trouble uploading that mega link torrent to this site probably.
If you use 7zip it should extract fine to same folder. Make sure to extract directly [Tools>Folders>Working folder: Current]
cd to folder with torrent files
ren * ??? (add more question marks if any errors)
I ran this really small python script:
import os
# path = “C:\path\to\your\torrents\to\rename”
# change the above
if __name__ == “__main__”:
for _,_,files in os.walk(path):
for filename in files:
src = path + filename
dst = path + filename + ".torrent"
os.rename(src, dst)
Could have combined first step with regex in python but could not be bothered. Now you have torrents that are shorter than 256 character paths and they are actually .torrent files. And fix the indentation because whitespace is compressed here
This archive has missing torrents and metadata. I compared my own archives from EH to this dump and stuff is missing. I can’t tell you how much it’s missing but it’s NOT COMPLETE.
The folders generally do contain what they say but there is a very small portion of wrongly tagged files. If your after full sets of certain series it is best to look elsewhere. I guess there is around 5TB of content but less will be seeded as time goes by.
Comments - 11
vampiricwulf
Thanks for making it an archive. Will seed for a week to help it get going.
jenga_tower
I see a few errors in the torrent, should I assume anything that isn’t a .torrent file just had some parsing error and rename them to .torrent files?
Classic
You could try that. There are some files with missing extentions/wierd names. Hence why people had trouble uploading that mega link torrent to this site probably.
If you use 7zip it should extract fine to same folder. Make sure to extract directly [Tools>Folders>Working folder: Current]
jenga_tower
What I ended up doing was
cd to folder with torrent files
ren * ??? (add more question marks if any errors)
I ran this really small python script:
import os
# path = “C:\path\to\your\torrents\to\rename”
# change the above
if __name__ == “__main__”:
for _,_,files in os.walk(path):
for filename in files:
src = path + filename
dst = path + filename + ".torrent"
os.rename(src, dst)
Could have combined first step with regex in python but could not be bothered. Now you have torrents that are shorter than 256 character paths and they are actually .torrent files. And fix the indentation because whitespace is compressed here
Classic
Seems like you can just drag’n’drop them into a torrent client and it loads them up even if they have missing extensions.
Wish I could start them all in one go, just need a supercomputer lol.
Ahegao
Is this the most comprehensive torrent yet?
vampiricwulf
An alternative if you wanna just scroll through all pages: https://sukebei.nyaa.si/view/2770339
Using this you can see how many we’re missing too.
asdfgh
This archive has missing torrents and metadata. I compared my own archives from EH to this dump and stuff is missing. I can’t tell you how much it’s missing but it’s NOT COMPLETE.
asdfgh
OK I think that might be because torrents were missing from exhentai itself. No torrent = not in the dump. Sad!
SomaHeir
Good?
Classic
The folders generally do contain what they say but there is a very small portion of wrongly tagged files. If your after full sets of certain series it is best to look elsewhere. I guess there is around 5TB of content but less will be seeded as time goes by.