Documentation ¶
Overview ¶
Package thumblink parses HTML and replaces links with images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSeekPastEnd = errors.New("seek past possible end of stream")
Functions ¶
Types ¶
type Link ¶
Link is the url of a link
type Peekable ¶
Peekable allows you to read ahead indefinatly It will cache any Read()s made on a Peeker. Read()int on a Peekable will destroy cache as it reads. Peekers are seekable to any point cached.
type Prefix ¶
type Prefix struct { Prefix string Mutator PrefixMutator }
type PrefixMutator ¶
Directories ¶
Path | Synopsis |
---|---|
mutators
|
|
fourChan
package fourChan transforms fourChan so they are inlined
|
package fourChan transforms fourChan so they are inlined |
gfycat
package gfycat transform gfycat links so they are inlineable
|
package gfycat transform gfycat links so they are inlineable |
google
package google transforms google tracking urls so the content that is pointed to is inlined
|
package google transforms google tracking urls so the content that is pointed to is inlined |
imgur
package imgur transforms imgur so they are inlined
|
package imgur transforms imgur so they are inlined |
reddit
package reddit transforms reddit threads so they are inlined
|
package reddit transforms reddit threads so they are inlined |
twitch
package twitch transforms twitch so they are inlined
|
package twitch transforms twitch so they are inlined |
twitter
package twitter transforms twitter so they are inlined
|
package twitter transforms twitter so they are inlined |
vine
package vine transforms vine so they are inlined
|
package vine transforms vine so they are inlined |
wiki
package wiki transforms wiki so they are inlined
|
package wiki transforms wiki so they are inlined |
youtube
package youtube transforms youtube so they are inlined
|
package youtube transforms youtube so they are inlined |
Click to show internal directories.
Click to hide internal directories.