There seems to be some misinformation about Watch Later and Watch History. The lists have not been deprecated, just the specific way to access them in channels and the API specifies that they are now under playlists.
https://developers.google.com/youtube/v3/guides/implementation/playlists
Note that the v2 API provided separate feeds for a channel's favorite videos, watch history, and watch later playlist. The v3 API uses playlists and playlist items to represent all of these concepts.
They are not deprecated at all. It was simply properties that made them separate that have been deprecated and the ids of WL and HL are returned to denote that.
If users do want to add/remove from the list then keep the custom option but currently, the Watch Later does not work unless you add WL to the custom id property.
There seems to be some misinformation about Watch Later and Watch History. The lists have not been deprecated, just the specific way to access them in
channelsand the API specifies that they are now under playlists.https://developers.google.com/youtube/v3/guides/implementation/playlists
They are not deprecated at all. It was simply properties that made them separate that have been deprecated and the ids of WL and HL are returned to denote that.
If users do want to add/remove from the list then keep the custom option but currently, the Watch Later does not work unless you add
WLto the custom id property.