1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-22 00:55:43 +07:00

Add extractor for tvcast.naver.com (closes #1331)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-09-05 10:53:40 +02:00
parent 9363169b67
commit 6b95b065be
2 changed files with 74 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
from .muzu import MuzuTVIE
from .myspass import MySpassIE
from .myvideo import MyVideoIE
from .naver import NaverIE
from .nba import NBAIE
from .nbc import NBCNewsIE
from .ooyala import OoyalaIE