youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 70113c38c9e551d7d9ab2a4d1f7e76c81b68ae76
parent 3d8132f5e20b7cbdaa8f69aca482553b2c02bed8
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 26 Aug 2015 22:04:39 +0600

[shared] Clarify IE_DESC

Diffstat:
Myoutube_dl/extractor/shared.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/shared.py b/youtube_dl/extractor/shared.py @@ -14,6 +14,7 @@ from ..utils import ( class SharedIE(InfoExtractor): + IE_DESC = 'shared.sx and vivo.sx' _VALID_URL = r'http://(?:shared|vivo)\.sx/(?P<id>[\da-z]{10})' _TEST = {