forked from SpEcHiDe/PublicLeech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* closes SpEcHiDe#122 and SpEcHiDe#124 * this should probably fix SpEcHiDe#129 🤔😑 * testing fixes * add SUDO users, to fix sensitive commands, Thank You: https://t.me/c/1459557988/45270, SpEcHiDe#129 should be fine, now. * copy from @gautamajay52 * fix requirements * fix one derp, in BUTTONs mode * Fix issues with ytdl on command input mode (SpEcHiDe#140) * fixed issue where format selector menu got removed upon selecting any video format * fixed ValueError on audio format selections * Fix leeching torrent from links (SpEcHiDe#148) * simple fix (SpEcHiDe#150) Co-authored-by: Shrimadhav U K <[email protected]> Co-authored-by: Sayanth Dinesh <[email protected]> Co-authored-by: Sayanth Dinesh <[email protected]> Co-authored-by: GautamKumar <[email protected]>
- Loading branch information
1 parent
7e90fe8
commit bdfb0e9
Showing
11 changed files
with
84 additions
and
107 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
aiohttp | ||
aria2p | ||
hachoir | ||
Pillow | ||
pyrogram | ||
tgcrypto | ||
youtube-dl | ||
# GET / POST network requests | ||
asyncio==3.4.3 | ||
aiohttp==3.6.2 | ||
|
||
aria2p==0.9.1 | ||
|
||
hachoir==3.1.1 | ||
Pillow==7.2.0 | ||
|
||
Pyrogram==1.0.7 | ||
TgCrypto==1.2.1 | ||
|
||
youtube-dl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters