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
ControlToolTip:="Bearer token (can be null)."&vbCr&
35
46
"If you are using cookies to download the timeline, it is highly recommended that you add a token."&vbCr&
@@ -103,12 +114,15 @@ Namespace API.Reddit
103
114
EndFunction
104
115
#EndRegion
105
116
#Region"Other"
106
-
<PropertyOption(ControlText:="Use M3U8",ControlToolTip:="Use M3U8 or mp4 for Reddit videos",IsAuth:=False),PXML,PClonable>
117
+
<PropertyOption(ControlText:="Use M3U8",ControlToolTip:="Use M3U8 or mp4 for Reddit videos"),PXML,PClonable,HiddenControl>
107
118
FriendReadOnlyPropertyUseM3U8AsPropertyValue
108
-
<PropertyOption(ControlText:="Check image",ControlToolTip:="Check the image if it exists before downloading (it makes downloading very slow)",IsAuth:=False),PXML,PClonable>
119
+
<PropertyOption(ControlText:="Check image",ControlToolTip:="Check the image if it exists before downloading (it makes downloading very slow)"),PXML,PClonable,HiddenControl>
109
120
FriendReadOnlyPropertyCheckImageAsPropertyValue
110
-
<PropertyOption(ControlText:="Check image: get original",ControlToolTip:="Get the original image if it exists",IsAuth:=False),PXML,PClonable>
121
+
<PropertyOption(ControlText:="Check image: get original",ControlToolTip:="Get the original image if it exists"),PXML,PClonable,HiddenControl>
0 commit comments