kopia lustrzana https://github.com/TeamNewPipe/NewPipeExtractor
Cleanup
Co-Authored-By: Audric V. <74829229+AudricV@users.noreply.github.com>pull/1320/head
rodzic
4d7a494757
commit
b15c0dccc5
|
@ -29,7 +29,6 @@ ext {
|
|||
dependencies {
|
||||
implementation project(':timeago-parser')
|
||||
|
||||
// TODO Replace with NewPipe
|
||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||
implementation 'org.jsoup:jsoup:1.21.1'
|
||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||
|
|
|
@ -30,8 +30,8 @@ import javax.annotation.Nullable;
|
|||
* The following features are currently not implemented because they have never been observed:
|
||||
* <ul>
|
||||
* <li>Shorts</li>
|
||||
* <li>Premiers</li>
|
||||
* <li>Premium content</li>
|
||||
* <li>Premieres</li>
|
||||
* <li>Paid content (Premium, members first or only)</li>
|
||||
* </ul>
|
||||
*/
|
||||
public class YoutubeStreamInfoItemLockupExtractor implements StreamInfoItemExtractor {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
dependencies {
|
||||
// TODO Replace with NewPipe
|
||||
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
|
||||
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
|
||||
implementation project(":timeago-parser")
|
||||
|
|
Ładowanie…
Reference in New Issue