Merge remote-tracking branch 'ckrooss/master'
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 5 Jan 2015 17:07:16 +0000 (18:07 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 5 Jan 2015 17:07:16 +0000 (18:07 +0100)
1  2 
youtube_dl/extractor/__init__.py

index 0c872938489f81aa5291ec5ce4f2ab56aa22c479,349f4fe7139629baefd92b83ef9b478c60725eff..8e47bd60dce440f383720fde04e31679d6554cd5
@@@ -164,6 -164,10 +164,6 @@@ from .globo import GloboI
  from .godtube import GodTubeIE
  from .goldenmoustache import GoldenMoustacheIE
  from .golem import GolemIE
 -from .gogoanime import (
 -    GoGoAnimeIE,
 -    GoGoAnimeSearchIE
 -)
  from .googleplus import GooglePlusIE
  from .googlesearch import GoogleSearchIE
  from .gorillavid import GorillaVidIE
@@@ -313,6 -317,16 +313,6 @@@ from .phoenix import PhoenixI
  from .photobucket import PhotobucketIE
  from .planetaplay import PlanetaPlayIE
  from .played import PlayedIE
 -from .play44 import (
 -    Play44IE,
 -    ByZooIE,
 -    Video44IE,
 -    VideoWingIE,
 -    PlayPandaIE,
 -    VideoZooIE,
 -    PlayBBIE,
 -    EasyVideoIE
 -)
  from .playfm import PlayFMIE
  from .playvid import PlayvidIE
  from .podomatic import PodomaticIE
@@@ -325,6 -339,7 +325,7 @@@ from .prosiebensat1 import ProSiebenSat
  from .pyvideo import PyvideoIE
  from .quickvid import QuickVidIE
  from .radiode import RadioDeIE
+ from .radiobremen import RadioBremenIE
  from .radiofrance import RadioFranceIE
  from .rai import RaiIE
  from .rbmaradio import RBMARadioIE
@@@ -374,6 -389,10 +375,6 @@@ from .smotri import 
  from .snotr import SnotrIE
  from .sockshare import SockshareIE
  from .sohu import SohuIE
 -from .soulanime import (
 -    SoulAnimeWatchingIE,
 -    SoulAnimeSeriesIE
 -)
  from .soundcloud import (
      SoundcloudIE,
      SoundcloudSetIE,
@@@ -468,6 -487,7 +469,6 @@@ from .viddler import ViddlerI
  from .videobam import VideoBamIE
  from .videodetective import VideoDetectiveIE
  from .videolecturesnet import VideoLecturesNetIE
 -from .videofun import VideoFunIE
  from .videofyme import VideofyMeIE
  from .videomega import VideoMegaIE
  from .videopremium import VideoPremiumIE
@@@ -511,7 -531,6 +512,7 @@@ from .wdr import 
      WDRMobileIE,
      WDRMausIE,
  )
 +from .webofstories import WebOfStoriesIE
  from .weibo import WeiboIE
  from .wimp import WimpIE
  from .wistia import WistiaIE
@@@ -547,6 -566,7 +548,6 @@@ from .youtube import 
      YoutubeSearchURLIE,
      YoutubeShowIE,
      YoutubeSubscriptionsIE,
 -    YoutubeTopListIE,
      YoutubeTruncatedIDIE,
      YoutubeTruncatedURLIE,
      YoutubeUserIE,