You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1063,19 +1063,6 @@ public String getTextualUploadDate() throws ParsingException {
1063
1063
return"";
1064
1064
}
1065
1065
1066
-
@Override
1067
-
publiclonggetViewCount() throwsParsingException {
1068
-
try {
1069
-
if (getStreamType() == StreamType.LIVE_STREAM) return -1;
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemExtractor.java
+51-3Lines changed: 51 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@
10
10
importorg.schabi.newpipe.extractor.utils.Utils;
11
11
12
12
importjavax.annotation.Nullable;
13
+
importjava.text.SimpleDateFormat;
13
14
importjava.util.Calendar;
15
+
importjava.util.Date;
14
16
15
17
/*
16
18
* Copyright (C) Christian Schabesberger 2016 <chris.schabesberger@mailbox.org>
@@ -150,6 +152,15 @@ public String getTextualUploadDate() throws ParsingException {
0 commit comments