1
0
Fork 0

[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
commit f76ca2dd56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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