mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-27 10:03:45 +01:00
[tennistv] Correctly encode POST parameters
In python 3.x, the POST parameters must be bytes, not str.
This commit is contained in:
In python 3.x, the POST parameters must be bytes, not str.