1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-20 16:15:41 +07:00

Add SinaIE (related #1039): extractor for video.sina.com.cn

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-07-18 15:31:50 +02:00
parent 3f40217704
commit 0932300e3a
2 changed files with 68 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
from .rbmaradio import RBMARadioIE
from .redtube import RedTubeIE
from .ringtv import RingTVIE
from .sina import SinaIE
from .soundcloud import SoundcloudIE, SoundcloudSetIE
from .spiegel import SpiegelIE
from .stanfordoc import StanfordOpenClassroomIE