1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-21 08:35:40 +07:00

Add an extractor for kankan.com (closes #1133)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-07-29 23:13:12 +02:00
parent caeefc29eb
commit 8cda9241d1
2 changed files with 38 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
from .instagram import InstagramIE
from .jukebox import JukeboxIE
from .justintv import JustinTVIE
from .kankan import KankanIE
from .keek import KeekIE
from .liveleak import LiveLeakIE
from .livestream import LivestreamIE