feat(plugin/music): add youtube music as a provider (#696)
This commit is contained in:
@@ -67,6 +67,22 @@ This mode is not supported for now.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>YouTube Music</summary>
|
||||
|
||||
Extract the *playlist* URL of the playlist you want to share.
|
||||
|
||||
To do so, Open YouTube Music and select the playlist you want to share.
|
||||
|
||||
Extract the source link from copying it from the address bar:
|
||||
```
|
||||
https://music.youtube.com/playlist?list=********
|
||||
```
|
||||
|
||||
And use this value in `plugin_music_playlist` option.
|
||||
|
||||
</details>
|
||||
|
||||
#### ℹ️ Examples workflows
|
||||
|
||||
[➡️ Available options for this plugin](metadata.yml)
|
||||
@@ -170,6 +186,25 @@ Register your API key to finish setup.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>YouTube Music</summary>
|
||||
|
||||
Extract your YouTube Music cookies.
|
||||
|
||||
To do so, open [YouTube Music](https://music.youtube.com) (whilst logged in) on any modern browser
|
||||
|
||||
Open the developer tools (Ctrl-Shift-I) and select the “Network” tab
|
||||
|
||||

|
||||
|
||||
Find an authenticated POST request. The simplest way is to filter by /browse using the search bar of the developer tools. If you don’t see the request, try scrolling down a bit or clicking on the library button in the top bar.
|
||||
|
||||
Click on the Name of any matching request. In the “Headers” tab, scroll to the “Cookie” and copy this by right-clicking on it and selecting “Copy value”.
|
||||
|
||||

|
||||
|
||||
</details>
|
||||
|
||||
#### ℹ️ Examples workflows
|
||||
|
||||
[➡️ Available options for this plugin](metadata.yml)
|
||||
|
||||
Reference in New Issue
Block a user