Blair Wigley
Results
1
issues of
Blair Wigley
``` if url.startswith('http'): logger.debug("m3u8 url") inputm3u8 = requests.Request(url, headers={'User-Agent':''}) inputm3u8 = requests.urlopen(inputm3u8).read().decode('utf-8') inputm3u8 = inputm3u8.split("\n")[1:] ``` Not sure if there's any point doing a PR with this because it might...