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

Add an extractor for Slideshare (closes #1400)

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-09-10 11:19:58 +02:00
parent 6d2d21f713
commit 07463ea162
2 changed files with 48 additions and 0 deletions

View File

@@ -75,6 +75,7 @@
from .rtlnow import RTLnowIE
from .sina import SinaIE
from .slashdot import SlashdotIE
from .slideshare import SlideshareIE
from .sohu import SohuIE
from .soundcloud import SoundcloudIE, SoundcloudSetIE
from .spiegel import SpiegelIE