3 > YT metadata extractor inspired by [`youtube-ma` by _CorentinB_][1]
7 Install and compile the Go project with `go get github.com/terorie/yt-mango`!
9 If you don't have a Go toolchain, grab an executable from the Releases tab
11 ##### Project structure
13 - _/controller_: Manages workers (sends tasks, gets results, …)
14 - _/common_: Commonly used HTTP code
15 - _/data_: Data structures
16 - _/db_: MongoDB connection
17 - _/classic_: Extractor calling the HTML `/watch` API
18 - _/watchapi_: Extractor calling the JSON `/watch` API
20 [1]: https://github.com/CorentinB/youtube-ma