kalanakt / All-Url-Uploader

A simple telegram Bot, Upload Media File| video To telegram using the direct download link. (youtube, Mediafire, google drive, mega drive, etc)
https://urluploader.vercel.app
MIT License
369 stars 919 forks source link

removed unwanted lb ( #42 ) #43

Closed kalanakt closed 1 year ago

sourcery-ai[bot] commented 1 year ago

Sourcery Code Quality Report

Merging this PR leaves code quality unchanged.

Quality metrics Before After Change
Complexity 50.20 ⛔ 50.20 ⛔ 0.00
Method Length 495.00 ⛔ 495.00 ⛔ 0.00
Working memory 22.39 ⛔ 22.39 ⛔ 0.00
Quality 7.89% 7.89% 0.00%
Other metrics Before After Change
Lines 262 261 -1
Changed files Quality Before Quality After Quality Change
Uploader/button.py 7.89% ⛔ 7.89% ⛔ 0.00%

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation
Uploader/button.py youtube_dl_call_back 52 ⛔ 868 ⛔ 23 ⛔ 5.44% ⛔ Refactor to reduce nesting. Try splitting into smaller methods. Extract out complex expressions

Legend and Explanation

The emojis denote the absolute quality of the code:

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!