-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[YouTube] New short date format #1067
Comments
I think it should occur in all languages. fr
|
Yes, it does. I have just written down the English versions. BTW: YouTube most likely uses the Unicode CLDR repository for their date strings. Here are the relevant keys: Long version: Short version: So if we want to reimplement multi-language extraction, we can just use the CLDR data and dont need to fetch samples from YouTube to build a parsing dictionary. |
It seems like YouTube is actually using the narrow version for this, not the short version. |
Are you sure about that? In German the two versions are different and they use short version. What languages did you check? Update: Yes, the English version uses a mixture of the short and narrow version. It does not seem to work that simple. |
See: TeamNewPipe/NewPipeExtractor#1067 Authored by: coletdjnz
See: TeamNewPipe/NewPipeExtractor#1067 Authored by: coletdjnz
YouTube is A/B testing a new, shorter format for video upload dates.
The long format is still used for comments and playlist update dates.
en-US
y
mo
w
d
h
min
en-GB
yr
mo
wk
day(s)
hr
min
The A/B test currently occurs very rarely (14 out of 1000 requests).
Here is a visitor data cookie for testing:
CgtJeFI1cWVSWVBTNCj6yc6jBg%3D%3D
The text was updated successfully, but these errors were encountered: