youtube-dl

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

commit 51c2cd0b83777f87fbc45b18f59a6f467717ba57
parent 5f5a9d615835110380075343786e58f78f5b08a7
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 13 Jul 2016 21:53:23 +0700

[extractors] Add vk:wallpost extractor import

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

diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py @@ -989,6 +989,7 @@ from .viki import ( from .vk import ( VKIE, VKUserVideosIE, + VKWallPostIE, ) from .vlive import VLiveIE from .vodlocker import VodlockerIE