Fixed errors found by travisci:
authorKeith Beckman <kbeckman@becknet.com>
Wed, 21 May 2014 02:28:32 +0000 (22:28 -0400)
committerKeith Beckman <kbeckman@becknet.com>
Wed, 21 May 2014 02:28:32 +0000 (22:28 -0400)
commitee1a7032d51757aceab806db707979203626e9ea
tree13d48388814f5751ca0e4040e34359dbb64cb0cc
parent7ed806d24165a1ce909e2a1de340703392b216cd
Fixed errors found by travisci:

py26: re.split can't take flags. use inline flags or re.compile
py27: info_dict must be serializable. remove request object
py335, py34: no urlparse module. use utils.compat_urlparse
youtube_dl/extractor/grooveshark.py