If your browser keeps opening the playlist in a built-in player or a text window, you can bypass this behavior:
import requests from urllib.parse import urljoin fixed download m3u file from url
wget --tries=5 --timeout=20 --output-document=fixed_playlist.m3u "URL" If your browser keeps opening the playlist in
Invoke-WebRequest -Uri "http://example.com/your-file.m3u" -OutFile "playlist.m3u" fixed download m3u file from url