From 96bd0ba45970b859c83aa3f9176ee55b66f3547a Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 24 Jan 2021 19:05:39 +0300 Subject: [PATCH] patch-7 --- .github/CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ece425d820..2c98e047ee 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -108,13 +108,13 @@ The result should be something like this: ``` - find the channel you are interested in -- copy it `id` and paste it to the `tvg-id` attribute of the channel description inside the playlist +- copy the `id` and paste it into the `tvg-id` attribute of the channel description - copy the `` tag value and paste it into the `tvg-name` attribute of the channel description. The result should be something like this: -```xml -#EXTINF:-1 tvg-id="cnn" tvg-name="CNN",CNN -http://example.com/cnn.m3u8 -``` + ```xml + #EXTINF:-1 tvg-id="cnn" tvg-name="CNN",CNN + http://example.com/cnn.m3u8 + ``` - commit all changes - send a pull request