We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d88c34 commit 075c8e6Copy full SHA for 075c8e6
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItem.java
@@ -144,10 +144,18 @@ public void setShortFormContent(final boolean shortFormContent) {
144
this.shortFormContent = shortFormContent;
145
}
146
147
+ /**
148
+ * Whether the stream is only available to channel members.
149
+ *
150
+ * @return whether the stream is only available to channel members.
151
+ */
152
public boolean requiresMembership() {
153
return requiresMembership;
154
155
156
157
+ * Sets whether the stream is only available to channel members.
158
159
public void setRequiresMembership(final boolean requiresMembership) {
160
this.requiresMembership = requiresMembership;
161
0 commit comments