Commit Graph

16 Commits

Author SHA1 Message Date
Shivam Jha 641197bbca
Force httplib2 to v0.15.0
The new version breaks, google's client api. Force it to use older version until google fixes their shit
2020-01-17 00:20:29 -08:00
Aki 351d4030a8 fs_utils.py: Use python-magic for guessing mimetype (#31)
1. mimetypes is not a reliable way to know the mime type of a file.

2. python-magic uses libmagic which identifies file types by checking their headers according to a predefined list of file types.

	https://github.com/ahupp/python-magic
2020-01-16 09:06:55 -08:00
jaskaranSM 7b2d5d50ab Implement Exponential Backoff
- for handling Google Drive API errors such as 5xx,4xx
2020-01-03 10:15:40 +05:30
lzzy12 b4cd971930 Read setup variables from environment variables
Also Adds support for heroku env variables

Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
2019-12-23 15:46:56 +05:30
lzzy12 3af2d9e3f3 Clean requirements.txt mess
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
2019-12-23 15:43:39 +05:30
jaskaranSM 0d30f19a4e Project Rebase
- Changelog:
 Improved Performance
 Fixed Stucked Messages
 Seperated Download Progress Status From Listener
 Disabled Upload Progress (Temporarily)
2019-12-23 13:26:32 +05:30
lzzy12 6c66a2ad8a Read setup variables from environment variables
Also Adds support for heroku env variables

Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
2019-12-09 15:34:12 +05:30
Shivam Jha 3c6093a5f2
Fix requirements.txt 2019-11-07 20:00:05 +05:30
lzzy12 474be6fc2d Update some version numbers in requirements.txt 2019-11-07 15:11:39 +05:30
jaskaranSM 8be32c6e5c Fixed Broken Mimetype Detection 2019-11-01 20:26:36 +05:30
lzzy12 918b8653c9 Specify version of aria2p module
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
2019-10-11 23:18:06 +05:30
lzzy12 76c6d68d85 download_helper: Avoid instantiating Aria APIs on each new mirror request
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
2019-09-26 18:30:43 +05:30
lzzy12 1c56b18724 Separated telegram related code from download upload related code
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
2019-09-26 18:30:43 +05:30
jaskaranSM e5294b87e6
Added aria2p Lib in Requirements. 2019-09-17 19:18:41 +05:30
lzzy12 21dacbc8fb Major project structure rebase
Signed-off-by: lzzy12 <jhashivam2020@gmail.com>
2019-09-17 19:17:34 +05:30
jaskaranSM e826385571 Initial 2019-09-17 06:07:19 -04:00