Created
January 31, 2023 00:31
-
-
Save mattetti/f68c6b164d005dd2afe113d18e571b75 to your computer and use it in GitHub Desktop.
nova.fr (high res) VLC playlist with user agent bypass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<playlist xmlns="http://xspf.org/ns/0/" xmlns:vlc="http://www.videolan.org/vlc/playlist/ns/0/" version="1"> | |
<title>Playlist</title> | |
<trackList> | |
<track> | |
<location>https://radionova.ice.infomaniak.ch/radionova-256.aac</location> | |
<extension application="http://www.videolan.org/vlc/playlist/0"> | |
<vlc:id>0</vlc:id> | |
<vlc:option>http-user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'</vlc:option> | |
</extension> | |
</track> | |
</trackList> | |
<extension application="http://www.videolan.org/vlc/playlist/0"> | |
<vlc:item tid="0"/> | |
</extension> | |
</playlist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment