1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 16:45:17 +00:00

[extractor/amazon] Add AmazonReviews extractor (#5857)

Closes #5766
Authored by: bashonly
This commit is contained in:
bashonly
2022-12-29 15:04:09 +00:00
committed by GitHub
parent 4b183d4962
commit 53006b35ea
2 changed files with 113 additions and 8 deletions

View File

@ -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,