Add support for comedycentral clips (closes #233)
authornto <ntogden@gmail.com>
Wed, 12 Dec 2012 03:38:16 +0000 (21:38 -0600)
committernto <ntogden@gmail.com>
Wed, 12 Dec 2012 03:38:16 +0000 (21:38 -0600)
commitca6849e65db09ae2c30c32a0fcc9cb89174131dd
tree7268043e217bcb3d4d48c88636ad8753560c53e8
parenta4680a590f46b1cee44be04d7f285bbe7b6a8d63
Add support for comedycentral clips (closes #233)

Support individual clips, not just full episodes.
break up now monstrous _VALID_URL regex over multiple lines to improve readability,
pass re.VERBOSE flag when using regex to ignore the whitespace
youtube_dl/InfoExtractors.py