From 2b669cc8c1d2ba16d3f461e7a3fa28ca4ed7f0b8 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sun, 14 Sep 2025 22:03:15 +0300 Subject: [PATCH] Update FAQ & README --- FAQ.md | 12 ++++++------ README.md | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/FAQ.md b/FAQ.md index e5fa31f2..e3dbcef2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,9 +1,3 @@ -# The origin of the project. - -The project first started as a fork [meTube](https://github.com/alexta69/metube), since then it has been completely -rewritten and redesigned. The original project was a great starting point, but it didn't align with my vision for the -project and what i wanted to achieve with it. - # Environment variables Certain configuration values can be set via environment variables, using the `-e` parameter on the docker command line, @@ -324,6 +318,12 @@ If you prefer, you can bypass YTPTube `download_path` and set it to `/` and comp please be aware that the file browser feature will expose whatever `download_path` is set to. **So, if you set it to `/`, the file browser will expose the entire container filesystem.** +# The origin of the project. + +The project first started as a fork [meTube](https://github.com/alexta69/metube), since then it has been completely +rewritten and redesigned. The original project was a great starting point, but it didn't align with my vision for the +project and what i wanted to achieve with it. + # How to use hardware acceleration for video transcoding? As the container is rootless, we cannot do the necessary changes to the container to enable hardware acceleration. diff --git a/README.md b/README.md index 986571dc..ead86449 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ live streams, and includes features like scheduling downloads, sending notificat * Schedule channels or playlists to be downloaded automatically. * Send notification to targets based on selected events. includes [Apprise](https://github.com/caronc/apprise?tab=readme-ov-file#readme) support. * Support per link options. +* Support for limits per extractor and overall global limit. * Queue multiple URLs at once. * Powerful presets system for applying `yt-dlp` options. * File browser.