Results 28 comments of MMM

**Note**: `HttpQuietDownloader.to_console_title()` will have no effect because of recent changes in `FileDownloader._set_ydl()`.

> I don't understand [4f40c26](https://github.com/yt-dlp/yt-dlp/commit/4f40c26f12201fd0d7e0ffe6082a61466d022cc5) > > Could you explain how to reproduce the issue that it is supposed to solve? Sure. If you download a fragmented file again (after...

I see. I also used `--no-part` which provokes this behavior: ``` $ yt-dlp test:youtube_7 --no-force-over --no-config --no-part -f 139 [TestURL] Test URL: https://youtube.com/watch?v=Tq92D6wQ1mg [youtube] Tq92D6wQ1mg: Downloading webpage [youtube] Tq92D6wQ1mg: Downloading...

> [f4f9ff0](https://github.com/yt-dlp/yt-dlp/commit/f4f9ff049e9dcaad80e466b3f39e6d5eec726018) has already been fixed > Nearly :-D https://github.com/yt-dlp/yt-dlp/commit/66490bc3cfa3f346d2cdb884af962bbd8305cc2a#diff-766dc6665bc33238983e3ccbe955ebe6d80a8f7008340a6aa49d84a4397edeb1L26

Do you guys know an example URL for fragmented live stream? What are the requirements? _addendum_: I figured out, I can take a youtube live stream with `--live-from-start`, is that...

> Except `--live-from-start` (protocol=`http_dash_segments_generator`), livestreams are currently not supported by the native downloaders. We always redirect them to ffmpeg I see what you mean. But it is enough to test...

> Percentage completion and fragment count update too slow for my liking, I liked them updating faster, maybe you can do different updating speeds for %/count to the others? >...

Note: The other commits are not strictly related to the issue. They deal with issues I encountered while testing the code and can be skipped, or put into another PR.

Looks like it is not guaranteed that the HTTP downloader return 'downloaded_bytes'. Can you reproduce it consistently? I'll make the implementation more defensive. See the next commit. Now the progress...

> Now the download speed is completely inaccurate... It's showing 5.6MB/s when I'm downloading at 57Mbit/s and doesn't change even when my network speed drops. Calculating download speed from the...