mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update _extractors.py
Add entries for IlPost
This commit is contained in:
parent
03c3d70577
commit
0c01a55173
1 changed files with 4 additions and 1 deletions
|
@ -851,7 +851,10 @@
|
|||
IHeartRadioIE,
|
||||
IHeartRadioPodcastIE,
|
||||
)
|
||||
from .ilpost import IlPostIE
|
||||
from .ilpost import (
|
||||
IlPostIE,
|
||||
IlPostPodcastIE,
|
||||
)
|
||||
from .iltalehti import IltalehtiIE
|
||||
from .imdb import (
|
||||
ImdbIE,
|
||||
|
|
Loading…
Reference in a new issue