[vk] Added a new information extractor for pages that are a list of a user\'s videos on vk.com. It works in a same way to playlist style pages for the YT information extractors.

This commit is contained in:
Will Sewell
2014-11-17 17:52:00 -05:00
parent 23ad44b57b
commit 469d4c8968
2 changed files with 40 additions and 2 deletions

View File

@ -452,7 +452,10 @@ from .vine import (
VineUserIE,
)
from .viki import VikiIE
from .vk import VKIE
from .vk import (
VKIE,
VKUserVideosIE,
)
from .vodlocker import VodlockerIE
from .vporn import VpornIE
from .vrt import VRTIE