Private GIT

Skip to content
Snippets Groups Projects
Commit 8e3d0510 authored by GaetanCambier's avatar GaetanCambier
Browse files

Update t411.py

Bypass new protection of t411 site
parent c48fc02d
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ class T411Provider(generic.TorrentProvider):
self.cj = cookielib.CookieJar()
self.opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(self.cj))
self.opener.addheaders = [('Content-Type', 'application/x-www-form-urlencoded'),('User-Agent', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)')]
self.url = "http://www.t411.me"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment