1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[networking] Add PATCH request shortcut (#12884)

Authored by: doe1080
This commit is contained in:
doe1080
2025-04-18 08:46:19 +09:00
committed by GitHub
parent ed6c6d7eef
commit ceab4d5ed6
3 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import warnings
from .common import (
HEADRequest,
PATCHRequest,
PUTRequest,
Request,
RequestDirector,