Update extractor to fix SoundCloud audio stream extraction

This commit is contained in:
TobiGr 2019-12-22 00:49:40 +01:00
parent 0d7d610127
commit 5ed58b8609
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ dependencies {
exclude module: 'support-annotations' exclude module: 'support-annotations'
}) })
implementation 'com.github.TeamNewPipe:NewPipeExtractor:8cb3250' implementation 'com.github.TeamNewPipe:NewPipeExtractor:8e53fda'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0' testImplementation 'org.mockito:mockito-core:2.23.0'