fix exception when loading premium videos

This commit is contained in:
Christian Schabesberger 2018-08-05 13:13:04 +02:00
parent 62d83de340
commit 14ffbb19a4
2 changed files with 2 additions and 3 deletions

View file

@ -54,7 +54,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:1eff8c5708'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:701666f4982514'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.8.9'