wubloader/downloader/downloader
Mike Lang fccec1ace0 downloader: Fix a bug where hashes are miscalculated
due to not including the map data in the hash calculation.

This is only relevant for streams with map data, which does not include twitch or youtube URLs.
..
__init__.py Add skeleton of downloader service
__main__.py Allow setting of log level via WUBLOADER_LOG_LEVEL env var
hls_playlist.py downloader: Prepend any HLS "map" data to every segment
main.py downloader: Fix a bug where hashes are miscalculated
providers.py downloader: Add youtube support