NewPipeExtractor/extractor
Adam Fontenot 1b3263c550
Catch RegexException in subscriber count extractor
When the subscriber count extraction fails to find the Regex pattern,
a RegexException is thrown. This is not a fatal error in most cases,
for example when downloading the channel page in order to update the
user's subscriptions, and so the correct behavior is to return
UNKNOWN_SUBSCRIBER_COUNT.

Related issue: https://github.com/TeamNewPipe/NewPipe/issues/11353.

This bug comprises two issues: subscribers cannot be extracted for
channels with pronoun tags, and when the RegexException is thrown,
channel subscriptions will fail to update because the exception is
uncaught. This commit fixes the latter aspect of the issue.
2024-11-02 13:37:27 -04:00
..
src Catch RegexException in subscriber count extractor 2024-11-02 13:37:27 -04:00
build.gradle Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 2024-06-29 09:22:41 +00:00