9 lines
149 B
Markdown
9 lines
149 B
Markdown
# ytid
|
|
simple Go package to extract a Youtube ID from a passed URL
|
|
|
|
## methods
|
|
GetID(url string) string
|
|
|
|
GETIDWithError(url string) (string, error)
|
|
|