mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-26 11:41:05 +00:00
Enable CamWhoresBay extractor
This commit is contained in:
parent
272bfb3e47
commit
771bbcb453
|
@ -164,6 +164,10 @@ from .camdemy import (
|
|||
)
|
||||
from .cammodels import CamModelsIE
|
||||
from .camtube import CamTubeIE
|
||||
from .camwhoresbay import (
|
||||
CamWhoresBayVideoIE,
|
||||
CamWhoresBayModelIE,
|
||||
)
|
||||
from .camwithher import CamWithHerIE
|
||||
from .canalplus import CanalplusIE
|
||||
from .canalc2 import Canalc2IE
|
||||
|
|
Loading…
Reference in a new issue