avallete / yt-playlists-delete-enhancer

Add a button to remove videos watched with more than X percent from watch later playlist.
MIT License
17 stars 3 forks source link

Fix fetching initial playlist data #148

Closed dnicolson closed 2 years ago

dnicolson commented 2 years ago

Description

YouTube appears to have made some changes again, the response is an object instead of an array. The unused PlaylistDataFetchError error has also been repurposed.

How Has This Been Tested?

In Violentmonkey after building.

Types of changes

Checklist:

dnicolson commented 2 years ago

The response has now changed back.