Files
jlengrand.github.io/_posts/2012-08-30-the-pirate-patch-python-flavored.markdown
Julien Lengrand-Lambert e11060535f Replacing all links with HTTPS
2018-03-17 11:04:40 +01:00

3.1 KiB
Raw Blame History

layout, status, published, title, author, author_login, author_email, author_url, wordpress_id, wordpress_url, date, categories, tags, comments
layout status published title author author_login author_email author_url wordpress_id wordpress_url date categories tags comments
post publish true The Pirate Patch, Python Flavored Julien Lengrand-Lambert jlengrand julien@lengrand.fr https://www.lengrand.fr 723 https://www.lengrand.fr/?p=723 2012-08-30 12:54:19.000000000 +02:00
tips
Python
software
development
pirate bay
piratebay
os
id author author_email author_url date date_gmt content
1986 Ivolution Development status 35 | loup2fu https://www.lengrand.fr/2012/08/ivolution-development-status-35/ MjAxMi0wOC0zMSAxMjo1OTowOCArMDIwMA== MjAxMi0wOC0zMSAxMTo1OTowOCArMDIwMA== [...] Post navigation ← Previous [...]
id author author_email author_url date date_gmt content
18724 https://okaysorry.tumblr.com/ solomon.farncomb@hotmail.de https://okaysorry.tumblr.com/post/61581328505/plants-against-zombies-2-cheats-most-important-tips MjAxMy0xMC0xOCAyMjoxMjoyNCArMDIwMA== MjAxMy0xMC0xOCAyMToxMjoyNCArMDIwMA== Have you ever considered creating an ebook or guest authoring on other blogs? I have a blog based on the same ideas you discuss and would love to have you share some stories/information. I know my readers would value your work. If you are even remotely interested, feel free to send me an e mail.

Some of you might already have heard about The Pirate Patch (at least those who read Korben).

For several months now, the pirate bay is blocked in several countries such as Belgium or the Netherlands. Qarizma, a member of the elite.so website has developed a small utility to get around this problem. The script uses reverse-proxy on some of the mirrors of the pirate bay that are not blocked. Basically, it simply modified your host file.

I downloaded the patch and wanted to give it a try. But it is developed in windows shell and thus is only Windows compatible.

So last night, I simply looked at the source and developed a Python equivalent. This way everybody with a Python interpreter should be able to use it.

I packaged it into an executable and tried it successfully on Windows and Linux. I wait this week-end to get access to a Mac and be sure it works on all OSes.

If so, you may find it soon next to the windows version, on the elite.so website. Hope this will help some of you :)