Left Piracy

2139 readers
29 users here now

A piracy / sharing community for leftists.

founded 5 years ago
MODERATORS
1
 
 

cross-posted from: https://lemmygrad.ml/post/7438737

I am assuming Stalin would approve of this since he literally robbed trains. Also he's so handsome. So thats why hes my thumbnail.

Recently I have kind of realized that the way I use the internet isnt as common as I thought. I don’t watch ads ever, and I pirate a lot. I thought id share some methods and hopefully help others get a better online experience.

~~So I know theres a few piracy communities around that might work for some of this stuff, but its not all piracy and I want more people to see it so here we are~~

I wanted to make this because I think a lot of people don’t realize just how easy it is to save money, and time online. Even if you know some of these methods hopefully a few will be new to you.

Time to learn how to look like this IRL

We will go through some stages. Basic, Advanced, and Torrenting methods.

Basic

First things first is the web browser we are going to use. This guide will be based on FLOORP. A Fire Fox fork. Its what I use for general web use. For more privacy centric folks switch it out for LibreWolf and all this should still work fine with some tweaking. Or any Firefox variant.

Browser Extensions: Get these from the firefox extension store.

Ublock Origin: General adblock and doesn’t need much configuring. If it doesn’t block something you want gone you can right click it and block it manually.

Alternative Player for Twitch.tv: This will add a new web player for twitch streams which will block ads in the streams. It will drop the resolution while it blocks them to 480p and say “Hiding Ads” in the corner. I am pretty sure the streamer still gets paid since it has no way to know you arent watching them.

ClearURLs: Removes tracking elements from URLs

I still don’t care about cookies: Will get rid of annoying cookie pop ups on most sites by just accepting them automatically.

Sponsorblock for YouTube – Skip Sponsorships: Names self explanatory. Community powered so some new videos wont be flagged yet. You can configure what is skipped and isnt.

A few others I find useful, Dont Track Me Google, Twitch Channel Points Autoclicker, Unwanted Twitch, Youtube-shorts block, Pinyin Web(For learning chinese), Dark Reader.

Now at this point your browser should be basically ad free and debloated. I recommend messing with FLOORPs settings if you used that its got some nice customization options.

Now lets make use of it to get some free content.

Anime: https://kaa.mx/ or https://hianime.to/tv

TV/Movies: https://movies5.online/

Overall list of pirating sites and other useful things: https://fmhy.net/ This has all kinds of stuff. Definitely worth checking out. It even has textbooks for school.

I cannot stress enough that I would not go to piracy sites without the above adblocking setup or something similar. Theyre usually full of crazy ads some of which could have malware. With ads blocked ive never had issues though.

Advanced

Music: Many people use spotify. If you do I recommend not buying premium, and instead using SpotXBash. Or the windows alternative. This one works for Linux and Mac. You run the script, and your spotify is ad free. It does require terminal usage, and theres always the risk your spotify account gets banned if they detect it. It’ll need re running every now and then as updates can mess it up. I’ve never been banned but if your worried about it make a new account for it. https://github.com/SpotX-Official/SpotX-Bash

Now you may be thinking, like I did, “I wish I didn’t have to stream my music. Just let me download it.”

Thats where spotdl comes in. https://github.com/spotDL/spotify-downloader

Theres a tutorial on getting it setup on the github. Once its ready its pretty simple you make a playlist on your newly ad free spotify, run the command spotdl with the link to it, and itll grab all the songs off youtube if theyre available. Quick and easy music piracy. Not perfect as sometimes you get music video versions but its pretty good.

I’ve downloaded hundreds of songs this way, and its nice to have when you don’t have internet, and the powers out or something.

Also if you don’t want to use youtube at all due to privacy reasons now we have a more advanced option for you. FreeTube. Its an app that works on all OS’s as far as I have seen even mobile, and works as a youtube frontend. You can even use invidious as the way to get videos for even more privacy. https://freetubeapp.io/

Torrenting

