Skip to content

Instantly share code, notes, and snippets.

@kscc25
kscc25 / Mp3ZingDownloader.py
Last active January 27, 2016 09:27
Yet another Zing MP3 downloader Usage: ./Mp3ZingDownloader.py <url>
#!/usr/bin/env python
"""
Zing MP3 downloader
Usage: ./Mp3ZingDownloader.py -h
"""
__author__ = 'heroandtn3 (www.sangnd.com)'
__email__ = 'heroandtn3 [at] gmail.com'
__version__ = '0.2.1'
__released__ = '11/10/2013'