Alec Su

Results 3 issues of Alec Su

Some HLS media playlists provide only one EXT-X-KEY tag to indicate how to decrypt the segments rather than provide it before every segments. Like below. https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/m3u8s/11331_video_1080_4800000.m3u8 ``` #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0...

I noticed that there are some storage IDs that don't match the format `ABCD-1234`. For example, a USB drive with NTFS has a storage ID format consisting of a 16-digit...

Currently, when translating multiline texts, only the first line is being retrieved. For example, when translating `"Halo\nDunia"` to English the API only returns `"Hello"` instead of `"Hello\nWorld"`. This PR fixes...