Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 182ae15

Browse files
committed
README.md, auth: Removing the auth directory from repo
Since YouTube doesn't provide an interface for extraction of video files from auther users. Signed-off-by: Alangi Derick <alangiderick@gmail.com>
1 parent afa1aff commit 182ae15

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,21 @@ ytd
1010
│   ├── apidata_test.go
1111
│   ├── apisearch.go
1212
│   └── apisearch_test.go
13-
├── ARCHITECTURE.md
14-
├── auth
15-
│   ├── auth.go
16-
│   ├── auth_test.go
17-
│   ├── client_secret.json
18-
│   └── ytd-auth.json
1913
├── cmd
2014
│   └── ytd
2115
│   ├── ytd.go
2216
│   └── ytd_test.go
17+
├── vendor
18+
│ └── ...
19+
2320
├── CONTRIBUTING.md
21+
├── ARCHITECTURE.md
2422
├── Dockerfile
2523
├── LICENSE
2624
├── Makefile
2725
├── README.md
28-
└── vendor
26+
├── simple.go
27+
└── build.sh
2928
3029
```
3130

0 commit comments

Comments
 (0)