1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07:00

[chilloutzone] Added support for chilloutzone.net

Added support for chilloutzone.net videos including embedded youtube
and vimeo movies. In case you find a not working movie, drop me an
email.
This commit is contained in:
Andreas Schmitz
2014-02-06 11:44:44 +01:00
parent df872ec4e7
commit 46a073bfac
2 changed files with 101 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
from .canalc2 import Canalc2IE
from .cbs import CBSIE
from .channel9 import Channel9IE
from .chilloutzone import ChilloutzoneIE
from .cinemassacre import CinemassacreIE
from .clipfish import ClipfishIE
from .cliphunter import CliphunterIE