Ok if you’ve been following along this far its time to take a breather. Depending on where you are, and who your ISP is this part can be pretty risky. You might get letters in the mail, might get fined, could even get sued in some places.

That being said I can show you how to do it safely.

First we are going to buy something. Mullvad VPN. Its the only VPN id recommend getting. It is 5.50$ or so a month, and if you cancel your streaming accounts it’ll pay for itself now that you’ll be pirating stuff with it.

Once youve bought and setup Mullvad we can continue. Go here: https://mullvad.net/en/check

Its going to check that the VPN is working correctly. You should see 3 green boxes that say Using Mullvad, No DNS leaks, No WebRTC leaks. If you have that go into Mullvads settings. Under VPN settings Kill Switch, and Lockdown Mode should be turned ON. This will prevent your computer from connecting to the internet with anything but the VPN.

Now we are gong to get qBitTorrent. This is our torrenting client. Your gonna install it, click settings, advanced, and look for “Network Interface.” There will be a drop down menu. Click it and select the mullvad option. Mine is “wg0-mullvad” then click apply.

Your now ready to torrent and cannot be tracked by the other leechers or seeders. So you wont get those DMCA letters.

Now where do we find things to torrent? That wiki I linked earlier has some stuff. For games https://fitgirl-repacks.site/ is a great option. She recently repacked The Last of Us Part II remastered.

You’ll copy the magnet link, put that into Qbittorrent, and let it do its thing. Once its done you’ll pause the torrent. Assuming you don’t want to keep seeding it for other people downloading. Then open up the files and it’ll be an easy installer.

So to recap. You should no longer be seeing ads online, no longer be paying for stupid streaming services, and be getting lots of music, and games for free. Plus you get the added bonus of making liberals and capitalists mad by not giving them your money. If your well off take the money you saved and do mutual aid, if your poor like me and couldn’t afford this stuff anyway, enjoy!

P.S. If you are worried about not supporting certain independent creators and stuff while doing this keep in mind direct donations are still an option for pretty much everything. Most youtubers have a patreon or something for example.

Corporation simps when they find out you arent giving Disney all your money:

2
1
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 
 

I have spent a long time trying to figure out why Steam DRM games work fine with wine but not with Proton and umu-launcher. This has bothered me to no end because Lutris is increasingly leaning on Proton and umu-launcher instead of normal wine.

Steam's DRM is minimal and easy to circumvent. I imagine this is intentional. Normally I would just replace the Steam related DLL files in a game with their counterpart from goldberg emulator or gbe_fork and the game would run fine with wine. With Proton however it wouldn't run. From reading the logs it was clear to me that this was related to Steam but I wasn't sure how exactly. At first I thought that because Proton comes complete with Steam's runtime, maybe some Steam DLL file was taking preference over the game's but this is was incorrect.

I have spent so much time trying to understand what the fuck was going on. Even tried reading some brain melting C source code but to no avail. Eventually I found the answer here:

Doesn't Proton does a lot of fuckery to basically bridge all steam call to linux side? I never used it, so my knowledge about that is limited. From a quick look at code, it hijack dll loading code and could be disabled by setting PROTON_DISABLE_LSTEAMCLIENT 1. https://github.com/ValveSoftware/wine/blob/488fb296dda334a1e8555a9dd8f5cbe09be2afe5/dlls/ntdll/loader.c#L2294

This fixed the problem. Using the env variable PROTON_DISABLE_LSTEAMCLIENT=1 allows me run pirated Steam DRM protected game. This is crazy because if you Google "PROTON_DISABLE_LSTEAMCLIENT" there are zero hits for it. Thankfully a gbe_fork contributor was able to divine a solution by looking at source code of Valve's wine fork. So I wanted to document this.

Of course this is not the only solution. You can also use Steamless to rip out Steam's DRM entirely from the game's exe but I prefer using goldberg or gbe_fork because it is easier to do.

