Search found 1 match
- March 26th, 2014, 2:25 pm
- Forum: Feature Requests
- Topic: New [newzbin] Option
- Replies: 1
- Views: 1738
New [newzbin] Option
Plz can you add an option to enable or disable the use of ssl connection when fetching an nzb using the newzbin DirectNZB feature. in newzbin.py try: if _HAVE_SSL: conn = httplib.HTTPConnection(cfg.newzbin_url()) else: conn = httplib.HTTPConnection(cfg.newzbin_url()) can become something like ( i do...