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
| # Displays the currently playing media at FIP radio | |
| # http://www.fipradio.fr/player | |
| # You may want to update the number at the end of the URL | |
| # if you use a specific "style" channel instead of the | |
| # generic (main) channel, which is 7. | |
| import requests | |
| import time | |
| import sys |