Releases: hyugogirubato/pydash2hls
Releases · hyugogirubato/pydash2hls
v2.1.5
v2.1.4
Added
- Added support for Widevine keys directly in HLS.
Fixed
- Fixed support for multiple
Periods
. - Corrected the
Representation
type. - Handled missing
Initialization
segments. - Fixed the
Timelines
type. - Correctly calculated the number of segments.
- Fixed the base URL ending with a
/
. - Fixed the range for direct links.
Changed
- Limited the conversion to video/audio files only.
- Updated HLS version to
6
. - Dynamically calculated
#EXT-X-MEDIA-SEQUENCE
. - Dynamically calculated
#EXT-X-TARGETDURATION
.
v2.1.3
Added
- Multiple representation support.
Fixed
- DRM handle for multiple formats.
- Segment duration.
v2.1.2
Changed
- Update
README.md
.
v2.1.1
Changed
- New name of some variables.
v2.1.0
Added
- Support for all web errors.
Changed
- Import of a file using
pathlib
. - Advanced customization of remote loading.
- Code optimization.
v1.0.0
Added
- Initial release.
v2.0.1
Added
- Loading of a remote file.
- Loading of a local file.
- Custom error handling in the library.
- Support for customized parameters.
Fixed
- Generic link creation to
index.m3u8
.
Changed
- Removed interactive mode.
- Removed specific creation of VRV links.
- Parsing of the DASH file using
xmltodict
.