mhogomchungu

Results 180 comments of mhogomchungu

Media Downloader has a CLI interface and extensions can use it to give Media Downloader media to download. Stream detector for example is well supported in Media Downloader.

@elias137, open the terminal then type the following commands and post their output here: ```which ecryptfs-simple``` ```ecryptfs-simple --version``` @wanfuse123 , If your project is public then post it here so...

The maintainer just told me he will make an update this coming weekend.

6.2.0 is in testing since February 11. https://tracker.debian.org/pkg/zulucrypt

It should be possible for regular volumes too if you first require a file system on the volume to be shrinked for the amount of space necessary to put the...

If i can chime in to the discussion, i propose the following:- 1. yt-dlp continue to be a single threaded application and where everything is done sequentially. 2. If somebody...

My proposal implements concurrency through multiple processes and it needs a process manager. Discussed proposals implements concurrency through multiple threads and it need a thread manager and this seems to...

> First off, this isn’t a competition. It was meant to show experience with doing process based concurrent downloading with yt-dlp. When using my app, i typically run multiple instances...

I cant seem to get this "total_size_estimate" field to work. Can you give a --progress-template options that gives the same default output? Why do i want unpadded output? 1. There...

I was introduced to available options of --progress-template [here](https://www.reddit.com/r/youtubedl/comments/r61y4c/ytdlp_release_20211201/hn6vxg7/) and [this](https://github.com/yt-dlp/yt-dlp/issues/1170#issuecomment-938202905) link shows there was no padding at some point in the past. Looking again at available options and i...