NewPipeExtractor/timeago-parser/raw
Mauricio Colli 3638f0e0ea
Implement time ago parser and improve localization handling
- Handle special cases for languages where the number is not shown
- Rework the Downloader base implementation, allowing for more
advanced things to be done
- Separate the localization from the content country (just like
YouTube let's the user choose both).
2019-11-03 15:46:21 -03:00
..
java Implement time ago parser and improve localization handling 2019-11-03 15:46:21 -03:00
times Add time units strings and utilities 2018-03-22 20:31:02 -03:00
README.md Add time units strings and utilities 2018-03-22 20:31:02 -03:00
overview.json Add time units strings and utilities 2018-03-22 20:31:02 -03:00
unique_patterns.json Implement time ago parser and improve localization handling 2019-11-03 15:46:21 -03:00

README.md

Time ago parser raw resources

This directory contains some JSON-formatted time ago strings gather directly from YouTube.

Java directory

Some useful classes that can generate an overview and check if we have all the time units for all the languages.

It also contains the resource bundle generator.

Times directory

All the units organized by their unit value and name (e.g. 1s = "1 second", 2y = "2 años", 4w = "4 semanas").