Chris1320 / YTDLer

A youtube-dl wrapper.
0 stars 0 forks source link

Find a way to fix UI glitches without hardcoding anything #3

Open Chris1320 opened 3 years ago

Chris1320 commented 3 years ago

Find a way to fix it without hardcoding anything (characters are not cleared in stdout when flushing)

On line 578:

self.desc_length = 75

Because when the character length of the desc variable is shorter than the last one sent to ASCIIGraphs, some characters will be left.

Chris1320 commented 3 years ago

Will use tqdm module instead of ASCIIGraphs for better progress bars.