1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-17 13:38:55 +00:00

[extractor/lefigaro] Add extractors (#6309)

Authored by: elyse0
Closes #6197
This commit is contained in:
Elyse
2023-03-04 16:00:45 -06:00
committed by GitHub
parent f44cb4e77b
commit eb8fd6d044
2 changed files with 139 additions and 0 deletions

View File

@@ -914,6 +914,10 @@ from .leeco import (
LePlaylistIE,
LetvCloudIE,
)
from .lefigaro import (
LeFigaroVideoEmbedIE,
LeFigaroVideoSectionIE,
)
from .lego import LEGOIE
from .lemonde import LemondeIE
from .lenta import LentaIE