Dave Nicolson
Dave Nicolson
This allows removing a video from watch history using the `/feedback` endpoint. Types haven’t been added as this endpoint seems unique unlike `IParsedResponse` types.
### Steps to reproduce 1. Run this after copying the cookie from YouTube: ``` const youtube = await Innertube.create({ cookie: 'xxx', }); console.log(await youtube.getPlaylists()) ``` ### Failure Logs ```shell throw...
### Steps to reproduce 1. Navigate to https://www.youtube.com/playlist?list=WL while logged into two accounts 2. Attempt to fetch the Watch Later playlist from the secondary account ```javascript const youtube = await...
This fixes the following error on Chrome, which prevented the script from working: ``` TypeError: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment. ```
This fixes: 
This adds the brightness characteristic only if the device supports it. Fixes #325. This also removes the `this.category === Categories.OUTLET` conditional as it is already evaluated at https://github.com/plasticrake/homebridge-tplink-smarthome/blob/e0de1be/src/homekit-device/plug.ts#L48.
Fixes #52.
This fixes the following error: ``` Extension 'rvest.vs-code-prettier-eslint' FAILED to handle event: TypeError: Cannot destructure property 'document' of 'undefined' as it is undefined. ```