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/bandcamp/extractors/BandcampRadioStreamExtractor.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -149,27 +149,24 @@ public List<StreamSegment> getStreamSegments() throws ParsingException {
149
149
@Nonnull
150
150
@Override
151
151
publicStringgetLicence() {
152
+
// Contrary to other Bandcamp streams, radio streams don't have a license
152
153
return"";
153
154
}
154
155
155
156
@Nonnull
156
157
@Override
157
158
publicStringgetCategory() {
159
+
// Contrary to other Bandcamp streams, radio streams don't have categories
158
160
return"";
159
161
}
160
162
161
163
@Nonnull
162
164
@Override
163
165
publicList<String> getTags() {
166
+
// Contrary to other Bandcamp streams, radio streams don't have tags
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampStreamExtractor.java
-118Lines changed: 0 additions & 118 deletions
Original file line number
Diff line number
Diff line change
@@ -98,11 +98,6 @@ public String getUploaderName() {
0 commit comments