1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[AmazonStore] Add extractor (#1512)

Closes #1509

Authored by: Ashish0804
This commit is contained in:
pukkandan
2021-11-06 03:12:37 +05:30
parent fb2d1ee6cc
commit 3c4eebf772
2 changed files with 54 additions and 0 deletions

View File

@ -50,6 +50,7 @@ from .animelab import (
AnimeLabIE,
AnimeLabShowsIE,
)
from .amazon import AmazonStoreIE
from .americastestkitchen import (
AmericasTestKitchenIE,
AmericasTestKitchenSeasonIE,