ytid/README.md

9 lines
149 B
Markdown
Raw Normal View History

2019-07-01 15:49:14 +02:00
# ytid
simple Go package to extract a Youtube ID from a passed URL
## methods
GetID(url string) string
GETIDWithError(url string) (string, error)