Skip to content

Commit b15c0dc

Browse files
litetexAudricV
andcommitted
Cleanup
Co-Authored-By: Audric V. <74829229+AudricV@users.noreply.github.com>
1 parent 4d7a494 commit b15c0dc

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

extractor/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ext {
2929
dependencies {
3030
implementation project(':timeago-parser')
3131

32-
// TODO Replace with NewPipe
3332
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
3433
implementation 'org.jsoup:jsoup:1.21.1'
3534
implementation "com.google.code.findbugs:jsr305:$jsr305Version"

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemLockupExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
* The following features are currently not implemented because they have never been observed:
3131
* <ul>
3232
* <li>Shorts</li>
33-
* <li>Premiers</li>
34-
* <li>Premium content</li>
33+
* <li>Premieres</li>
34+
* <li>Paid content (Premium, members first or only)</li>
3535
* </ul>
3636
*/
3737
public class YoutubeStreamInfoItemLockupExtractor implements StreamInfoItemExtractor {

timeago-generator/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
dependencies {
2-
// TODO Replace with NewPipe
32
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
43
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
54
implementation project(":timeago-parser")

0 commit comments

Comments
 (0)