mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-01 13:58:37 +09: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.