Sha256: ba28ed3257bd2fa91005d3fc2b83f78a12d738b746764babb3ea01fd9b3f7105
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
Contents
# YoutubeSync Download your youtube videos from a text file list ## Usage default `directory` is `~/Desktop/Youtube` default `file` `~/Desktop/Youtube/links.txt` So if you have a directory and the file you can just use it with out arguments $ youtube_sync To use a different file and folder $ youtube_sync -d /Users/Ioannis/Downloads -f list.txt where `-d` is the directory you want to save videos and `-f` the file to load > `NOTE` File must be in the same directory ## The list file Each url should be in a new line You can comment the line with `#` if you want to skip it ## Help $ youtube_sync help or $ youtube_sync help perform You will get: Options: -d, [--dir=DIR] # Directory to store videos # Default: ~/Desktop/Youtube -f, [--file=FILE] # File to load urls # Default: ~/Desktop/Youtube/links.txt Description: Passing a `-d` for a directory and `-f` for the file example: > $ youtube_sync -d /Users/Ioannis/Downloads -f list.txt ## Help ## Installation Add this line to your application's Gemfile: ```ruby gem 'youtube_sync' ``` And then execute: $ bundle Or install it yourself as: $ gem install youtube_sync ## Contributing 1. Fork it ( https://github.com/msroot/youtube_sync/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
youtube_sync-0.0.2 | README.md |
youtube_sync-0.0.1 | README.md |