diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-11 22:58:39 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-11 23:00:53 +0600 |
commit | 031ec536f00af5dc4ec034d3adb7d5fe3cc02453 (patch) | |
tree | b2a872c01a91d53a340026841c1e680a9a660528 /youtube_dl/extractor/__init__.py | |
parent | 668db403f97eb1b50a3f54266db4bc274f1fa874 (diff) |
[gorillavid] Rename to xfileshare
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 0a90da73c..06d25ef40 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -221,7 +221,6 @@ from .goldenmoustache import GoldenMoustacheIE from .golem import GolemIE from .googleplus import GooglePlusIE from .googlesearch import GoogleSearchIE -from .gorillavid import GorillaVidIE from .goshgay import GoshgayIE from .groupon import GrouponIE from .hark import HarkIE @@ -786,6 +785,7 @@ from .wrzuta import WrzutaIE from .wsj import WSJIE from .xbef import XBefIE from .xboxclips import XboxClipsIE +from .xfileshare import XFileShareIE from .xhamster import ( XHamsterIE, XHamsterEmbedIE, |