25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 년 전 | |
---|---|---|
api | 4 년 전 | |
apiclassic | 4 년 전 | |
apijson | 4 년 전 | |
cmd | 4 년 전 | |
common | 4 년 전 | |
controller | 4 년 전 | |
data | 4 년 전 | |
pretty | 4 년 전 | |
version | 4 년 전 | |
.gitignore | 4 년 전 | |
LICENSE | 4 년 전 | |
README.md | 4 년 전 | |
main.go | 4 년 전 | |
work.go | 4 년 전 |
README.md
WIP: yt-mango 💾
YT metadata extractor inspired by
youtube-ma
by CorentinB
Build
Install and compile the Go project with go get github.com/terorie/yt-mango
!
If you don't have a Go toolchain, grab an executable from the Releases tab
Project structure
- /controller: Manages workers (sends tasks, gets results, …)
- /common: Commonly used HTTP code
- /data: Data structures
- /db: MongoDB connection
- /classic: Extractor calling the HTML
/watch
API - /watchapi: Extractor calling the JSON
/watch
API