[comedycentral] Change XPath .//guid to ./guid (fixes #2668)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 1 Apr 2014 19:38:07 +0000 (21:38 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 1 Apr 2014 19:38:07 +0000 (21:38 +0200)
commit9ddaf4ef8cce43ad1ae9d3fdbedab2e63f40ca10
treef68f4c43df4946608b5d971af40f0e78b2170fbf
parent97b557384836660bbff02198e0407d70bdd65705
[comedycentral] Change XPath .//guid to ./guid (fixes #2668)

It fails to find the element in python 2.6 and it's not required, the
element is a direct child of the item node.
youtube_dl/extractor/comedycentral.py