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
783d9870f5b71a639fb01dfba2255c8503d4d5ad
torrent_search
/
torrentSearch
History
KevinMidboe
783d9870f5
When building jackett url we no longer use, convert_query_to_percent_encoded_octets, this is now done in our build_url function in http_utils.
2017-11-18 23:38:47 +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
When building jackett url we no longer use, convert_query_to_percent_encoded_octets, this is now done in our build_url function in http_utils.
2017-11-18 23:38:47 +01:00
piratebay.py
Appends only the torrent object.
2017-11-02 16:23:57 +01:00
search.py
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
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
Added humansize for converting byte file sizes to human readable sizes.
2017-11-02 16:24:39 +01:00