1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-29 21:57:50 +00:00

[AfreecaTV] Add AfreecaTVUserIE (#3286)

Closes #3257
Authored by: hatienl0i261299
This commit is contained in:
Ha Tien Loi
2022-04-07 18:03:13 +07:00
committed by GitHub
parent 22fba53fbd
commit bd4073c535
2 changed files with 58 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ from .aenetworks import (
from .afreecatv import (
AfreecaTVIE,
AfreecaTVLiveIE,
AfreecaTVUserIE,
)
from .airmozilla import AirMozillaIE
from .aljazeera import AlJazeeraIE