-
Notifications
You must be signed in to change notification settings - Fork 425
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
Fix YouTube subscriber count #196
Conversation
Modify test to fail on too small subscriber count
294eda5
to
06016d1
Compare
Add Billion to mixedNumberWordToLong
decf379
to
6d504e0
Compare
Just a question: Shouldn't we have a way to indicate when we don't have a precise number available? It's a shame if someone is using this library as their source of information for some project that depends on it (e.g. track subscribers over time). Keep in mind that this change would just make the wording/results more accurate, the user would still have to live with that. Maybe including a warning in the documentation is enough? |
Yes, you are right. A warning in the docs is the minimum, maybe printing a warning to the console would be a good compromise, but even a new method (something like |
Modify test to fail on too small subscriber count
Fixes TeamNewPipe/NewPipe#2632
CC @theScrabi @Stypox