fix: add support for A/B-13 (2-column layout for music playlists/albums)

This commit is contained in:
ThetaDev 2024-02-29 02:54:40 +01:00
parent bd04a87ad5
commit 76c27f0324
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
14 changed files with 63535 additions and 89 deletions

View file

@ -24,6 +24,13 @@ to the new feature.
- 🔴 **High** Changes to the functionality of YouTube that will require API changes for
alternative clients
**Status:**
- Experimental (<3%)
- Common (>3%)
- Frequent (>40%)
- Stabilized (100%)
If you want to check how often these A/B tests occur, you can use the `codegen` tool
with the following command: `rustypipe-codegen ab-test <id>`.
@ -584,3 +591,16 @@ be accomodated. There are also no mobile/TV header images available any more.
}
}
```
## [13] Music album/playlist 2-column layout
- **Encountered on:** 29.02.2024
- **Impact:** 🟢 Low
- **Endpoint:** browse
- **Status:** Common (6%)
![A/B test 13 screenshot](./_img/ab_13.png)
YouTube Music updated the layout of album and playlist pages. The new layout shows
the cover on the left side of the playlist content.

BIN
notes/_img/ab_13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB