X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2F__init__.py;h=90f1a4418b1267cf630a60dca3cd23266133f59c;hb=c7a7750d3b825e3f7aa9cd3617a76d2f56c1387d;hp=21e9e5d37234a9535555fcdc6e1df3a67e764073;hpb=6d69d03bac08f8381031de721167103697bf3fed;p=youtube-dl.git diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 21e9e5d37..90f1a4418 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -59,6 +59,7 @@ from .myvideo import MyVideoIE from .nba import NBAIE from .nbc import NBCNewsIE from .ooyala import OoyalaIE +from .orf import ORFIE from .pbs import PBSIE from .photobucket import PhotobucketIE from .pornotube import PornotubeIE @@ -70,6 +71,7 @@ from .roxwel import RoxwelIE from .rtlnow import RTLnowIE from .sina import SinaIE from .slashdot import SlashdotIE +from .sohu import SohuIE from .soundcloud import SoundcloudIE, SoundcloudSetIE from .spiegel import SpiegelIE from .stanfordoc import StanfordOpenClassroomIE