fix: Fix long playlist extraction again

YouTube changed their API endpoint AGAIN or my browser
had a older version still in cache. This changes it to the new endpoint again
This commit is contained in:
Tilmann Meyer 2021-03-18 23:37:56 +01:00
parent cc7f4fb16b
commit bb9397fc3c
No known key found for this signature in database
GPG Key ID: A95E199988004B62
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class PlaylistPage {
{String? token}) {
if (token != null && token.isNotEmpty) {
var url =
'https://www.youtube.com/youtubei/v1/guide?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8';
'https://www.youtube.com/youtubei/v1/browse?key=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8';
return retry(() async {
var body = {