Update README.md

This commit is contained in:
freearhey 2023-11-07 22:49:18 +03:00
parent 6b7c421d8a
commit 326f7b8327

View file

@ -77,6 +77,7 @@ https://iptv-org.github.io/api/streams.json
{ {
"channel": "BBCNews.uk", "channel": "BBCNews.uk",
"url": "http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8", "url": "http://1111296894.rsc.cdn77.org/LS-ATL-54548-6/index.m3u8",
"timeshift": "2",
"http_referrer": "http://example.com/", "http_referrer": "http://example.com/",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
} }
@ -88,6 +89,7 @@ https://iptv-org.github.io/api/streams.json
| ------------- | -------------- | -------------------------------------------------------------------------------------------------------------------- | | ------------- | -------------- | -------------------------------------------------------------------------------------------------------------------- |
| channel | string | Channel ID | | channel | string | Channel ID |
| url | string | Stream URL | | url | string | Stream URL |
| timeshift | string or null | Indicates the shift of the program schedule |
| http_referrer | string or null | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream | | http_referrer | string or null | The [Referer](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referer) request header for the stream |
| user_agent | string or null | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream | | user_agent | string or null | The [User-Agent](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent) request header for the stream |