globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
2.03k stars 471 forks source link

Use os.makedirs with exist_ok=True #292

Closed bbayles closed 2 years ago

bbayles commented 2 years ago

Fixes #291

This PR updates M3U8.dump such that it uses exist_ok=True when creating directories with os.makedirs.

The intended behavior now obtains: