|
|
db75cba06a
|
Rewrote most of search. Now we use docopt instead of argparser for parsing input arguments. Changed indentation to 3 spaces from 4 tabs. Added logging, this is where the parent logger for the project is defined. Main function changes things like logging level and makes sure that the query is defined.
|
2017-12-22 11:47:10 +01:00 |
|
|
|
7da6975243
|
Now we don't only select our bluray, but all our matches from the query.
|
2017-11-19 00:08:41 +01:00 |
|
|
|
8ec95cf216
|
Added a todo for changing default site.
|
2017-11-18 23:44:29 +01:00 |
|
|
|
655259c146
|
Changed default site to piratebay and added a description on how to change it in our readme.
|
2017-11-18 23:34:29 +01:00 |
|
|
|
bc826db4de
|
Reads from the changed config file name and removed some variable declaration that is no longer in use.
|
2017-11-18 23:33:20 +01:00 |
|
|
|
ff2f822b5e
|
Renamed our config file and change the apikey variable to be upper case. This is reflected in search.py where we import this config file. Other changes in the search.py file is to so that when importing our config file we use the complete path of our file so we can run our script from anywhere, and still this file will find our config file. That is not use a relative path.,
|
2017-11-18 23:03:24 +01:00 |
|
|
|
c768d1424a
|
Now removes all items we are not intersted in.
|
2017-11-02 16:24:19 +01:00 |
|
|
|
48aab5785f
|
Our main entry where we now handle our args with argparse and can now enter a query and select site to index using our -s option.
|
2017-11-02 15:15:53 +01:00 |
|
|
|
c1c1ca3ad4
|
Renamed pirate_search to torrent_search
|
2017-11-01 16:09:06 +01:00 |
|