Co-Authored-By: Audric V. <74829229+AudricV@users.noreply.github.com>
pull/1320/head
litetex 2025-07-14 20:31:18 +02:00
rodzic 4d7a494757
commit b15c0dccc5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 525B43E6039B3689
3 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -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 {

Wyświetl plik

@ -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")