1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[extractor/vocaroo] Add extractor (#6117)

Authored by: qbnu, SuperSonicHub1
Closes #6152
This commit is contained in:
qbnu
2023-02-17 03:18:07 +00:00
committed by GitHub
parent da880559a6
commit e4a8b1769e
2 changed files with 66 additions and 0 deletions

View File

@@ -2190,6 +2190,7 @@ from .vk import (
VKUserVideosIE,
VKWallPostIE,
)
from .vocaroo import VocarooIE
from .vodlocker import VodlockerIE
from .vodpl import VODPlIE
from .vodplatform import VODPlatformIE