| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 8fe82939347cdfdb174137829b5cc364c316ad8e |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Sat Oct 28 17:52:05 2023 +0200 |
4 | |
5 | Auto-Commit Update 28.10.2023 - 17:52:05 |
6 | --- |
7 | README.md | 69 ++++- |
8 | usr/lib/node_modules/yt-cli/yarn.lock | 483 ++++++++++++++++++++++++++++++++++ |
9 | 2 files changed, 549 insertions(+), 3 deletions(-) |
10 | |
11 | diff --git a/README.md b/README.md |
12 | index aa65951..199d374 100644 |
13 | --- a/README.md |
14 | +++ b/README.md |
15 | @@ -1,5 +1,68 @@ |
16 | +# YT-CLI - YouTube Command Line Interface |
17 | |
18 | -# A CLI YouTube client, with buit-in search and download capabilities. |
19 | +### Welcome to YT-CLI, a straightforward CLI tool for downloading YouTube videos. |
20 | +### Designed to be fast, efficient, and user-friendly, YT-CLI operates with precision and speed. |
21 | + |
22 | +*Version: 1.0.0* |
23 | + |
24 | +*** |
25 | + |
26 | +## Key Features |
27 | + |
28 | ++ **Interactive Selection**: No flags needed, provides a list for selection of the correct video. |
29 | ++ **Auto-Select**: Automatically selects the first result with `-a` flag. |
30 | ++ **Download Video**: Download YouTube video with `-d` flag. |
31 | ++ **Custom Directory**: Specify a destination directory with `-t` when used with `-d`. |
32 | ++ **Direct Link**: Download from a direct link or URL with `-l` flag. |
33 | ++ **Help**: Use `-h` for help information. |
34 | + |
35 | +## Requirements |
36 | + |
37 | ++ Node.js |
38 | ++ npm |
39 | + |
40 | +## Installation |
41 | + |
42 | +### **P-Track** can be acquired from various platforms: |
43 | + |
44 | +### **NPM**: |
45 | + npm install -g yt-cli |
46 | + |
47 | +### **Arch User Repository (AUR)**: |
48 | +#### For Arch Linux users, yt-cli is available from on the AUR for all Arch or Arch based distro with the help of your favorite AUR helper, eg: |
49 | + yay -Sy yt-cli |
50 | + |
51 | + |
52 | + |
53 | +## Usage |
54 | + yt-cli [options] |
55 | + |
56 | +## Options |
57 | + |
58 | ++ `-a`: Auto select first result. |
59 | ++ `-d`: Download video. |
60 | ++ `-t`: Used with `-d`, allows user to provide destination directory. |
61 | ++ `-l`: Provide direct link or URL to video. |
62 | ++ `-h`: Display help information. |
63 | + |
64 | +## Examples |
65 | + |
66 | + # Auto-select and download first result |
67 | + yt-cli -a -d |
68 | + |
69 | + # Download video to a custom directory |
70 | + yt-cli -d -t /path/to/directory |
71 | + |
72 | + # Download from a direct link or URL |
73 | + yt-cli -l https://www.youtube.com/watch?v=example |
74 | + |
75 | + |
76 | +*** |
77 | + |
78 | +## License |
79 | + |
80 | +yt-cli is open source and licenced under the MIT/X Consortium license |
81 | + |
82 | +## Support |
83 | +If you encounter any problems or have suggestions for yt-cli, please open an issue on GitLab. We value your feedback and will respond as quickly as possible. |
84 | |
85 | -![yt-cli](https://concise.cc/packages/previews/yt-cli/main.png) |
86 | -![downloads](https://concise.cc/packages/previews/yt-cli/dl.png) |
87 | diff --git a/usr/lib/node_modules/yt-cli/yarn.lock b/usr/lib/node_modules/yt-cli/yarn.lock |
88 | new file mode 100644 |
89 | index 0000000..dfdcfd6 |
90 | --- /dev/null |
91 | +++ b/usr/lib/node_modules/yt-cli/yarn.lock |
92 | @@ -0,0 +1,483 @@ |
93 | +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. |
94 | +# yarn lockfile v1 |
95 | + |
96 | + |
97 | +ansi-escapes@^3.0.0: |
98 | + version "3.2.0" |
99 | + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b" |
100 | + integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ== |
101 | + |
102 | +ansi-regex@^3.0.0: |
103 | + version "3.0.1" |
104 | + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.1.tgz#123d6479e92ad45ad897d4054e3c7ca7db4944e1" |
105 | + integrity sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw== |
106 | + |
107 | +ansi-styles@^3.2.1: |
108 | + version "3.2.1" |
109 | + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" |
110 | + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== |
111 | + dependencies: |
112 | + color-convert "^1.9.0" |
113 | + |
114 | +asynckit@^0.4.0: |
115 | + version "0.4.0" |
116 | + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" |
117 | + integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== |
118 | + |
119 | +axios@^1.4.0: |
120 | + version "1.5.1" |
121 | + resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" |
122 | + integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== |
123 | + dependencies: |
124 | + follow-redirects "^1.15.0" |
125 | + form-data "^4.0.0" |
126 | + proxy-from-env "^1.1.0" |
127 | + |
128 | +bin-version-check@~5.1.0: |
129 | + version "5.1.0" |
130 | + resolved "https://registry.yarnpkg.com/bin-version-check/-/bin-version-check-5.1.0.tgz#788e80e036a87313f8be7908bc20e5abe43f0837" |
131 | + integrity sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g== |
132 | + dependencies: |
133 | + bin-version "^6.0.0" |
134 | + semver "^7.5.3" |
135 | + semver-truncate "^3.0.0" |
136 | + |
137 | +bin-version@^6.0.0: |
138 | + version "6.0.0" |
139 | + resolved "https://registry.yarnpkg.com/bin-version/-/bin-version-6.0.0.tgz#08ecbe5fc87898b441425e145f9e105064d00315" |
140 | + integrity sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw== |
141 | + dependencies: |
142 | + execa "^5.0.0" |
143 | + find-versions "^5.0.0" |
144 | + |
145 | +chalk@^2.4.1: |
146 | + version "2.4.2" |
147 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
148 | + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
149 | + dependencies: |
150 | + ansi-styles "^3.2.1" |
151 | + escape-string-regexp "^1.0.5" |
152 | + supports-color "^5.3.0" |
153 | + |
154 | +child_process@^1.0.2: |
155 | + version "1.0.2" |
156 | + resolved "https://registry.yarnpkg.com/child_process/-/child_process-1.0.2.tgz#b1f7e7fc73d25e7fd1d455adc94e143830182b5a" |
157 | + integrity sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g== |
158 | + |
159 | +cli-cursor@^2.0.0: |
160 | + version "2.1.0" |
161 | + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" |
162 | + integrity sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw== |
163 | + dependencies: |
164 | + restore-cursor "^2.0.0" |
165 | + |
166 | +cli-spinners@^1.3.1: |
167 | + version "1.3.1" |
168 | + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a" |
169 | + integrity sha512-1QL4544moEsDVH9T/l6Cemov/37iv1RtoKf7NJ04A60+4MREXNfx/QvavbH6QoGdsD4N4Mwy49cmaINR/o2mdg== |
170 | + |
171 | +color-convert@^1.9.0: |
172 | + version "1.9.3" |
173 | + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" |
174 | + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== |
175 | + dependencies: |
176 | + color-name "1.1.3" |
177 | + |
178 | +[email protected]: |
179 | + version "1.1.3" |
180 | + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" |
181 | + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== |
182 | + |
183 | +colors@^1.4.0: |
184 | + version "1.4.0" |
185 | + resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" |
186 | + integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== |
187 | + |
188 | +combined-stream@^1.0.8: |
189 | + version "1.0.8" |
190 | + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" |
191 | + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== |
192 | + dependencies: |
193 | + delayed-stream "~1.0.0" |
194 | + |
195 | +cross-spawn@^7.0.3: |
196 | + version "7.0.3" |
197 | + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" |
198 | + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== |
199 | + dependencies: |
200 | + path-key "^3.1.0" |
201 | + shebang-command "^2.0.0" |
202 | + which "^2.0.1" |
203 | + |
204 | +dargs@~7.0.0: |
205 | + version "7.0.0" |
206 | + resolved "https://registry.yarnpkg.com/dargs/-/dargs-7.0.0.tgz#04015c41de0bcb69ec84050f3d9be0caf8d6d5cc" |
207 | + integrity sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg== |
208 | + |
209 | +decompress-response@^6.0.0: |
210 | + version "6.0.0" |
211 | + resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc" |
212 | + integrity sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== |
213 | + dependencies: |
214 | + mimic-response "^3.1.0" |
215 | + |
216 | +delayed-stream@~1.0.0: |
217 | + version "1.0.0" |
218 | + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" |
219 | + integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== |
220 | + |
221 | +escape-string-regexp@^1.0.5: |
222 | + version "1.0.5" |
223 | + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
224 | + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== |
225 | + |
226 | +execa@^5.0.0, execa@~5.1.1: |
227 | + version "5.1.1" |
228 | + resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd" |
229 | + integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg== |
230 | + dependencies: |
231 | + cross-spawn "^7.0.3" |
232 | + get-stream "^6.0.0" |
233 | + human-signals "^2.1.0" |
234 | + is-stream "^2.0.0" |
235 | + merge-stream "^2.0.0" |
236 | + npm-run-path "^4.0.1" |
237 | + onetime "^5.1.2" |
238 | + signal-exit "^3.0.3" |
239 | + strip-final-newline "^2.0.0" |
240 | + |
241 | +find-versions@^5.0.0: |
242 | + version "5.1.0" |
243 | + resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-5.1.0.tgz#973f6739ce20f5e439a27eba8542a4b236c8e685" |
244 | + integrity sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg== |
245 | + dependencies: |
246 | + semver-regex "^4.0.5" |
247 | + |
248 | +follow-redirects@^1.15.0: |
249 | + version "1.15.3" |
250 | + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" |
251 | + integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== |
252 | + |
253 | +form-data@^4.0.0: |
254 | + version "4.0.0" |
255 | + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" |
256 | + integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== |
257 | + dependencies: |
258 | + asynckit "^0.4.0" |
259 | + combined-stream "^1.0.8" |
260 | + mime-types "^2.1.12" |
261 | + |
262 | +fs@^0.0.1-security: |
263 | + version "0.0.1-security" |
264 | + resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4" |
265 | + integrity sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w== |
266 | + |
267 | +get-stream@^6.0.0: |
268 | + version "6.0.1" |
269 | + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" |
270 | + integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== |
271 | + |
272 | +has-flag@^3.0.0: |
273 | + version "3.0.0" |
274 | + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" |
275 | + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== |
276 | + |
277 | +html-formatter@^0.1.9: |
278 | + version "0.1.9" |
279 | + resolved "https://registry.yarnpkg.com/html-formatter/-/html-formatter-0.1.9.tgz#58e8859712f3d4d9e7094027517c4c46f4c336b8" |
280 | + integrity sha512-ao56oQHElDyKjnRara+Tw9iT6Ieuu6MRiBvCOCn2yhKtdT2Z9ViAyBal2j83bAf8sc6qAzGU0gkNVlFzkVAFHQ== |
281 | + |
282 | +human-signals@^2.1.0: |
283 | + version "2.1.0" |
284 | + resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" |
285 | + integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== |
286 | + |
287 | +humanize-duration@^3.15.3: |
288 | + version "3.30.0" |
289 | + resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.30.0.tgz#9be623d331116583ff90aeb6ccfdc2e79d6d7372" |
290 | + integrity sha512-NxpT0fhQTFuMTLnuu1Xp+ozNpYirQnbV3NlOjEKBYlE3uvMRu3LDuq8EPc3gVXxVYnchQfqVM4/+T9iwHPLLeA== |
291 | + |
292 | +[email protected]: |
293 | + version "2.0.3" |
294 | + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" |
295 | + integrity sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== |
296 | + |
297 | +is-fullwidth-code-point@^2.0.0: |
298 | + version "2.0.0" |
299 | + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" |
300 | + integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w== |
301 | + |
302 | +is-stream@^2.0.0: |
303 | + version "2.0.1" |
304 | + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" |
305 | + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== |
306 | + |
307 | +is-unix@~2.0.1: |
308 | + version "2.0.10" |
309 | + resolved "https://registry.yarnpkg.com/is-unix/-/is-unix-2.0.10.tgz#5b396b951910343fdba17abe30a2a41e82e16d11" |
310 | + integrity sha512-CcasZSEOQUoE7JHy56se4wyRhdJfjohuMWYmceSTaDY4naKyd1fpLiY8rJsIT6AKfVstQAhHJOfPx7jcUxK61Q== |
311 | + |
312 | +isexe@^2.0.0: |
313 | + version "2.0.0" |
314 | + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" |
315 | + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== |
316 | + |
317 | +kleur@^3.0.3: |
318 | + version "3.0.3" |
319 | + resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" |
320 | + integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== |
321 | + |
322 | +log-update@^2.3.0: |
323 | + version "2.3.0" |
324 | + resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708" |
325 | + integrity sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg== |
326 | + dependencies: |
327 | + ansi-escapes "^3.0.0" |
328 | + cli-cursor "^2.0.0" |
329 | + wrap-ansi "^3.0.1" |
330 | + |
331 | +lru-cache@^6.0.0: |
332 | + version "6.0.0" |
333 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
334 | + integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |
335 | + dependencies: |
336 | + yallist "^4.0.0" |
337 | + |
338 | +merge-stream@^2.0.0: |
339 | + version "2.0.0" |
340 | + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" |
341 | + integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== |
342 | + |
343 | +[email protected]: |
344 | + version "1.52.0" |
345 | + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" |
346 | + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== |
347 | + |
348 | +mime-types@^2.1.12: |
349 | + version "2.1.35" |
350 | + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" |
351 | + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== |
352 | + dependencies: |
353 | + mime-db "1.52.0" |
354 | + |
355 | +mimic-fn@^1.0.0: |
356 | + version "1.2.0" |
357 | + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" |
358 | + integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== |
359 | + |
360 | +mimic-fn@^2.1.0: |
361 | + version "2.1.0" |
362 | + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" |
363 | + integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== |
364 | + |
365 | +mimic-response@^3.1.0: |
366 | + version "3.1.0" |
367 | + resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9" |
368 | + integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== |
369 | + |
370 | +npm-run-path@^4.0.1: |
371 | + version "4.0.1" |
372 | + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" |
373 | + integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== |
374 | + dependencies: |
375 | + path-key "^3.0.0" |
376 | + |
377 | +once@^1.3.1: |
378 | + version "1.4.0" |
379 | + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" |
380 | + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== |
381 | + dependencies: |
382 | + wrappy "1" |
383 | + |
384 | +onetime@^2.0.0: |
385 | + version "2.0.1" |
386 | + resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" |
387 | + integrity sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ== |
388 | + dependencies: |
389 | + mimic-fn "^1.0.0" |
390 | + |
391 | +onetime@^5.1.2: |
392 | + version "5.1.2" |
393 | + resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" |
394 | + integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== |
395 | + dependencies: |
396 | + mimic-fn "^2.1.0" |
397 | + |
398 | +os@^0.1.2: |
399 | + version "0.1.2" |
400 | + resolved "https://registry.yarnpkg.com/os/-/os-0.1.2.tgz#f29a50c62908516ba42652de42f7038600cadbc2" |
401 | + integrity sha512-ZoXJkvAnljwvc56MbvhtKVWmSkzV712k42Is2mA0+0KTSRakq5XXuXpjZjgAt9ctzl51ojhQWakQQpmOvXWfjQ== |
402 | + |
403 | +path-key@^3.0.0, path-key@^3.1.0: |
404 | + version "3.1.1" |
405 | + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" |
406 | + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== |
407 | + |
408 | +path@^0.12.7: |
409 | + version "0.12.7" |
410 | + resolved "https://registry.yarnpkg.com/path/-/path-0.12.7.tgz#d4dc2a506c4ce2197eb481ebfcd5b36c0140b10f" |
411 | + integrity sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q== |
412 | + dependencies: |
413 | + process "^0.11.1" |
414 | + util "^0.10.3" |
415 | + |
416 | +process@^0.11.1: |
417 | + version "0.11.10" |
418 | + resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" |
419 | + integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== |
420 | + |
421 | +progress-estimator@^0.3.1: |
422 | + version "0.3.1" |
423 | + resolved "https://registry.yarnpkg.com/progress-estimator/-/progress-estimator-0.3.1.tgz#5a4c5bffa2cca09ac233c43bb6a644cbe6706920" |
424 | + integrity sha512-I5bwE35adOrA2rfZ9iHHPESUp5C6cXrZd0J8LdFD9J+66ijSugBwZHooPCROf94Ox8YZaUyvTLViqSiRvBhSoA== |
425 | + dependencies: |
426 | + chalk "^2.4.1" |
427 | + cli-spinners "^1.3.1" |
428 | + humanize-duration "^3.15.3" |
429 | + log-update "^2.3.0" |
430 | + |
431 | +prompts@^2.4.2: |
432 | + version "2.4.2" |
433 | + resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" |
434 | + integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== |
435 | + dependencies: |
436 | + kleur "^3.0.3" |
437 | + sisteransi "^1.0.5" |
438 | + |
439 | +proxy-from-env@^1.1.0: |
440 | + version "1.1.0" |
441 | + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" |
442 | + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== |
443 | + |
444 | +restore-cursor@^2.0.0: |
445 | + version "2.0.0" |
446 | + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" |
447 | + integrity sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q== |
448 | + dependencies: |
449 | + onetime "^2.0.0" |
450 | + signal-exit "^3.0.2" |
451 | + |
452 | +semver-regex@^4.0.5: |
453 | + version "4.0.5" |
454 | + resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-4.0.5.tgz#fbfa36c7ba70461311f5debcb3928821eb4f9180" |
455 | + integrity sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw== |
456 | + |
457 | +semver-truncate@^3.0.0: |
458 | + version "3.0.0" |
459 | + resolved "https://registry.yarnpkg.com/semver-truncate/-/semver-truncate-3.0.0.tgz#0e3b4825d4a4225d8ae6e7c72231182b42edba40" |
460 | + integrity sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg== |
461 | + dependencies: |
462 | + semver "^7.3.5" |
463 | + |
464 | +semver@^7.3.5, semver@^7.5.3: |
465 | + version "7.5.4" |
466 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" |
467 | + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== |
468 | + dependencies: |
469 | + lru-cache "^6.0.0" |
470 | + |
471 | +shebang-command@^2.0.0: |
472 | + version "2.0.0" |
473 | + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" |
474 | + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== |
475 | + dependencies: |
476 | + shebang-regex "^3.0.0" |
477 | + |
478 | +shebang-regex@^3.0.0: |
479 | + version "3.0.0" |
480 | + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" |
481 | + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== |
482 | + |
483 | +signal-exit@^3.0.2, signal-exit@^3.0.3: |
484 | + version "3.0.7" |
485 | + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" |
486 | + integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== |
487 | + |
488 | +simple-concat@^1.0.0: |
489 | + version "1.0.1" |
490 | + resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f" |
491 | + integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== |
492 | + |
493 | +simple-get@~4.0.1: |
494 | + version "4.0.1" |
495 | + resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.1.tgz#4a39db549287c979d352112fa03fd99fd6bc3543" |
496 | + integrity sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA== |
497 | + dependencies: |
498 | + decompress-response "^6.0.0" |
499 | + once "^1.3.1" |
500 | + simple-concat "^1.0.0" |
501 | + |
502 | +sisteransi@^1.0.5: |
503 | + version "1.0.5" |
504 | + resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" |
505 | + integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== |
506 | + |
507 | +string-width@^2.1.1: |
508 | + version "2.1.1" |
509 | + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" |
510 | + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== |
511 | + dependencies: |
512 | + is-fullwidth-code-point "^2.0.0" |
513 | + strip-ansi "^4.0.0" |
514 | + |
515 | +strip-ansi@^4.0.0: |
516 | + version "4.0.0" |
517 | + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" |
518 | + integrity sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow== |
519 | + dependencies: |
520 | + ansi-regex "^3.0.0" |
521 | + |
522 | +strip-final-newline@^2.0.0: |
523 | + version "2.0.0" |
524 | + resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" |
525 | + integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== |
526 | + |
527 | +supports-color@^5.3.0: |
528 | + version "5.5.0" |
529 | + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" |
530 | + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== |
531 | + dependencies: |
532 | + has-flag "^3.0.0" |
533 | + |
534 | +util@^0.10.3: |
535 | + version "0.10.4" |
536 | + resolved "https://registry.yarnpkg.com/util/-/util-0.10.4.tgz#3aa0125bfe668a4672de58857d3ace27ecb76901" |
537 | + integrity sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A== |
538 | + dependencies: |
539 | + inherits "2.0.3" |
540 | + |
541 | +which@^2.0.1: |
542 | + version "2.0.2" |
543 | + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" |
544 | + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== |
545 | + dependencies: |
546 | + isexe "^2.0.0" |
547 | + |
548 | +wrap-ansi@^3.0.1: |
549 | + version "3.0.1" |
550 | + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba" |
551 | + integrity sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ== |
552 | + dependencies: |
553 | + string-width "^2.1.1" |
554 | + strip-ansi "^4.0.0" |
555 | + |
556 | +wrappy@1: |
557 | + version "1.0.2" |
558 | + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" |
559 | + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== |
560 | + |
561 | +yallist@^4.0.0: |
562 | + version "4.0.0" |
563 | + resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
564 | + integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
565 | + |
566 | +youtube-dl-exec@^2.4.2: |
567 | + version "2.4.16" |
568 | + resolved "https://registry.yarnpkg.com/youtube-dl-exec/-/youtube-dl-exec-2.4.16.tgz#e5add2fd4d3da4a3847409abe8c09d9edbef4c66" |
569 | + integrity sha512-+ZQe3DbxUUyz4h7TIg1GfNu569VqBeqNUpvCEy19KRBBYgh9Lrxkjwu0LFciy1GOsuW20zDT1Qe2FnNky0QdRQ== |
570 | + dependencies: |
571 | + bin-version-check "~5.1.0" |
572 | + dargs "~7.0.0" |
573 | + execa "~5.1.1" |
574 | + is-unix "~2.0.1" |
575 | + simple-get "~4.0.1" |