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
/** Paste publication date in Unix time format. */
20
+
valdate:ULong,
21
21
/** Paste title. */
22
22
valtitle:String,
23
23
/** Paste size in bytes. */
@@ -44,7 +44,7 @@ public data class PasteDetails(
44
44
val map =XML_PROPERTY_REGEX.findAll(paste.groupValues[2]).associate { it.groupValues[1].substring(6) to it.groupValues[2] } // .substring(6) is here to cut the 'paste_' part of each property.
0 commit comments