Merge remote-tracking branch 'pachacamac/vodlocker'
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 11 Jul 2014 08:54:53 +0000 (10:54 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 11 Jul 2014 08:54:53 +0000 (10:54 +0200)
1  2 
youtube_dl/extractor/__init__.py

index 12cca5c2e039826f9a0554dbfda8fead3128ea9b,1666aa3722d9d81ac4987e129ec76f94142a58b6..7b3f9ae24b41c8057d654c2f3142fc1a105441bc
@@@ -3,7 -3,6 +3,7 @@@ from .addanime import AddAnimeI
  from .aftonbladet import AftonbladetIE
  from .anitube import AnitubeIE
  from .aol import AolIE
 +from .allocine import AllocineIE
  from .aparat import AparatIE
  from .appletrailers import AppleTrailersIE
  from .archiveorg import ArchiveOrgIE
@@@ -64,7 -63,6 +64,7 @@@ from .dailymotion import 
  from .daum import DaumIE
  from .dotsub import DotsubIE
  from .dreisat import DreiSatIE
 +from .drtv import DRTVIE
  from .defense import DefenseGouvFrIE
  from .discovery import DiscoveryIE
  from .divxstage import DivxStageIE
@@@ -149,11 -147,7 +149,11 @@@ from .ku6 import Ku6I
  from .la7 import LA7IE
  from .lifenews import LifeNewsIE
  from .liveleak import LiveLeakIE
 -from .livestream import LivestreamIE, LivestreamOriginalIE
 +from .livestream import (
 +    LivestreamIE,
 +    LivestreamOriginalIE,
 +    LivestreamShortenerIE,
 +)
  from .lynda import (
      LyndaIE,
      LyndaCourseIE
@@@ -171,7 -165,6 +171,7 @@@ from .mpora import MporaI
  from .mofosex import MofosexIE
  from .mooshare import MooshareIE
  from .morningstar import MorningstarIE
 +from .motherless import MotherlessIE
  from .motorsport import MotorsportIE
  from .moviezine import MoviezineIE
  from .movshare import MovShareIE
@@@ -204,7 -197,6 +204,7 @@@ from .normalboots import NormalbootsI
  from .novamov import NovaMovIE
  from .nowness import NownessIE
  from .nowvideo import NowVideoIE
 +from .npo import NPOIE
  from .nrk import (
      NRKIE,
      NRKTVIE,
@@@ -263,7 -255,6 +263,7 @@@ from .soundcloud import 
      SoundcloudUserIE,
      SoundcloudPlaylistIE
  )
 +from .soundgasm import SoundgasmIE
  from .southparkstudios import (
      SouthParkStudiosIE,
      SouthparkDeIE,
@@@ -283,7 -274,7 +283,7 @@@ from .sztvhu import SztvHuI
  from .tagesschau import TagesschauIE
  from .teachertube import (
      TeacherTubeIE,
 -    TeacherTubeClassroomIE,
 +    TeacherTubeUserIE,
  )
  from .teachingchannel import TeachingChannelIE
  from .teamcoco import TeamcocoIE
@@@ -342,6 -333,7 +342,7 @@@ from .vine import 
  )
  from .viki import VikiIE
  from .vk import VKIE
+ from .vodlocker import VodlockerIE
  from .vube import VubeIE
  from .vuclip import VuClipIE
  from .vulture import VultureIE