fix: add support for A/B-13 (2-column layout for music playlists/albums)
This commit is contained in:
parent
bd04a87ad5
commit
76c27f0324
14 changed files with 63535 additions and 89 deletions
|
|
@ -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%)
|
||||
|
||||

|
||||
|
||||
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
BIN
notes/_img/ab_13.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
Reference in a new issue