track_grabber
    Created by: Jospeh Jones

Purpose:
    Have you ever wanted to find some popular songs from a new artist you found out about?
    Did you think it was tedious typing searches into google and finding the songs on youtube?
    This is the script for you, it generates an HTML page with the most popular songs found on
    Last.FM. On this list you will find the song names and a link to the youtube video.

Usage: track_grabber.py [-h] artist

    Grab list of tracks of a music artist from Last.FM

    positional arguments:
    artist      Artist's name

    optional arguments:
    -h, --help  show help message and exit
