-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,84 @@ | ||
<div align="center"> | ||
|
||
# rubytube-downloader | ||
# rubytube-downloader | ||
|
||
![](https://img.shields.io/badge/motebaya-blue?style=flat&logo=Coursera&logoColor=white) | ||
![](https://img.shields.io/badge/ruby-package-red?logo=ruby) | ||
![](https://img.shields.io/github/downloads/motebaya/yshort-downloader/total.svg?style=flat&color=green&logo=GoogleChrome&logoColor=yellow) | ||
<a href="https://www.ruby-lang.org/en/" target="_blank"> ![](https://img.shields.io/badge/installing-ruby-orange?logo=linux&logoColor=black)</a> | ||
|
||
<sub>A ruby script that i used it for download batch video or audio from youtube playlist</sub> | ||
<sub>A ruby script that i used it for download batch video or audio from youtube playlist</sub> | ||
|
||
</div> | ||
|
||
<sub> | ||
|
||
<details> | ||
<summary> Installing With Gem </summary> | ||
- Installing | ||
|
||
```bash | ||
* Install with gems | ||
> gem install yshort-downloader | ||
* Install from github | ||
> gem 'rubytube-downloader', :git => 'git://github.com/motebaya/rubytube-downloader.git' | ||
``` | ||
- Install with gems | ||
|
||
</details> | ||
- `gem install yshort-downloader` | ||
|
||
<details> | ||
<summary>Usage as CLI (command line interface)</summary> | ||
- Install from github | ||
- `gem 'rubytube-downloader', :git => 'git://github.com/motebaya/rubytube-downloader.git'` | ||
|
||
- savetube | ||
</sub> | ||
<br> | ||
<sub> | ||
|
||
```bash | ||
usage: ./rubytube-dl -u <youtube_url> -o <output_path> -s <server> -t <type> | ||
- Usage as CLI (command line interface) | ||
|
||
example: ./rubytube-dl -u https://www.youtube.com/shorts/<shortid> -o ../media/ -s savetube -t audio | ||
- savetube | ||
|
||
``` | ||
- usage: `./rubytube-dl -u <youtube_url> -o <output_path> -s <server> -t <type>` | ||
|
||
- youtube.com | ||
- example: `./rubytube-dl -u https://www.youtube.com/shorts/<shortid> -o ../media/ -s savetube -t audio` | ||
|
||
``` | ||
usage : ./rubytube-dl -u <youtube_url> -o <output> -s <server> | ||
- youtube.com | ||
|
||
example: ./rubytube-dl -u https://www.youtube.com/shorts/<shorts_id> -o ../media/ -s youtube | ||
- usage : `./rubytube-dl -u <youtube_url> -o <output> -s <server>` | ||
|
||
``` | ||
- example: `./rubytube-dl -u https://www.youtube.com/shorts/<shorts_id> -o ../media/ -s youtube` | ||
|
||
- y2mate.com | ||
- y2mate.com | ||
|
||
``` | ||
usage: ./rubytube-dl -u <youtube_url> -o <output_path> -s <server> | ||
- usage: `./rubytube-dl -u <youtube_url> -o <output_path> -s <server>` | ||
|
||
example: ./rubytube-dl -u https://www.youtube.com/shorts/<ytid> -o ../media/ -s y2mate | ||
``` | ||
- example: `./rubytube-dl -u https://www.youtube.com/shorts/<ytid> -o ../media/ -s y2mate` | ||
|
||
</details> | ||
</sub> | ||
|
||
<details> | ||
<summary> Usage as Module:</summary> | ||
<br> | ||
|
||
- savetube | ||
<sub> | ||
|
||
```bash | ||
usage: -- | ||
``` | ||
- Usage as Module: | ||
|
||
- youtube.com | ||
- savetube | ||
|
||
``` | ||
usage: -- | ||
``` | ||
- usage: `----` | ||
|
||
</details> | ||
- youtube.com | ||
|
||
|
||
- Note | ||
- usage: `----` | ||
|
||
<span> savetube limit request: <pre><code><!doctype html> | ||
<html lang=en> | ||
<title>429 Too Many Requests</title> | ||
<h1>Too Many Requests</h1> | ||
<p>120 per 1 hour</p> | ||
</code></pre></span> | ||
</sub> | ||
|
||
<sub> a small update adding more website from <a href="https://www.y2mate.com/en560" target="_blank"> y2mate</a> </sub> | ||
<br> | ||
<sub> © 2023 github.com/motebaya </sub> | ||
<sub> | ||
|
||
- Note | ||
|
||
- savetube limit request: | ||
|
||
<pre><code><!doctype html> | ||
<html lang=en> | ||
<title>429 Too Many Requests</title> | ||
<h1>Too Many Requests</h1> | ||
<p>120 per 1 hour</p> | ||
</code></pre> | ||
|
||
a small update adding more website from <a href="https://www.y2mate.com/en560" target="_blank"> y2mate</a> | ||
<br> | ||
|
||
© 2023 github.com/motebaya | ||
</sub> |