Go to file
2019-07-01 15:49:14 +02:00
LICENCE initial 2019-07-01 15:47:29 +02:00
README.md readme 2019-07-01 15:49:14 +02:00
ytid_test.go initial 2019-07-01 15:47:29 +02:00
ytid.go initial 2019-07-01 15:47:29 +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)