- May 02, 2022
-
-
coletdev authored
Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password` Authored-by: coletdjnz Co-authored-by:
df <fieldhouse@gmx.net> Co-authored-by:
pukkandan <pukkandan.ytdlp@gmail.com>
-
coletdev authored
Authored by: coletdjnz
-
- May 01, 2022
-
-
Justin Keogh authored
Closes #3557 Authored by: jakeogh
-
Lesmiscore authored
This reverts commit 86ab0782.
-
- Apr 30, 2022
-
-
pukkandan authored
* Do not warn when fixup is skipped for existing file * [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors * [utils] write_string: Fix bug in 59f943cd * [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048 * [docs] Remove note about permissions. Closes #3597
-
pukkandan authored
-
Lesmiscore authored
Authored by: Lesmiscore
-
- Apr 29, 2022
-
-
pukkandan authored
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
-
- Apr 28, 2022
- Apr 26, 2022
- Apr 24, 2022
-
-
Lesmiscore authored
This also fixes crash caused by moving asyncio to .compat. Authored by: Lesmiscore Thanks: J.Chung at Discord (581418557871620106)
-
- Apr 21, 2022
-
-
Lesmiscore authored
-
- Apr 20, 2022
- Apr 18, 2022
-
- Apr 17, 2022
-
-
pukkandan authored
-
- Apr 15, 2022
-
- Apr 12, 2022
-
-
pukkandan authored
Closes #3353
-
pukkandan authored
Authored by: fstirlitz, pukkandan
-
pukkandan authored
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
-
pukkandan authored
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
-
pukkandan authored
Authored by fstirlitz, pukkandan
-
felix authored
Notes: * `_windows_write_string`: Fixed in 3.6 * https://bugs.python.org/issue1602 * PEP: https://www.python.org/dev/peps/pep-0528 * Windows UTF-8 fix: Fixed in 3.3 * https://bugs.python.org/issue13216 * `__loader__`: is always present in 3.3+ * https://bugs.python.org/issue14646 * `workaround_optparse_bug9161`: Fixed in 2.7 * https://bugs.python.org/issue9161 Authored by: fstirlitz
-
- Apr 10, 2022
-
- Apr 09, 2022
-
-
Lesmiscore authored
Authored by: Lesmiscore
-
pukkandan authored
-
- Apr 08, 2022
-
- Apr 07, 2022
-
-
pukkandan authored
-
pukkandan authored
-
Justin Keogh authored
Authored by: jakeogh, pukkandan
-
- Apr 05, 2022
-
-
pukkandan authored
Closes #3124
-
pukkandan authored
Closes #3022 Failure to lock download-archive is still fatal. This is consistent with youtube-dl's behavior
-
pukkandan authored
Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
-
- Apr 01, 2022
-
-
Lesmiscore (Naoya Ozaki) authored
-
Lesmiscore authored
-
- Mar 31, 2022
-
-
pukkandan authored