Use requests

master
Sven Slootweg 11 years ago
parent e8cf644062
commit d502f11151

@ -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

@ -1,4 +1,4 @@
import re, oursql
import re, oursql, requests
from sources.nzbindex import NzbindexSpider
from sources.binsearch import BinsearchSpider

Loading…
Cancel
Save