globocom / m3u8

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

Fix Pylint raises no-member #242 #243

Open Horstage opened 3 years ago

Horstage commented 3 years ago

Define interface of M3U8 in __init__ method. Initialize with an INITIAL object, as None might be a valid value. Values are dynamically overwritten in _initialize_attributes().