[extractor/amazon] Add AmazonReviews extractor (#5857)
Closes #5766 Authored by: bashonly
This commit is contained in:
parent
4b183d4962
commit
53006b35ea
2 changed files with 113 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue