From d502f111511a1c7bfe47f240b41cd30aa2641aaf Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 30 Jun 2013 00:06:38 +0200 Subject: [PATCH] Use requests --- README.md | 5 +++-- main.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fea08af..82b3efb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ extend. Contributions welcome. ## Installing -You'll need to `pip install oursql` (this will require having the MySQL -development libraries installed). Other than that, just run main.py. +You'll need to `pip install oursql requests` (this will require having +the MySQL development libraries installed). Other than that, just run +main.py. ## License diff --git a/main.py b/main.py index 822e2df..31f2657 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -import re, oursql +import re, oursql, requests from sources.nzbindex import NzbindexSpider from sources.binsearch import BinsearchSpider