diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-20 20:17:47 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-20 20:17:47 +0600 |
commit | cc7051efd798691773164fc08f4286ff4c0ab317 (patch) | |
tree | f361a2466108e8c77614229de78ab68c9c3673b6 /youtube_dl/extractor/__init__.py | |
parent | adb6b1b3161d5a2d3478657904d1fb4f564cd366 (diff) | |
parent | 8da0e0e94682faa0463f33d991df70a2402b5a86 (diff) |
Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ping-viki-shows
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 8c28cdc71..173e9a155 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -645,7 +645,7 @@ from .vine import ( ) from .viki import ( VikiIE, - VikiShowIE, + VikiChannelIE, ) from .vk import ( VKIE, |