BeautifulSoup is no longer a dependency!
The parsing code is now all wrapped up in search_classes.py. The two classes are inherited from HTMLParser and their objects are constructed with pandora_fetch(user) and seach_youtube(search_strings).
YouTube has changed the way it formats its results pages, and the code now reflects the new layout.
BeautifulSoup is no longer a dependency!
HTMLParser is signifigantly faster than BeautifulSoup. While the true bottleneck is video download time, the change is still noticable.