#!/usr/bin/env python3 import json from urllib.request import urlopen print(json.loads(urlopen('http://miniplay.imbc.com/WebLiveURL.ashx?channel=mfm&agent=&protocol=RTMP').read().decode('utf-8')[1:-2])['AACLiveURL'])