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.
599 B
599 B
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