# DOWY - CLI 4K YouTube Downloader for PowerShell
High quality YouTube downloader for Windows CMD and PowerShell. Download any video with up to 4K resolution and 256kbps audio bitrate.
Lots of customization, handy features and easy installation.
âť—**IMPORTANT**âť— When specifying any paths, links or keywords that have spaces or **`&`** character, use **quotation marks `''`**. Otherwise, the CLI will break, because how windows treats **`&`** character and spaces.
âť—**IMPORTANT**âť—This CLI is **heavily** dependent on the **ffmpeg** program. Please make sure you have that installed before using this CLI. Install with [this link](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip). Unzip and add to **PATH** env. For more info, check some YouTube tutorial. :)
## Install:
Simple install with _PyPi_. Run terminal with Administrator rights, otherwise the CLI will not work
```bash
pip install dowy
```
## Usage:
Using Dowy is pretty straight forward and easy. Only one argument is required. All informations are on the help page.
### Help Page:
```
Dowy is a high video quality YouTube downloader with large customization options.
You can download up to 4K with 256kbps of audio bitrate.
Usage: dowy '<youtube_link>' <resolution> <destination>
Command Description
-------------- --------------------------------------------------------------------------------------------------------
<youtube_link> It is recommended to use quotation marks around the YouTube link
-c, c Use clipboard as the youtube link
<resolution> Resolution of the video, shortcuts like 'fhd' or '4k' can be used. 'audio' will render only audio
<destination> Disk destination for the video, shortcuts set up by Custom Keywords settings, for more info type: dowy -f
CUSTOM KEYWORDS
Command Description
--------- --------------------------------------------------------------
-f Custom Keywords settings, for more info type: dowy -f
-rmf Remove Custom Folder keyword, for more info type: dowy -rmf
-rstf Reset Custom Keywords settings, default values will be restored
<youtube_link>
You can type any non-age restricted link. It is RECOMENDED to use quotation marks '' around the link.
For convenience, you can use 'dowy -c' for getting youtube link from your clipboard.
<resolution>
OPTIONAL, you can specify resolution of the video.
If not specified, the resolutions available will be displayed and you can choose later.
For convenience, you can use shortcuts, like 'fhd', '4k' or 'hd'
<destination>
OPTIONAL, you can put whole path as the destination.
If not specified, the destination will be the dir that you are running the command from.
For convenience, you can use keywords set by you. They are default keywords like 'down' or 'desk'
For more information, type 'dowy -f'
Example: dowy c 4k down - Downloading video from clipboard in 4K to downloads folder
Usage: dowy '<youtube_link>' <resolution> <destination>
```
## Examples:
```bash
dowy 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' fhd desk
```
This downloads video in Full HD (1080p) into desktop folder. You can customize keywords and paths.
```bash
dowy -c 2k C:/my/path
```
Download video with link from **clipboard** in 2K (2160p) to the directory path `C:/my/path`
## Custom Keywords:
You can set a keyword to use when downloading, to save the file to specified directory.
#### List Keywords:
```bash
dowy -f
```
List all keywords and their paths with all information needed.
#### Set a new Keyword:
```bash
dowy -f my_folder 'C:/My Folder'
```
Set a new keyword shortcut to the directory path specified. Type the keyword, in this case `my_folder` when downloading the video.
#### Changing keyword path:
```bash
dowy -f down C:/Downloads
```
Change the path of `down` (Downloads personal folder) keyword shortcut.
#### Remove keyword:
```bash
dowy -rmf music
```
Removes keyword shortcut `music` (music personal folder).
#### Reset all keywords:
```bash
dowy -rstf
```
Resets all values for Custom Keywords settings. Default keywords and paths will be restored.
### Using Keywords:
```bash
dowy c 4k my_folder
```
This will download video with link from clipboard in 4K to directory path set for `my_folder` keyword.
## Support:
If you encounter any issues, you can open a new issue on GitHub.
All pull requests and collaborations are welcome. :)
## Links:
[PyPi Info](https://pypi.org/project/dowy/)
[My GitHub Profile](https://github.com/BestCactus)
## License:
[MIT](https://github.com/BestCactus/yt-4k-downloader/blob/main/LICENSE.txt)
Raw data
{
"_id": null,
"home_page": "https://github.com/BestCactus/yt-4k-downloader",
"name": "dowy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Vojt\u011bch Fluger",
"author_email": "vojtech.fluger@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/68/4e/47fa03884b7e3339045f3ed5c8dcf9c8e3aeba724c9ffda108a84cb804bc/dowy-0.6.tar.gz",
"platform": null,
"description": "# DOWY - CLI 4K YouTube Downloader for PowerShell\r\n\r\nHigh quality YouTube downloader for Windows CMD and PowerShell. Download any video with up to 4K resolution and 256kbps audio bitrate.\r\nLots of customization, handy features and easy installation.\r\n\r\n\u00e2\u0165\u2014**IMPORTANT**\u00e2\u0165\u2014 When specifying any paths, links or keywords that have spaces or **`&`** character, use **quotation marks `''`**. Otherwise, the CLI will break, because how windows treats **`&`** character and spaces.\r\n\r\n\u00e2\u0165\u2014**IMPORTANT**\u00e2\u0165\u2014This CLI is **heavily** dependent on the **ffmpeg** program. Please make sure you have that installed before using this CLI. Install with [this link](https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip). Unzip and add to **PATH** env. For more info, check some YouTube tutorial. :)\r\n\r\n## Install:\r\n\r\nSimple install with _PyPi_. Run terminal with Administrator rights, otherwise the CLI will not work\r\n\r\n```bash\r\npip install dowy\r\n```\r\n\r\n## Usage:\r\n\r\nUsing Dowy is pretty straight forward and easy. Only one argument is required. All informations are on the help page.\r\n\r\n### Help Page:\r\n\r\n```\r\nDowy is a high video quality YouTube downloader with large customization options.\r\nYou can download up to 4K with 256kbps of audio bitrate.\r\n\r\nUsage: dowy '<youtube_link>' <resolution> <destination>\r\n\r\n\r\n\r\nCommand Description\r\n-------------- --------------------------------------------------------------------------------------------------------\r\n<youtube_link> It is recommended to use quotation marks around the YouTube link\r\n-c, c Use clipboard as the youtube link\r\n<resolution> Resolution of the video, shortcuts like 'fhd' or '4k' can be used. 'audio' will render only audio\r\n<destination> Disk destination for the video, shortcuts set up by Custom Keywords settings, for more info type: dowy -f\r\n\r\n\r\n\r\nCUSTOM KEYWORDS\r\n\r\nCommand Description\r\n--------- --------------------------------------------------------------\r\n-f Custom Keywords settings, for more info type: dowy -f\r\n-rmf Remove Custom Folder keyword, for more info type: dowy -rmf\r\n-rstf Reset Custom Keywords settings, default values will be restored\r\n\r\n\r\n\r\n<youtube_link>\r\n You can type any non-age restricted link. It is RECOMENDED to use quotation marks '' around the link.\r\n For convenience, you can use 'dowy -c' for getting youtube link from your clipboard.\r\n\r\n<resolution>\r\n OPTIONAL, you can specify resolution of the video.\r\n If not specified, the resolutions available will be displayed and you can choose later.\r\n For convenience, you can use shortcuts, like 'fhd', '4k' or 'hd'\r\n\r\n<destination>\r\n OPTIONAL, you can put whole path as the destination.\r\n If not specified, the destination will be the dir that you are running the command from.\r\n For convenience, you can use keywords set by you. They are default keywords like 'down' or 'desk'\r\n For more information, type 'dowy -f'\r\n\r\nExample: dowy c 4k down - Downloading video from clipboard in 4K to downloads folder\r\n\r\nUsage: dowy '<youtube_link>' <resolution> <destination>\r\n```\r\n\r\n## Examples:\r\n\r\n```bash\r\ndowy 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' fhd desk\r\n```\r\n\r\nThis downloads video in Full HD (1080p) into desktop folder. You can customize keywords and paths.\r\n\r\n```bash\r\ndowy -c 2k C:/my/path\r\n```\r\n\r\nDownload video with link from **clipboard** in 2K (2160p) to the directory path `C:/my/path`\r\n\r\n## Custom Keywords:\r\n\r\nYou can set a keyword to use when downloading, to save the file to specified directory.\r\n\r\n#### List Keywords:\r\n\r\n```bash\r\ndowy -f\r\n```\r\n\r\nList all keywords and their paths with all information needed.\r\n\r\n#### Set a new Keyword:\r\n\r\n```bash\r\ndowy -f my_folder 'C:/My Folder'\r\n```\r\n\r\nSet a new keyword shortcut to the directory path specified. Type the keyword, in this case `my_folder` when downloading the video.\r\n\r\n#### Changing keyword path:\r\n\r\n```bash\r\ndowy -f down C:/Downloads\r\n```\r\n\r\nChange the path of `down` (Downloads personal folder) keyword shortcut.\r\n\r\n#### Remove keyword:\r\n\r\n```bash\r\ndowy -rmf music\r\n```\r\n\r\nRemoves keyword shortcut `music` (music personal folder).\r\n\r\n#### Reset all keywords:\r\n\r\n```bash\r\ndowy -rstf\r\n```\r\n\r\nResets all values for Custom Keywords settings. Default keywords and paths will be restored.\r\n\r\n### Using Keywords:\r\n\r\n```bash\r\ndowy c 4k my_folder\r\n```\r\n\r\nThis will download video with link from clipboard in 4K to directory path set for `my_folder` keyword.\r\n\r\n## Support:\r\n\r\nIf you encounter any issues, you can open a new issue on GitHub.\r\n\r\nAll pull requests and collaborations are welcome. :)\r\n\r\n## Links:\r\n\r\n[PyPi Info](https://pypi.org/project/dowy/)\r\n\r\n[My GitHub Profile](https://github.com/BestCactus)\r\n\r\n## License:\r\n\r\n[MIT](https://github.com/BestCactus/yt-4k-downloader/blob/main/LICENSE.txt)\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "YouTube CLI 4K downloader for Windows",
"version": "0.6",
"project_urls": {
"Download": "https://pypi.org/project/dowy/",
"Homepage": "https://github.com/BestCactus/yt-4k-downloader"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b3ee5184661a1b238d80a2f5f4247c0a373faf02431ef40841ce3dde16d967b5",
"md5": "7e7816ee433de046eca1ab16c7cb4733",
"sha256": "9f69aa5eb6bc8e73f0a5e9b433d568a1999dc86ac3f03da5ea7a453ecbfe13b5"
},
"downloads": -1,
"filename": "dowy-0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7e7816ee433de046eca1ab16c7cb4733",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9359,
"upload_time": "2024-08-21T21:00:18",
"upload_time_iso_8601": "2024-08-21T21:00:18.191088Z",
"url": "https://files.pythonhosted.org/packages/b3/ee/5184661a1b238d80a2f5f4247c0a373faf02431ef40841ce3dde16d967b5/dowy-0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "684e47fa03884b7e3339045f3ed5c8dcf9c8e3aeba724c9ffda108a84cb804bc",
"md5": "8dafe14540d6215e6543db14dbfc9142",
"sha256": "eb227bfd6f5a64adfb0fe7617f33cd3b42a4b7a9f85a39df167b5f739e56b0d2"
},
"downloads": -1,
"filename": "dowy-0.6.tar.gz",
"has_sig": false,
"md5_digest": "8dafe14540d6215e6543db14dbfc9142",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9976,
"upload_time": "2024-08-21T21:00:19",
"upload_time_iso_8601": "2024-08-21T21:00:19.972883Z",
"url": "https://files.pythonhosted.org/packages/68/4e/47fa03884b7e3339045f3ed5c8dcf9c8e3aeba724c9ffda108a84cb804bc/dowy-0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-21 21:00:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BestCactus",
"github_project": "yt-4k-downloader",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "dowy"
}