Use new youtube continuations api for playlists

Requires sending a POST request instead of GET.
clientName and clientVersion, which were required as headers previously now need to be part of the request payload.
continuation id also needs to be part of request body.

quick and dirty solution.
This commit is contained in:
XiangRongLin
2021-03-03 19:49:26 +01:00
parent beb05bd05c
commit 43b46bd408
19 changed files with 1637 additions and 235 deletions