aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorP-reducible <P-reducible@users.noreply.github.com>2022-05-15 18:49:19 +0200
committerGitHub <noreply@github.com>2022-05-15 09:49:19 -0700
commitc9b2b368b3a513d8743bf4d17fa9427f46ccdc18 (patch)
tree4402d8b7aec98ae73a91d6abba2490638b717f21 /yt_dlp/extractor/extractors.py
parente037c405ad57fb3276da133a05226451b9be6478 (diff)
[rokfin:search] Add extractor (#2992)
Authored by: P-reducible, pukkandan
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 9f87d121e..74add3530 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1404,6 +1404,7 @@ from .rokfin import (
RokfinIE,
RokfinStackIE,
RokfinChannelIE,
+ RokfinSearchIE,
)
from .roosterteeth import RoosterTeethIE, RoosterTeethSeriesIE
from .rottentomatoes import RottenTomatoesIE