fix: A/B test 4, video tab on the trending page

This commit is contained in:
ThetaDev 2023-04-02 01:15:44 +02:00
parent c78b4faacd
commit d749500a04
7 changed files with 63 additions and 7 deletions

View file

@ -266,3 +266,23 @@ Note that channels without handles still use the old data model, even on the sam
}
}
```
## [4] Video tab on the Trending page
- **Encountered on:** 1.04.2023
- **Impact:** 🟢 Low
- **Endpoint:** browse (trending videos)
YouTube moved the list of trending videos from the main *trending* page to a
separate tab (Videos).
The video tab is fetched with the params `4gIOGgxtb3N0X3BvcHVsYXI%3D`. The data model
of the video tab did not change.
**OLD**
![A/B test 4 old screenshot](./_img/ab_4_old.png)
**NEW**
![A/B test 4 old screenshot](./_img/ab_4_new.png)

BIN
notes/_img/ab_4_new.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
notes/_img/ab_4_old.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB