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
# -*- coding: utf-8 -*- | |
''' | |
Simple Tunein's Streaming's URL parser | |
@author: Asdrúbal Suárez | |
@license: Public Domain | |
@version: 0.1 | |
@contact: twitter: @asdrubalivan | |
@usage: tunein_finder.py -url http://tunein.com/radio/EnlaRed-Radio-s89954/ (Don't forget to use the http:// at the beginning) | |
''' | |
import argparse |
NewerOlder