mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-03-25 01:44:44 +00: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.