Update extractor version

- Handle case where subscribers count is not available
- Fix NPE when a YouTube playlist is empty
- Quick fix for the kiosks in SoundCloud
This commit is contained in:
Mauricio Colli 2018-09-05 07:29:15 -03:00
parent 6e75d41956
commit 612228bb73
No known key found for this signature in database
GPG Key ID: F200BFD6F29DDD85
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:834382111b98e629'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:850670917fce'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.8.9'