1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

[afreecatv] Add support for livestreams (#2097)

Authored by: wlritchi
This commit is contained in:
Luc Ritchie
2022-01-07 07:12:29 -05:00
committed by GitHub
parent 5f969a78b0
commit f76ca2dd56
2 changed files with 101 additions and 1 deletions

View File

@ -37,7 +37,10 @@ from .aenetworks import (
HistoryPlayerIE,
BiographyIE,
)
from .afreecatv import AfreecaTVIE
from .afreecatv import (
AfreecaTVIE,
AfreecaTVLiveIE,
)
from .airmozilla import AirMozillaIE
from .aljazeera import AlJazeeraIE
from .alphaporno import AlphaPornoIE