From e03e70c13d36173e5063028da93158cd66426973 Mon Sep 17 00:00:00 2001 From: SegoCode <35817798+SegoCode@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:28:51 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 2bd0f34..95e5f8f 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,9 @@ Telegram bot in Java for downloading social media videos using yt-dlp - Dynamic interaction with messages -- No complex architecture, simple and easy for everyone - -- The fewest possible dependencies - - ## Quick Start & Information -webdl accepts a video URL, downloads it using [yt-dlp](https://github.com/yt-dlp/yt-dlp), and sends it back to the user as a video message. +Webdl accepts a video URL, downloads it using [yt-dlp](https://github.com/yt-dlp/yt-dlp), and sends it back to the user as a video message. Clone and run the project from source code. ```