This website requires JavaScript.
Explore
Help
Sign In
KevinMidboe
/
torrent_search
Watch
1
Star
0
Fork
0
You've already forked torrent_search
Code
Issues
2
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
Files
7da69752433fd8572d03dbe7b1d711c6b0522ed0
torrent_search
/
torrentSearch
History
KevinMidboe
7da6975243
Now we don't only select our bluray, but all our matches from the query.
2017-11-19 00:08:41 +01:00
..
api_torznab.py
Renamed pirate_search to torrent_search
2017-11-01 16:09:06 +01:00
config.ini
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
http_utils.py
A script for doing all our http funcitons like building urls and calling requests.
2017-11-02 15:15:06 +01:00
jackett.py
forgot to add this, removed import.
2017-11-18 23:39:12 +01:00
piratebay.py
Since the piratebay has the file size in human readable form it is hard to sort by file size. Now we have a de-human size function in our utils that can be used to convert these sizes to byte form.
2017-11-19 00:07:40 +01:00
search.py
Now we don't only select our bluray, but all our matches from the query.
2017-11-19 00:08:41 +01:00
torrent.py
Also added in our torrent class so that all our indexing sites can create the same class so to be easily managed under the same type.
2017-11-02 15:17:08 +01:00
utils.py
Since the piratebay has the file size in human readable form it is hard to sort by file size. Now we have a de-human size function in our utils that can be used to convert these sizes to byte form.
2017-11-19 00:07:40 +01:00