kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Merge pull request #2966 from B0pol/c_links_support
[YouTube] /c/ channel links support & update extractor versionpull/2956/head
commit
85eb1dc436
|
@ -62,7 +62,7 @@ dependencies {
|
|||
exclude module: 'support-annotations'
|
||||
})
|
||||
|
||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:bdbfa26'
|
||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:2ee558fb'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.mockito:mockito-core:2.23.0'
|
||||
|
||||
|
|
|
@ -153,6 +153,7 @@
|
|||
<!-- channel prefix -->
|
||||
<data android:pathPrefix="/channel/"/>
|
||||
<data android:pathPrefix="/user/"/>
|
||||
<data android:pathPrefix="/c/"/>
|
||||
<!-- playlist prefix -->
|
||||
<data android:pathPrefix="/playlist"/>
|
||||
</intent-filter>
|
||||
|
|
Ładowanie…
Reference in New Issue