handle ContentNotSupportedException in ExtractorHelper.handleGeneralException()

This commit is contained in:
bopol 2020-04-07 14:54:49 +02:00
parent b659660867
commit 65d1813976
2 changed files with 4 additions and 1 deletions

View file

@ -136,7 +136,7 @@ dependencies {
exclude module: 'support-annotations'
})
implementation 'com.github.B0pol:NewPipeExtractor:cf24e2935cbb46117ab7bd2705d5e86f68f649e1'
implementation 'com.github.B0pol:NewPipeExtractor:9a7c6b7ab00c0f5b8337232fc66d3d9b538c229f'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.23.0'