From bcd45e34bf8dcd3cd0839eae69a688a1bd217d94 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Thu, 2 Oct 2025 01:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D1=8B=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D0=B0=D0=B9=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- cmd/root.go | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25f355d..c3e0bd6 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ Консольная программа для проверки IPTV-плейлистов в формате m3u или m3u8. -> **Веб-сайт:** [iptv.axenov.dev](https://iptv.axenov.dev) -> **Зеркало:** [m3u.su](https://m3u.su) +> **Веб-сайт:** [m3u.su](https://m3u.su) > Исходный код: [git.axenov.dev/IPTV/iptvc](https://git.axenov.dev/IPTV/iptvc) > Telegram-канал: [@iptv_aggregator](https://t.me/iptv_aggregator) > Обсуждение: [@iptv_aggregator_chat](https://t.me/iptv_aggregator_chat) diff --git a/cmd/root.go b/cmd/root.go index 82b4cef..bf6a35f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -16,8 +16,8 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "iptvc", - Short: "Simple utility to check iptv playlists. Part of iptv.axenov.dev project.", - Long: `Simple utility to check iptv playlists. Part of iptv.axenov.dev project. + Short: "Simple utility to check iptv playlists. Part of m3u.su project.", + Long: `Simple utility to check iptv playlists. Part of m3u.su project. Copyright (c) 2025, Антон Аксенов, MIT license.`, // Uncomment the following line if your bare application // has an action associated with it: