fix: A/B test 4, video tab on the trending page
This commit is contained in:
parent
c78b4faacd
commit
d749500a04
7 changed files with 63 additions and 7 deletions
|
|
@ -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**
|
||||
|
||||

|
||||
|
||||
**NEW**
|
||||
|
||||

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