3
 
 
  • Tracker's Name: BTSchool
  • Link: https://pt.btschool.club/
  • Description: A Chinese General tracker, has English and Chinese content, new torrents have 5-days freeleech. New users have a newbie task (not very difficult): within one month, they must seed for a certain period of time and achieve a specified amount of upload and download traffic (e.g., 50GB).
  • Registered Users: 41K
  • Torrent: 172K
  • Seeding Peers: 1.8M
  • Total Size of Torrents: 6PB

Should remain open for 8 or so hours more after the submission of the post.

There is that particular Chinese TV show that I always wanted to watch which I will now be able to download. Unfortunately I don't think I will be able to fulfill their newbie requirements so I will be kicked out eventually but hopefully I get that show before that.

4
1
ROMs Thread (lemmygrad.ml)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 
 

I didn't know we had a community for piracy. I made a comment on Hexbear with some links to safely download ROMs, so I thought that it was a good idea to make a post here now that I found this comm.

For general emulation:

Emulation General Wiki is the best place to know what emulators are there for each system and which ones are recommended to use. It also have links to BIOS files that these emulators might need.

For the ROMs:

GitHub hosted page from r/roms megathread is great and have a lot of stuff, it is the most complete aggregator and has basically anything you might want. By default it links you to Myrient, which you can also just access directly, but the r-roms site also provide other sources, like collections hosted in the Internet Archive, NoPayStation and hShop, translated ROMs and BIOS files for emulators. If you need/want one single place for everything, this is the closest you'll get, I highly recommend it.

Archive.org's page of ROMs verified to work with RetroAchievements. If you’re lost and don’t know how to access or download the ROMs, just click the show all button on the right. You’ll probably need an account to download anything tho.

Myrient probably have the biggest collection of games archived. It should be your default go-to for your ROMs needs. Highly recommended.

And Since navigating Myrient can be a bit tiring, you can use this search engine made specifically for it. Here's the source code.

Vimm’s Lair have a lot of games, but downloads are slow. It also has recently dealt with a multitude of DMCA strikes, so a lot of stuff might be missing, still, it's a great preservation effort and an option to safely download ROMs.

NoPayStation for PSP, PSVITA and PS3 games, updates and DLC. It downloads content directly from Sony’s CDN. While I linked the browse page by default, if you go to the home page, you can also find links to install it directly to your consoles if you want.

hShop for 3DS games, updates and DLC. In the home page linked you can also find a link to install it directly into your console if you want.

WiiUDownloader for Wii U games, updates and DLC. It downloads content directly from Nintendo’s CDN.

NXBrew for Switch games. I’m not a big fan of this site, but it’s the best one I found. I just suggest you use uBlock Origin and ViolentMonkey with this script and it should be mostly safe.

That’s basically it. I have been downloading a bunch of ROMs lately and that’s basically all I have gathered so far. I've also heard of CDRomance, but I never used it before, so I can't tell how safe it is.

Storage and compression:

One problem you may encounter is storage space for all your ROMs. This usually becomes a problem with PS3, Xbox 360 and Switch games since these games tend to be various gigabyte in size. And the worst part is that you can’t really compress these games right now, the only solution is to buy more storage, unfortunately.

For other systems tho, you can usually compress .cue and .iso files into .chd files and most emulators will work with it. I highly recommend this post on the RetroGameCorps website (it also covers most systems below).

Gamecube and Wii games can be compressed into .rvz files inside Dolphin emulator, just right click on the game and click on convert.

Wii U games can be converted to .wua files inside Cemu emulator. This is specially handy because instead of having a bunch of folders and files, it's a single file for the entire game like any .iso file, with the advantage of also including updates and DLC directly in the same file.

Finally, there’s DS and 3DS games where you can’t compress it, but you can trim the ROMs since it usually contain a lot of garbage data that is useless for running the game, just don’t use it on any ROM Hacks because it might make them stop working. This is the program I use to trim the ROMs. If you're on Linux like me, it works fine on Wine, I personally just have it set up in Bottles.

