Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
README: Updates to tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyah Check committed Sep 16, 2017
1 parent 7473cbc commit 57e4a22
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,25 @@
`ytd` is Go application for downloading Youtube videos and converting to other formats(flv, mp3). To understand the design take a look at the [Design Document](ARCHITECTURE.md).

```
ytd
.
├── api
│   ├── apiconv.go
│   ├── apiconv_test.go
│   ├── apidata.go
│   ── apidata_test.go
│   ├── apisearch.go
│   └── apisearch_test.go
│   ── apidata_test.go
├── ARCHITECTURE.md
── build.sh
├── cmd
│   └── ytd
│   ├── ytd.go
│   └── ytd_test.go
├── vendor
│ └── ...
├── CONTRIBUTING.md
├── ARCHITECTURE.md
├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── simple.go
└── build.sh
└── vendor
....
```

Expand Down

0 comments on commit 57e4a22

Please sign in to comment.