aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/shemaroome.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/shemaroome] Pass `stream_key` header to downloader (#7224)bashonly2023-06-041-1/+4
| | | | Closes #7133 Authored by: bashonly
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+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
* [aes] Add unpad_pkcs7pukkandan2022-02-011-4/+2
|
* [Cleanup] Remove some unnecessary groups in regexes (#1738)Ashish Gupta2021-11-301-2/+3
| | | Authored by: Ashish0804
* [ShemarooMe] Fix extractor (#798)Ashish2021-08-271-13/+41
| | | | Closes #797 Authored by: Ashish0804
* [ShemarooMe] Add extractor (#332)Ashish2021-05-231-0/+76
Closes #307 Co-authored-by: Ashish0804, pukkandan