5
 
 

NEED ASAP

6
 
 

IMDB link: https://www.imdb.com/title/tt11423784/

All public torrents I have found are dead. Anyone knows a place where I can find this movie in decent quality? (At least 1080p.) Thanks.

7
 
 

Not posting links since I am on a phone but recently Nintendo of America filed a suit against Tropic Haze LLC, the LLC behind said emulators. Yesterday, Tropic Haze settled with Nintendo. They are to pay $2.4 million in damages and have to stop distributing (and maybe working on) Yuzu. Yuzu and Citra git repositories are gone from GitHub.

The tactic used by Nintendo was targeting the monetisation practices by the devs. They had a Patreon with paywalled early access builds. So the "emulation is legal" argument was irrelevant here. They also mention how Yuzu was used to play the leaked ROM of Tears of the Kingdom, the latest overhyped Zelda game.

It is a bit sad we won't be able to play overhyped Nintendo console exclusives anyone through Yuzu. There is still Ryujinx but from my experience it is more resource heavy. Also I don't know about its future. I tried finding if its devs commented on this news but have not come across anything like that so far.

8
 
 

Right now I'm looking forward to watching two movies: "The Boy and the Heron" and "Godzilla Minus One"

Neither is on streaming services or BluRay yet. Which means that good quality torrents (IMO at least web-rip) are not available yet.

Is there a good way of figuring out when a decent torrent is available? I don't mean setting up some service like sonarr/radarr because those seem overkill (though my mind on this can be changed with a persuasive argument). Rather maybe some website I can check? Thanks.

9
 
 

cross-posted from: https://lemmy.dbzer0.com/post/13532369

DDoS secrets responsible for hosting leaks such as EpikFail and BlueLeaks will stop its activities, I would like help from anyone who has space left so we can download everything and keep seeding.

Torrent download links: https://data.ddosecrets.com/

10
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
11
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

i recently canceled my spotify subscription, so i'm looking to download whole albums and if possible download whole discography easily instead of individual songs

Edit: thank you all comrades for the recomendations!

12
 
 

I had to buy this album since I could not find it online. If possible please share it on torrent trackers or soulseek since it is a good album.

my_own_ghibli_world.7z

13
 
 

why using private trackers if you can use open directories?

14
1
interreflections (pirate-bays.net)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

Well worth the watch. Peter Joseph have learn a lot since zeitgeist.

15
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

For the comrades who need it.

Educational section from FMHY (courses/books/ect) since the main page doesn't list it directly.

16
 
 

I actually paid for a course but there's no simple way to get it working on a TV without just having it on a USB drive. I tried the pirate bay but it the course is 5 years old on it.

17
 
 
18
 
 

I found this but it's understandably low quality since the show is old. I was wondering if it exists in high definition somewhere. Maybe it was remastered on something like that seeing how it is a classic.

19
1
Regel (lemmygrad.ml)
submitted 2 years ago by [email protected] to c/[email protected]
 
 
20
 
 

cross-posted from: https://lemmy.world/post/1330512

Below are direct quotes from the filings.

OpenAI

As noted in Paragraph 32, supra, the OpenAI Books2 dataset can be estimated to contain about 294,000 titles. The only “internet-based books corpora” that have ever offered that much material are notorious “shadow library” websites like Library Genesis (aka LibGen), Z-Library (aka B-4ok), Sci-Hub, and Bibliotik. The books aggregated by these websites have also been available in bulk via torrent systems. These flagrantly illegal shadow libraries have long been of interest to the AI-training community: for instance, an AI training dataset published in December 2020 by EleutherAI called “Books3” includes a recreation of the Bibliotik collection and contains nearly 200,000 books. On information and belief, the OpenAI Books2 dataset includes books copied from these “shadow libraries,” because those are the most sources of trainable books most similar in nature and size to OpenAI’s description of Books2.

Meta

