Skip to content

kdh6429/youtube-url-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOUTUBE-URL-PARSE

Extract YouTube ID from url written in golang.

Tested with various URL types, so please let me know if it is not worked properly.

Install

go get github.com/kdh6429/youtube-url-parser 

Example

package main

import (
	"fmt"
	. "github.com/kdh6429/youtube-url-parser"
)

func main() {
	fmt.Println(ExtractID("https://www.youtube.com/watch?v=wDfqXR_5yyQ"))
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages