Commit graph

114 commits

Author SHA1 Message Date
Alfonso E.M 401c43422a
Update README.md 2021-04-24 13:32:27 +02:00
Alfonso De Cala Bravo 44eb1ef651 Revert "Trying to solve ARM build error with lsb_release"
This reverts commit 22aae091ad.
2021-04-23 10:29:54 +02:00
Alfonso De Cala Bravo 22aae091ad Trying to solve ARM build error with lsb_release 2021-04-23 09:58:56 +02:00
Alfonso De Cala Bravo 924c63de48 Trying to solve ARM build error with lsb_release 2021-04-23 09:49:21 +02:00
Alfonso De Cala Bravo c555942688 Trying to solve ARM build error with lsb_release 2021-04-23 09:40:00 +02:00
Alfonso E.M e13411e9ee
Update Docker-Publish-ARM.yml 2021-04-22 21:35:35 +02:00
Alfonso E.M 0908ccd89f
Update Docker-Publish-ARM.yml 2021-04-22 21:31:42 +02:00
Alfonso E.M 4e97370c6a
Create Docker-Publish-ARM.yml 2021-04-20 22:21:55 +02:00
Alfonso E.M b09b92a86f
Merge pull request #46 from alfem/dependabot/pip/rsa-4.1
Bump rsa from 4.0 to 4.1
2021-03-24 21:30:16 +01:00
dependabot[bot] 344fe41964
Bump rsa from 4.0 to 4.1
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.1.
- [Release notes](https://github.com/sybrenstuvel/python-rsa/releases)
- [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.0...version-4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-24 19:21:38 +00:00
Alfonso E.M 080938a8e7
Update README.md 2021-03-20 17:18:18 +01:00
Alfonso E.M 80b159102a Added ko-fi links 2021-03-20 17:14:02 +01:00
Alfonso E.M ce220b1ff7 Timer to avoid saturating Telegram api 2021-03-16 19:51:35 +01:00
Alfonso E.M ffbc1cf3f6 Merge branch 'master' into development 2021-03-16 19:12:35 +01:00
Alfonso E.M 745ba5ca3e Merge branch 'master' into development 2021-03-16 19:10:54 +01:00
Alfonso E.M 75ca2b4537
Merge pull request #43 from baruchiro/patch-2
use shutil.move to support Docker Volumes
2021-03-13 12:03:26 +01:00
Baruch Odem (Rothkoff) 0a72a5e78e
use shutil.move to support Docker Volumes
close #42 

Reference: https://stackoverflow.com/questions/42392600/oserror-errno-18-invalid-cross-device-link
2021-03-08 21:54:24 +02:00
Alfonso De Cala Bravo 2cc8d5f525 Merge branch 'development' 2021-02-23 12:56:51 +01:00
Alfonso De Cala Bravo 724ed89db9 New version 2021-02-23 12:56:29 +01:00
Alfonso De Cala Bravo 5440c83848 Even more fixes for Python 3.5 compatibility 2021-02-23 12:55:17 +01:00
Alfonso E.M 43ebaef25e Merge branch 'development' 2021-02-21 14:59:05 +01:00
Alfonso E.M 7532edc2e7 Improved error control 2021-02-21 14:58:39 +01:00
Alfonso E.M c920632227 Fixes in var names 2021-02-21 14:38:36 +01:00
Alfonso E.M 7a3c418fd7 Python 3.5 compatibility improved 2021-02-21 14:27:32 +01:00
Alfonso E.M 72803caf5c Merge branch 'development' 2021-02-21 13:51:33 +01:00
Alfonso E.M d5151e2477 a little help with available commands 2021-02-21 13:50:44 +01:00
Alfonso E.M 6ce8897378 Pprint library not used 2021-02-21 13:42:40 +01:00
Alfonso E.M b0bfc081fc Removing unused library 2021-02-17 19:08:41 +01:00
Alfonso E.M eadb5f3962 Telegram file size limit is 2Gb 2021-02-17 19:06:24 +01:00
Alfonso E.M bb3ab48182 Percentage shown in downloads 2021-02-15 20:46:21 +01:00
Alfonso E.M 27fefaee8d Merge branch 'master' of https://github.com/alfem/telegram-download-daemon 2021-02-15 20:11:06 +01:00
Alfonso E.M a9a6fe6b09 In-place message edit fixed 2021-02-15 20:11:01 +01:00
Alfonso E.M 681411ba07
Merge pull request #37 from anishsane/master
Prefer DocumentAttributeFilename to DocumentAttributeVideo whenever available
2021-02-15 13:57:30 +01:00
Anish Sane f417c73482 Prefer DocumentAttributeFilename to DocumentAttributeVideo whenever available
A message might contain both DocumentAttributeFilename and
DocumentAttributeVideo type of attributes. While iterating on
event.media.document.attributes, we might get DocumentAttributeVideo
first and the function returns the message text even though
attribute of DocumentAttributeFilename type is also available.
2021-02-15 15:19:23 +05:30
Alfonso E.M 78f34a0f99
Merge pull request #36 from anishsane/master
Fixed the handling of temp folder
2021-02-11 19:30:33 +01:00
Anish Sane c4228fca47 Fix the temp folder handling 2021-02-11 18:57:39 +05:30
Anish Sane 1c84931c74 Fixed the handling of temp folder 2021-02-11 18:36:08 +05:30
Alfonso E.M 925ac4bb36 editing messages instead of replying 2021-02-08 19:28:54 +01:00
Alfonso E.M 45d285eefd Merge branch 'master' of https://github.com/alfem/telegram-download-daemon 2021-02-08 18:40:33 +01:00
Alfonso E.M 7f421d364c Shell=true needed to use wildcards in commands 2021-02-08 18:40:12 +01:00
Alfonso E.M 19388e9e53 capture output parameter not available in python 3.6.0 2021-02-08 18:19:21 +01:00
Alfonso E.M 70358f6193 Added clean command to delete temporary files 2021-02-08 18:17:50 +01:00
Alfonso E.M b86c4ae129
Update README.md 2021-01-27 17:58:35 +01:00
Alfonso E.M 92aa4b81a2 Temp directory var missing fixed 2021-01-27 17:52:39 +01:00
Alfonso E.M e8bdf2e673 New parameter for temporary directory 2021-01-27 17:35:18 +01:00
Alfonso E.M 17b5f40a28 Using original message as file name for streamed videos. 2021-01-24 14:13:42 +01:00
Alfonso E.M 699841c55e
Update README.md 2021-01-03 17:49:52 +01:00
Alfonso E.M 41c1a9fabf
Merge pull request #30 from anishsane/master
Added the support for status command that gives a percentage of in-progress downloads
2021-01-03 17:39:15 +01:00
Anish Sane d92e0bf31a Added the support for status command that gives a percentage of in-progress downloads. 2021-01-03 21:44:06 +05:30
Alfonso E.M 32a0d9e403
Merge pull request #29 from anishsane/master
suffix in-progress downloads as .partial
2020-12-29 13:37:44 +01:00