aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/amazon.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/amazon] Add `AmazonReviews` extractor (#5857)bashonly2022-12-291-7/+109
| | | | Closes #5766 Authored by: bashonly
* [extractor/AmazonStore] Fix JSON extraction (#5111)coletdjnz2022-10-031-5/+15
| | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/5110 Authored by: coletdjnz Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
* [extractor] Fix `fatal=False` in `RetryManager`pukkandan2022-09-221-1/+1
|
* [extractor/amazonstore] Retry to avoid captcha page (#4811)Lesmiscore2022-09-021-3/+9
| | | Authored by: Lesmiscore
* [cleanup] Upgrade syntaxpukkandan2022-04-121-1/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [Cleanup] Remove some unnecessary groups in regexes (#1738)Ashish Gupta2021-11-301-1/+1
| | | Authored by: Ashish0804
* [AmazonStoreIE] Fix regex to not match vdp urls (#1699)Ashish Gupta2021-11-181-1/+1
| | | | Closes: #1698 Authored by: Ashish0804
* [AmazonStore] Add extractor (#1512)pukkandan2021-11-061-0/+53
Closes #1509 Authored by: Ashish0804