globocom / hlsclient

Python HLS Client
Other
105 stars 21 forks source link

Fix read permissions of downloaded files #35

Closed hltbra closed 11 years ago

hltbra commented 11 years ago

The problem with this issue is that only the owner can read these files, and if there is a webserver serving those files with a different user, the request gives forbidden.

$ ls -lh juarez100.m3u8 
-rw------- 1 fms fms 492 Dec  7 11:26 juarez100.m3u8

This issue is a regression, and it came after #23 was implemented.