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

[ie/antenna] Support antenna.gr (#7584)

Authored by: stdedos
This commit is contained in:
Stavros Ntentos
2023-08-29 03:05:49 +03:00
committed by GitHub
parent b9f2bc2dbe
commit 665876034c
2 changed files with 36 additions and 21 deletions

View File

@ -1699,8 +1699,8 @@ from .megatvcom import (
MegaTVComIE,
MegaTVComEmbedIE,
)
from .ant1newsgr import (
Ant1NewsGrWatchIE,
from .antenna import (
AntennaGrWatchIE,
Ant1NewsGrArticleIE,
Ant1NewsGrEmbedIE,
)