diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-02-23 19:21:25 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-02-23 19:21:25 +0600 |
commit | 543ec2136b2c461b339bc9dcd50ab706cdffb907 (patch) | |
tree | be42638efbf2228f3fac6835038a077e64dd8cb1 /youtube_dl/extractor/__init__.py | |
parent | fcc3e6138b372e13578949dc724f456ae76dd065 (diff) | |
parent | 93b5071f73738d788c878b38a57f2b6efe0da883 (diff) |
Merge branch 'chirbit' of https://github.com/skypher/youtube-dl into skypher-chirbit
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index 4d3e79de9..c3088fba2 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -63,6 +63,7 @@ from .ccc import CCCIE from .ceskatelevize import CeskaTelevizeIE from .channel9 import Channel9IE from .chilloutzone import ChilloutzoneIE +from .chirbit import ChirbitIE, ChirbitProfileIE from .cinchcast import CinchcastIE from .clipfish import ClipfishIE from .cliphunter import CliphunterIE @@ -425,7 +426,10 @@ from .soundcloud import ( SoundcloudUserIE, SoundcloudPlaylistIE ) -from .soundgasm import SoundgasmIE +from .soundgasm import ( + SoundgasmIE, + SoundgasmProfileIE +) from .southpark import ( SouthParkIE, SouthparkDeIE, |