Move work command
[yt-mango.git] / README.md
blobd2ae41c9e3827569b010d334f6a29dc89606e7ca
1 # WIP: yt-mango ðŸ’¾
3 > YT metadata extractor inspired by [`youtube-ma` by _CorentinB_][1]
5 ##### Build
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