aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/aes.py
Commit message (Collapse)AuthorAgeFilesLines
* Update to ytdl-commit-de39d128pukkandan2022-11-071-4/+16
| | | | | | | [extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210
* [cleanup] Miscpukkandan2022-07-181-3/+15
|
* [aes] Add multiple padding modes in CBCElyse2022-07-121-4/+33
| | | | Authored by: elyse0
* [compat] Remove deprecated functions from core codepukkandan2022-06-251-2/+3
|
* [cleanup] Minor fixes (See desc)pukkandan2022-05-091-1/+1
| | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup
* [dependencies] Create module with all dependency importspukkandan2022-04-211-4/+5
|
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-1/+1
|
* [cleanup] Sort importspukkandan2022-04-121-10/+2
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [cleanup] Upgrade syntaxpukkandan2022-04-121-2/+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-3/+15
|
* [AES] Add ECB mode (#1686)The Hatsune Daishi2021-11-191-0/+42
| | | | Needed for #1688 Authored by: nao20010128nao
* [aes] Improve performance slightly (#1135)Ákos Sülyi2021-10-031-39/+13
| | | Authored by: sulyi
* [aes] Add `aes_gcm_decrypt_and_verify` (#1020)Ákos Sülyi2021-09-191-44/+165
| | | Authored by: sulyi, pukkandan
* [hls,aes] Fallback to native implementation for AES-CBCpukkandan2021-09-181-1/+13
| | | | | | | and detect `Cryptodome` in addition to `Crypto` Closes #935 Related: #938
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+361
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan