You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YouTube is A/B testing a new trending UI which completely reworks what data is sent and how it is displayed. This new structure is currently not supported by the extractor.
Here is a screenshot of the new UI in French:
With this UI, the Recently trending section is removed and the trending videos section has now a title (Trending videos), which makes the current code returning no items, as the current/previous UI returned no title for trending videos but one for recently trending videos and shorts.
Here is how looks the new videos trending data structure which is now returned (some fields have been omitted):
In this A/B test, a new trending tab called Videos has been added and replaces the Now tab. It returns only the trending videos without anything else and is accessible with a browse request on the InnerTube API with the FEtrendingbrowseId and the parameters 4gIOGgxtb3N0X3BvcHVsYXI%3D (a protobuf object which means as a raw value 44 { 3: "most_popular"}).
This tab works regardless of the inclusion of the request in the A/B test.
Video items on this tab contains their description like on the current/previous UI and on search results.
Reproduce rate of this A/B test is very low right now (1 or 2% in my region at the time this issue is written).
The text was updated successfully, but these errors were encountered:
YouTube is A/B testing a new trending UI which completely reworks what data is sent and how it is displayed. This new structure is currently not supported by the extractor.
Here is a screenshot of the new UI in French:
With this UI, the
Recently trending
section is removed and the trending videos section has now a title (Trending videos
), which makes the current code returning no items, as the current/previous UI returned no title for trending videos but one for recently trending videos and shorts.Here is how looks the new videos trending data structure which is now returned (some fields have been omitted):
In this A/B test, a new trending tab called
Videos
has been added and replaces theNow
tab. It returns only the trending videos without anything else and is accessible with abrowse
request on the InnerTube API with theFEtrending
browseId
and the parameters4gIOGgxtb3N0X3BvcHVsYXI%3D
(a protobuf object which means as a raw value44 { 3: "most_popular"}
).This tab works regardless of the inclusion of the request in the A/B test.
Video items on this tab contains their description like on the current/previous UI and on search results.
Reproduce rate of this A/B test is very low right now (1 or 2% in my region at the time this issue is written).
The text was updated successfully, but these errors were encountered: