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

Commit

Permalink
README: Made fixes to sections in markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyah Check committed Sep 17, 2017
1 parent b3cc116 commit be23709
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@

* [Go version 1.8](https://github.com/golang/go/releases/tag/go.1.8.3)
* [Docker CE 17.06](https://docs.docker.com/release-notes/docker-ce/)
* [FFMPEG](https://github.com/adaptlearning/adapt_authoring/wiki/Installing-FFmpeg)

Clone GIT repo and install some dependencies:
```
$ git clone htps://github.com/Ch3ck/ytd
$ go get -u google.golang.org/api/youtube/v3
$ go get -u golang.org/x/oauth2/...
$ go get -u github.com/Sirupsen/logrus/...
```
Expand All @@ -49,16 +48,18 @@ $ make

On a Linux or OSX system
```
$ ytd -h
-q or --query
Youtube search query
-k or --key
Youtube API token
-v or --version print version and exit (shorthand)
prints ytd version and exits
$ ytd <link>
ytd -id 'videoId' -format mp3 -bitrate 123 -path ~/Downloads/ videoUrlv0.1
-bitrate uint
Audio Bitrate (default 123)
-format string
File Format(mp3, webm, flv)
-id string
Youtube Video ID
-path string
Output Path (default ".")
-version
print version and exit
searches for youtube video on that link and downloads
```
Running `ytd` without any arguments will prompt for link.
Expand All @@ -68,7 +69,6 @@ Running `ytd` without any arguments will prompt for link.

* Search for Youtube vidoes based on the Link and provides the download options for either mp3 or flv file.
* Support HD Video download.
* Support search with Youtube API, process results and user chooses whatever files to download.
* Multithreaded downloads.
* Web App(PWA, Basic JS Web UI).
* Package for OSX, Android, iOS.
Expand Down

0 comments on commit be23709

Please sign in to comment.