Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseDuration ¶
Used to parse youtube's ISO 8601 durations https://en.wikipedia.org/wiki/ISO_8601#Durations
func ParseInt64 ¶
Types ¶
type ChanPost ¶
type ChanPost struct { Posts []struct { No int `json:"no"` Com string `json:"com"` } `json:"posts"` }
4chan API thread structure https://github.com/4chan/4chan-API
type RedditComment ¶
type RedditComment []struct { Data struct { Children []struct { Kind string `json:"kind"` Data struct { Body string `json:"body"` } `json:"data"` } `json:"children"` } `json:"data"` }
Reddit API thread structure https://www.reddit.com/dev/api
Click to show internal directories.
Click to hide internal directories.