mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-03-29 04:33:09 +01:00
Add logo and banner
This commit is contained in:
parent
cf87314d4e
commit
1aebc0f79e
31
.github/banner.svg
vendored
Normal file
31
.github/banner.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After (image error) Size: 24 KiB |
16
README.md
16
README.md
@ -1,17 +1,15 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# YT-DLP
|
[](#readme)
|
||||||
A command-line program to download videos from YouTube and many other [video platforms](supportedsites.md)
|
|
||||||
|
|
||||||
<!-- GHA doesn't have for-the-badge style
|
[](https://github.com/yt-dlp/yt-dlp/releases/latest)
|
||||||
[](https://github.com/yt-dlp/yt-dlp/actions)
|
[](https://github.com/yt-dlp/yt-dlp/actions)
|
||||||
-->
|
[](LICENSE)
|
||||||
[](https://github.com/yt-dlp/yt-dlp/releases/latest)
|
[](supportedsites.md)
|
||||||
[](LICENSE)
|
[](https://discord.gg/H5MNcFW63r)
|
||||||
[](https://yt-dlp.readthedocs.io)
|
[](https://yt-dlp.readthedocs.io)
|
||||||
[](https://discord.gg/H5MNcFW63r)
|
|
||||||
[](https://github.com/yt-dlp/yt-dlp/commits)
|
[](https://github.com/yt-dlp/yt-dlp/commits)
|
||||||
[](https://github.com/yt-dlp/yt-dlp/commits)
|
[](https://github.com/yt-dlp/yt-dlp/commits)
|
||||||
[](https://github.com/yt-dlp/yt-dlp/releases/latest)
|
[](https://github.com/yt-dlp/yt-dlp/releases/latest)
|
||||||
[](https://pypi.org/project/yt-dlp)
|
[](https://pypi.org/project/yt-dlp)
|
||||||
|
|
||||||
|
Binary file not shown.
Before (image error) Size: 4.2 KiB |
BIN
devscripts/logo.ico
Normal file
BIN
devscripts/logo.ico
Normal file
Binary file not shown.
After (image error) Size: 40 KiB |
@ -73,7 +73,7 @@ excluded_modules = ['test', 'ytdlp_plugins', 'youtube-dl', 'youtube-dlc']
|
|||||||
PyInstaller.__main__.run([
|
PyInstaller.__main__.run([
|
||||||
'--name=yt-dlp%s' % _x86,
|
'--name=yt-dlp%s' % _x86,
|
||||||
'--onefile',
|
'--onefile',
|
||||||
'--icon=devscripts/cloud.ico',
|
'--icon=devscripts/logo.ico',
|
||||||
*[f'--exclude-module={module}' for module in excluded_modules],
|
*[f'--exclude-module={module}' for module in excluded_modules],
|
||||||
*[f'--hidden-import={module}' for module in dependancies],
|
*[f'--hidden-import={module}' for module in dependancies],
|
||||||
'--upx-exclude=vcruntime140.dll',
|
'--upx-exclude=vcruntime140.dll',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user