Commit Graph

13 Commits

Author SHA1 Message Date
a9f51551be Convert size to human readable size using imported utils funcs 2022-05-30 20:02:21 +02:00
bd91939121 Save size in bytes and compute & save human_size. 2021-07-03 18:40:13 +02:00
2112147e3c Try find uploader and add to instance of Torrent 2021-07-03 18:37:16 +02:00
f6987eb3f2 Encode any spaces in query as %20. 2021-07-03 18:36:05 +02:00
58c59a6a58 Created __main__ file as entry for pacakge. Updated imports. 2021-07-03 18:34:55 +02:00
d327f0fc72 To adhear to http_utils the path is split into a list. 2017-12-22 12:53:31 +01:00
98c05a380d Added docstring to all functions. 🎉 2017-12-22 12:52:38 +01:00
a4d400f086 Added logging support. Now we also find and return seed and leech count. Size is now tested before troed to convert to int. 2017-12-22 11:42:11 +01:00
72d0c74061 forgot to add this, removed import. 2017-11-18 23:39:12 +01:00
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
7a2c760818 Now returns human size of size 2017-11-02 16:23:40 +01:00
191458b409 Jackett is now a modualr script that fetches in its own way and returns a list of torrent objects. 2017-11-02 15:13:15 +01:00
c1c1ca3ad4 Renamed pirate_search to torrent_search 2017-11-01 16:09:06 +01:00