Bibliotik is one of a number of notorious “shadow library” websites that also includes Library Genesis (aka LibGen), Z-Library (aka B-ok), and Sci-Hub. The books and other materials aggregated by these websites have also been available in bulk via torrent systems. These shadow libraries have long been of interest to the AI-training community because of the large quantity of copyrighted material they host. For that reason, these shadow libraries are also flagrantly illegal.

This article from Ars Tecnica covers a few more details. Filings are viewable at the law firm's site here.

21
 
 

I'm searching for a certain windows activation tool that I know was there but don't remember the name. Also would be cool to have that archive saved in here somewhere.

22
 
 

Not sure where to post this so I'll put it here.

I had some problems with data at first but at the end of the day It was well worth it 👍

My phone's battery and performance are just as mediocre as before, but at least the phone is way more usable now and it supports apps that couldn't be installed before (such as Jerboa, my phone had Android 7.1.1 💀).

My phone cost me I think like 200€ back in 2018 and while the battery has certainly degraded, it was originally really big so I don't feel the need to get a new phone, especially now that I put Android 13 in it.

23
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

cross-posted from: https://lemmy.world/post/274818

tldr: a huge torrent of books straight from the academic publisher De Gruyter

cross-posted from: https://teddit.net/r/DataHoarder/comments/1463ah3/degruyter_collection/

Trying again because reddit filters, let's see if I get it right this time.

After months of scraping I finally finished downloading almost every single degruyter book to which I have access, which are many. And so I created a torrent.

magnet:?xt=urn:btih:76f573241a0126fb1ab0aa5540cc7493c045ae74&dn=Degruyter%20Imprints%20v2%20%5b09-06-23%5d&tr=http%3a%2f%2fatrack.pow7.com%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.cyberia.is%3a6969%2fannounce&tr=udp%3a%2f%2fretracker.lanta-net.ru%3a2710%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopentra

The content of the torrent is pretty much these https://www.degruyter.com/search?query=*&startItem=0&pageSize=10&sortBy=mostrecent&documentVisibility=all&documentTypeFacet=book&publisherFacet=De+Gruyter%7EDe+Gruyter+Oldenbourg%7EDe+Gruyter+Saur%7EDe+Gruyter+Mouton

Neither the files nor the series are renamed. They all bear the original filenaming which is much better since it can easily be keyed to the book's unique page.

Note: this torrent includes only the abovementioned degruyter imprints. In the upcoming weeks I will create a second torrent, with the degruyter partner publishers: about 100k books from these publishers

https://i.imgur.com/mSKrLto.png And in few months the last torrent which will include the degruyter journals.

This endeavour would have not been possible were not for all the people that granted me academic access, wrote scripts for me, helped me ensure the integrity of the files, and so on. Sadly many files, especially epubs, are corrupted or downright missing at the source. There are also some dupes that, being part of multiple series and subseries, were downloaded twice. Total torrent size is about 2tb.

https://i.imgur.com/BjqsUqJ.png of course everything is actively being shared with nexus/annas/libgen as well as private groups and friends and the classicist discord channel. I did not waste months so I could jerkoff on the big numbah, therefore I want the files to be shared and reshared as much as possible in order to grant indirect academic access to all those students (me being one) whose universities cannot afford degruyter subscriptions.

Last note: all the files are retail untouched (according to BIB standards, if anyone here is a member). So if some epub has shitty formatting blame the publisher.

: fixed magnet url

24
1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
 

I just set up my first Plex server and found that I have to convert all of my totally legally obtained MKVs to MP4s to run on Plex.

Right now I'm encoding them with HandBrake and it's taking ~30 mins per file and using 100% of my CPUs capacity (running around 80 degrees C).

Is this how most of you guys do it? or am I missing something? I'm concerned about hurting the lifespan of my CPU. Would using my GPU to encode be a better option?

25
 
 

All that is left is a blank page stating the following:

Hello guys:

We have decided to close soap2day forever.

We are very sorry :)

Bye

Soap2day Team

view more: next ›