update extractor to not throw channelextractor exception

This commit is contained in:
Christian Schabesberger 2017-09-09 22:22:27 +02:00
parent 6068043fd4
commit 33b316d72f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ dependencies {
exclude module: 'support-annotations'
}
compile 'com.github.TeamNewPipe:NewPipeExtractor:6cdaef5'
compile 'com.github.TeamNewPipe:NewPipeExtractor:f308755'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'