1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-01-31 12:32:27 +01:00

[elemental_tv] Fix extractors order

This commit is contained in:
mp107 2024-06-16 21:09:48 +02:00
parent 513ea81155
commit 80c2305d45

View file

@ -583,8 +583,8 @@ from .egghead import (
)
from .eighttracks import EightTracksIE
from .eitb import EitbIE
from .elementorembed import ElementorEmbedIE
from .elemental_tv import ElementalTVIE
from .elementorembed import ElementorEmbedIE
from .elonet import ElonetIE
from .elpais import ElPaisIE
from .eltrecetv import ElTreceTVIE