aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2022-12-29 15:04:09 +0000
committerGitHub <noreply@github.com>2022-12-29 15:04:09 +0000
commit53006b35ea8b26ff31a96a423ddaa3304d0a124e (patch)
tree364b731072b36d517074f93d8900beacdabd0716 /yt_dlp/extractor/_extractors.py
parent4b183d49620e564219c01714ca8639199f6b1cc0 (diff)
downloadhypervideo-pre-53006b35ea8b26ff31a96a423ddaa3304d0a124e.tar.lz
hypervideo-pre-53006b35ea8b26ff31a96a423ddaa3304d0a124e.tar.xz
hypervideo-pre-53006b35ea8b26ff31a96a423ddaa3304d0a124e.zip
[extractor/amazon] Add `AmazonReviews` extractor (#5857)
Closes #5766 Authored by: bashonly
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index e51228aff..4fed24c35 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -87,7 +87,10 @@ from .alura import (
AluraCourseIE
)
from .amcnetworks import AMCNetworksIE
-from .amazon import AmazonStoreIE
+from .amazon import (
+ AmazonStoreIE,
+ AmazonReviewsIE,
+)
from .amazonminitv import (
AmazonMiniTVIE,
AmazonMiniTVSeasonIE,