Fuan

Results 168 comments of Fuan

It depends on the Application Mode you use and perhaps some other preferences settings.

Thanks for reporting. Quick question: does the error message pop up right after clicking "OK" to move? Nothing gets moved at all then? (I suspect yes) Does it happen with...

Adding a description of what this does/fixes/improves would be appreciated. ;)

@biast12 I thought the comment was nor warranted nor necessary, that's all. No need to justify not remembering code from a while back, if you can't answer the questions, just...

You could try changing [these lines](https://github.com/pytube/pytube/blob/f06e0710dcf5089e582487fee94f7bb0afbf7ba9/pytube/request.py#L184-L190) to something like this (have not tested but it should work): ```python while True: try: chunk = response.read() except: break if not chunk: break...

Might want to add a notice in the [website](http://tweetledee.github.io/tweetledee/index.html) too. I would actually keep this Github issue open, since the issue is still very much (indefinitely?) valid. Archiving the project...

I did not notice this bug on my side (yet) but it's definitely related to yt-dlp. Make sure that the yt-dlp you are using in your virtual environment is up...

Currently there is no mechanism to fetch the latest version of yt-dlp inside the docker image (at run-time). The embedded yt-dlp is the latest version coming from the upstream github...