You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
api | 4 years ago | |
apiclassic | 4 years ago | |
apijson | 4 years ago | |
cmd | 4 years ago | |
common | 4 years ago | |
controller | ||
data | ||
pretty | ||
version | ||
.gitignore | ||
LICENSE | ||
README.md | ||
main.go | 4 years ago |
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