aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-03-12 06:05:22 +0800
committerJesús <heckyel@hyperbola.info>2022-03-12 06:05:22 +0800
commitb9775db0f6c1013c76bd34784a92943c1c099e17 (patch)
tree578123ef504e260d59b3490eab648f7e20348f94 /yt_dlp/extractor/extractors.py
parent4dca2c43485c9aebf8437e0dae86668a0b969b20 (diff)
parent592b748582f67309ac79670ba6a4bb7a62c4506f (diff)
downloadhypervideo-pre-b9775db0f6c1013c76bd34784a92943c1c099e17.tar.lz
hypervideo-pre-b9775db0f6c1013c76bd34784a92943c1c099e17.tar.xz
hypervideo-pre-b9775db0f6c1013c76bd34784a92943c1c099e17.zip
updated from upstream | 12/03/2022 at 06:05
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 5448acf01..09b795c56 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -520,6 +520,7 @@ from .foxnews import (
FoxNewsArticleIE,
)
from .foxsports import FoxSportsIE
+from .fptplay import FptplayIE
from .franceculture import FranceCultureIE
from .franceinter import FranceInterIE
from .francetv import (
@@ -848,6 +849,7 @@ from .microsoftvirtualacademy import (
from .mildom import (
MildomIE,
MildomVodIE,
+ MildomClipIE,
MildomUserVodIE,
)
from .minds import (
@@ -1150,6 +1152,11 @@ from .palcomp3 import (
PalcoMP3VideoIE,
)
from .pandoratv import PandoraTVIE
+from .panopto import (
+ PanoptoIE,
+ PanoptoListIE,
+ PanoptoPlaylistIE
+)
from .paramountplus import (
ParamountPlusIE,
ParamountPlusSeriesIE,
@@ -1218,6 +1225,7 @@ from .podomatic import PodomaticIE
from .pokemon import (
PokemonIE,
PokemonWatchIE,
+ PokemonSoundLibraryIE,
)
from .pokergo import (
PokerGoIE,
@@ -2010,6 +2018,7 @@ from .ximalaya import (
XimalayaIE,
XimalayaAlbumIE
)
+from .xinpianchang import XinpianchangIE
from .xminus import XMinusIE
from .xnxx import XNXXIE
from .xstream import XstreamIE