Skip to content

Commit 228d3f6

Browse files
authored
Added: youtube-dl-downloader-app (#17)
* Added: youtube-dl-downloader-app * delete: node_modules | modify: README.md * add logo
1 parent e4ac54f commit 228d3f6

16 files changed

+1021
-0
lines changed

youtube-dl-downloader-app/.gitignore

Whitespace-only changes.

youtube-dl-downloader-app/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## dependencies file download
2+
3+
```bash
4+
$ npm install
5+
```
6+
7+
## Build
8+
9+
```bash
10+
$ androidjs b
11+
```

youtube-dl-downloader-app/assets/androidjs.js

Lines changed: 306 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

youtube-dl-downloader-app/assets/bootstrap.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

youtube-dl-downloader-app/assets/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading
Loading
3.67 KB
Loading

youtube-dl-downloader-app/assets/jquery-3.3.1.slim.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

youtube-dl-downloader-app/assets/popper.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)