Benny
6c37e82b3d
add some debug symbols
2023-12-30 14:58:26 +01:00
Benny
b82e48ca74
more restart time for worker
2023-12-30 13:05:01 +01:00
Benny
4b885cf5df
auto restart 10 lines
2023-12-25 12:43:24 +01:00
cpanel10x
b3cabe3c3b
Update database.py - pymysql.err.InterfaceError: (0,”) error ( #325 )
...
check if the connection exists, and reconnect if disconnected.
2023-12-24 19:03:52 +01:00
Benny
682d7db2d6
disable tasks auto restart
2023-12-23 13:03:45 +01:00
Benny
4ec8a8ea2a
premium 4GB max fix
2023-12-22 20:38:56 +01:00
Benny
d0e2025c7c
set premium at first
2023-12-22 17:41:31 +01:00
Benny
613f36bef8
small fix for 'NoneType' object has no attribute 'lower'
2023-12-21 19:47:53 +01:00
Benny
c2d5afb589
limitations on premium download
2023-12-21 19:38:47 +01:00
Benny
9f9ff0a794
add max_concurrent_transmissions
2023-12-21 19:02:26 +01:00
Benny
0f8c541b4b
remove fakeredis
2023-12-21 19:02:08 +01:00
Benny
ee65c371bb
disable 4g
2023-12-21 08:05:29 +01:00
Benny
750c897dab
premium download consent
2023-12-20 22:03:08 +01:00
Benny
78323a419f
upload hook
2023-12-20 21:14:31 +01:00
Benny
cde4f91d2a
add disclaimer
2023-12-20 21:09:56 +01:00
Benny
11648248cd
add download hook
2023-12-20 21:02:10 +01:00
Benny
c486fe8301
4 GiB Support ( #322 )
...
* 4 GiB Support
2023-12-20 20:09:34 +01:00
Benny
08500c744c
increase worker, separate redis for backup bot
2023-12-18 17:52:06 +01:00
Benny
34a6f9d870
add connection lost
2023-12-17 17:24:26 +01:00
Benny
1c3becee9d
refine code
2023-12-17 16:34:56 +01:00
Benny
62342ee350
fix local mode
2023-12-17 14:55:37 +01:00
Benny
f7243a4a93
let's try pyrogram 2.x again
2023-12-17 14:11:19 +01:00
Benny
acacfe58c9
decouple redis and mysql
2023-12-14 17:39:19 +01:00
Benny
23f617e588
add backup bot
2023-12-13 18:25:54 +01:00
Benny
5df6ab3f89
fix README.md
2023-12-12 20:59:32 +01:00
Benny
320f0d5ffe
instagram download on wg
2023-12-12 19:45:50 +01:00
Benny
acc07f760c
bring back search
2023-12-12 18:24:29 +01:00
Benny
d09c4a5914
add instagram as microservice
2023-12-12 18:24:21 +01:00
Benny
419cb2259d
auto Local and channel link
2023-12-12 17:50:37 +01:00
Benny
bbc357e7b5
Correct balance and transfer amount in TRX
...
The code has been updated to display the account balance and to ask for the transfer amount in TRX. The transfer method has also been modified to facilitate transactions in multiples of 1,000,000.
2023-12-10 21:29:35 +01:00
Benny
25e3e724d1
move qrcode and pay btn in later response
2023-12-09 17:57:26 +01:00
Benny
c16718d678
remove search
2023-12-09 17:21:50 +01:00
Benny
c67a548a42
add instagram built-in support
2023-12-09 17:10:39 +01:00
Benny
a09cce4856
Tron ( #318 )
...
* add tron support
* update README
* update README
* add notification
2023-12-08 18:56:57 +01:00
Benny
37f1d4c2ba
Update config.py
2023-12-07 16:28:32 +01:00
Sanuja Seneviratne
2b6fb38c5c
Update README.md (Improve) ( #315 )
...
Improve "Run natively on your machine" guide
2023-12-05 18:36:53 +01:00
Benny
73bdf2a54d
double default limits
2023-11-17 21:56:46 +01:00
dependabot[bot]
1d499523aa
Bump yt-dlp from 2023.11.14 to 2023.11.16 ( #310 )
...
Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp ) from 2023.11.14 to 2023.11.16.
- [Release notes](https://github.com/yt-dlp/yt-dlp/releases )
- [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md )
- [Commits](https://github.com/yt-dlp/yt-dlp/compare/2023.11.14...2023.11.16 )
---
updated-dependencies:
- dependency-name: yt-dlp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-16 09:09:13 +01:00
Benny
aae0f9270c
drop armv7
2023-11-15 17:27:26 +01:00
Benny
6106b94705
update yt-dlp
2023-11-15 17:00:13 +01:00
Benny
1e9b058676
add id to low script
2023-10-29 11:14:33 +01:00
Benny
bbcc690c95
don't call it in main
2023-10-25 18:26:10 +02:00
Sanuja Seneviratne
1cf4261be4
Temporary fix for 'msg_id is too low' error and small fix for getting path of session file in utils.py
( #305 )
...
* Always use the `source` format for Google Drive URLs
Always using the `source` format for Google Drive URLs will ensure getting original file, without any modifications.
* Temporary fix for 'msg_id is too low' error
* small fix for getting path of session file
2023-10-25 18:24:42 +02:00
Benny
c40ef74f8f
add msg_id is too low
2023-10-21 18:45:05 +02:00
Benny
4962cb4f2c
bump
2023-10-20 18:11:51 +02:00
Sanuja Seneviratne
6bce8b92dc
Always use the source
format for Google Drive URLs ( #300 )
...
Always using the `source` format for Google Drive URLs will ensure getting original file, without any modifications.
2023-10-15 14:43:59 +02:00
Benny
82ba992a84
rollback to pyrogram1
2023-10-09 17:45:49 +02:00
Sanuja Seneviratne
9191b4edad
Update to new yt-dlp version (yt-dlp==2023.9.24) ( #297 )
...
* option for setting custom tmpfile(download) path
* new yt-dlp version
2023-10-06 21:27:16 +02:00
Sanuja Seneviratne
880bc8f9a6
option for setting custom tmpfile(download) path ( #294 )
2023-09-19 21:32:03 +02:00
Bartixxx32
1ea8390f50
m3u8 toggle ( #293 )
2023-09-17 22:04:29 +02:00