|
7 | 7 | 
|
8 | 8 | 
|
9 | 9 |
|
10 |
| -A One-Click batch for the deployment and quickstart of **[You-Get](https://github.com/soimort/you-get) , [Youtube-dl](https://github.com/ytdl-org/youtube-dl) , [Annie](https://github.com/iawia002/annie) , and [FFmpeg](https://ffmpeg.org)** . |
| 10 | +A One-Click batch script for the deployment and quickstart of **[You-Get][you-get] , [Youtube-dl][youtube-dl] , [Annie][annie] , and [FFmpeg][ffmpeg]** . |
11 | 11 |
|
12 | 12 | - No need to install Python, one-click to deploy a portable version of you-get, youtube-dl.
|
13 | 13 | - This portable deployment is based on the embeddable version of Python.
|
@@ -43,6 +43,17 @@ Run `Deploy.bat` and select `Aliases Management` to add customize aliases.
|
43 | 43 |
|
44 | 44 | > Before adding a custom alias, please try `Import default alias`. Then start the `Download_Video.bat`, input `open` and ENTER.
|
45 | 45 |
|
| 46 | +Take several aliases, which might be commonly used, as examples and references: |
| 47 | + |
| 48 | +| Alias | Function | |
| 49 | +| :--------------------------------------- | :--------------------------------------------------------------- | |
| 50 | +| open = `explorer .\` | Open the current directory, which is `Download\` | |
| 51 | +| yb = `youtube-dl -f bestvideo+bestaudio` | Use youtube-dl to download the video of best quality | |
| 52 | +| yf = `youtube-dl -F` | Use youtube-dl to list all available formats of requested videos | |
| 53 | +| ac = `annie -c cookies.txt` | Use annie to download, with cookies loaded | |
| 54 | +| ygc = `you-get -c cookies.txt` | Use you-get to download, with cookies loaded | |
| 55 | +| ... | ... | |
| 56 | + |
46 | 57 | **Notice**: The name of customize alias is preferably a combination of letters, numbers, dashes and/or underscores. It should macth the RegExp `^[\w\-]+$`, and particularly no whitespace or the special punctuations mentioned above. In addition, the alias must NOT be the same as the command, otherwise it will cause an endless loop.
|
47 | 58 |
|
48 | 59 | ---
|
@@ -87,11 +98,35 @@ git pull
|
87 | 98 | - `get-pip.py`
|
88 | 99 |
|
89 | 100 | ```
|
90 |
| - Version: v19.2.2 (pip) |
| 101 | + Version: v19.2.2 (pip for bootstrap) |
91 | 102 | MD5: 7f66b79bf181521f6851a75848aad8b2
|
92 | 103 | Source: https://bootstrap.pypa.io/get-pip.py
|
93 | 104 | ```
|
94 | 105 |
|
| 106 | +### License |
| 107 | + |
| 108 | +| Project | License | |
| 109 | +| :----------------------------: | :-------------------------------------: | |
| 110 | +| [you-get][you-get] | [MIT License][you-get license] | |
| 111 | +| [youtube-dl][youtube-dl] | [The Unlicense][youtube-dl license] | |
| 112 | +| [annie][annie] | [MIT License][annie license] | |
| 113 | +| [FFmpeg Builds][ffmpeg builds] | [GPL 3.0][ffmpeg builds license] | |
| 114 | +| [Python][python] | [PSF LICENSE AGREEMENT][python license] | |
| 115 | + |
95 | 116 | ### More information
|
96 | 117 |
|
97 | 118 | Check [Wiki](https://github.com/LussacZheng/video-downloader-deploy/wiki) for more information.
|
| 119 | + |
| 120 | +<!-- Reference Links --> |
| 121 | + |
| 122 | +[you-get]: https://github.com/soimort/you-get |
| 123 | +[you-get license]: https://github.com/soimort/you-get/blob/develop/LICENSE.txt |
| 124 | +[youtube-dl]: https://github.com/ytdl-org/youtube-dl |
| 125 | +[youtube-dl license]: https://github.com/ytdl-org/youtube-dl/blob/master/LICENSE |
| 126 | +[annie]: https://github.com/iawia002/annie |
| 127 | +[annie license]: https://github.com/iawia002/annie/blob/master/LICENSE |
| 128 | +[ffmpeg]: https://ffmpeg.org |
| 129 | +[ffmpeg builds]: https://ffmpeg.zeranoe.com/builds/ |
| 130 | +[ffmpeg builds license]: http://www.gnu.org/licenses/gpl-3.0.html |
| 131 | +[python]: https://www.python.org |
| 132 | +[python license]: https://docs.python.org/3.7/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python |
0 commit comments