2020-08-21 11:08:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.7.1 0.7.1: Fixed base path when query string has slashes Fixed load file decode issue in non-english platform |
2020-07-27 14:21:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-m3u8: updated to 0.7.0 0.7.0: EXTINF tag must not violate floating point spec Drop Python 2 support Allow users to use proxies Allow users to use a custom HTTP client Rounded framerate to 3 decimal places per spec Support VIDEO-RANGE in StreamInfo |
2020-05-04 17:25:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.6.0 0.6.0: Order DATERANGE x-s predictably EXT-X-GAP support Added ability for extra parameters to be passed to Key class Add DATERANGE tag support Add support for EXT-X-PRELOAD-HINT |
2020-01-20 12:53:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.5.4 0.5.4: Fixes a problem when a playlist comes with negative numbers, keeping them as \ they are. |
2019-12-11 13:52:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.5.3 0.5.3: Allow individual EXT-X-MAP tag for segment |
2019-11-28 14:47:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.5.2 0.5.2: Add SCTE35 CUE-OUT and CUE-IN support Add #EXT-X-SESSION-KEY support |
2019-11-05 08:56:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.5.1 0.5.1: Missing SSL package import to create an unverified context |
2019-10-02 17:35:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.5.0 0.5.0: Parse EXT-X-VERSION as an int as per spec Option to disable SSL verification Ensure correct dumping of rendition report when LAST-PART is 0 |
2019-09-13 10:05:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.4.0 0.4.0: Refactor StreamInfo (uses a class now) Introduce session_data tag support Ensure that final line is terminated as per spec |
2019-08-21 12:17:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-m3u8: updated to 0.3.12 0.3.12: Add support for (preliminary) low latency protocol extensions Fix quote handling on ASSOC-LANGUAGE and INSTREAM-ID Don't assume EXTINF titles are quoted |