1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[puhutv] Add extractor (closes #16010)

This commit is contained in:
Enes
2018-04-24 19:02:38 +03:00
committed by Sergey M․
parent 8e66ffc3b7
commit 6de82b4476
2 changed files with 236 additions and 0 deletions

View File

@ -860,6 +860,10 @@ from .pornhub import (
from .pornotube import PornotubeIE
from .pornovoisines import PornoVoisinesIE
from .pornoxo import PornoXOIE
from .puhutv import (
PuhuTVIE,
PuhuTVSerieIE,
)
from .presstv import PressTVIE
from .primesharetv import PrimeShareTVIE
from .promptfile import PromptFileIE