Skip to content

Releases: cabernetwork/provider_video_m3u

provider_epg_m3u 0.1.17

05 Nov 20:14
Compare
Choose a tag to compare
  • Added player-enable_pathonly_checking to False. Only impacts DL.

provider_epg_m3u 0.1.16

06 Jul 19:29
Compare
Choose a tag to compare
  • Made tvg-id highest priority for channel id

provider_epg_m3u 0.1.15

24 May 02:00
Compare
Choose a tag to compare
  • Added channel-id to m3u8 parser

provider_epg_m3u 0.1.14

07 Feb 18:39
Compare
Choose a tag to compare
  • Added setting g_http_session

provider_epg_m3u 0.1.13

08 Dec 16:56
Compare
Choose a tag to compare
  • Fixed retries error on download

provider_epg_m3u 0.1.12

07 Dec 04:19
Compare
Choose a tag to compare
  • Moved number of parallel video packet downloads to config

provider_epg_m3u 0.1.11

07 Dec 03:08
Compare
Choose a tag to compare
  • Added Stream Timeout, HTTP Timeout and HTTP Retries to config

provider_epg_m3u 0.1.10

04 Dec 17:27
Compare
Choose a tag to compare
  • Changed HTTP retries to not hard coded

provider_epg_m3u 0.1.9

29 Jun 17:15
Compare
Choose a tag to compare
  • Added enable_full_duplicate_checking to instance setting. If the query_string part of the url has a token that changes every time a request for updates occurs, the result will be to re-download the packet over and over. To keep this from happening, set this to false and it will not include the query_string portion of the URL when determining whether the packet is new.

provider_epg_m3u 0.1.8

04 May 02:56
Compare
Choose a tag to compare
  • Added support for #EXT-X-SESSION-DATA in the m3u file. Allows session header data to be included in the HTTP requests. It should be placed under the #EXTM3U tag and the format is
    #EXT-X-SESSION-DATA:DATA-ID='HEADER', VALUE='{"name1": "value1", "name2": "value2"}'
    #EXT-X-SESSION-DATA:DATA-ID='HEADER', VALUE='{"Referer": "https://abcdef.net", "Origin": "https://12345.net"}'