From 2c7638739f8e1ca6032f7e5e506466a8d233543a Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:49:11 +0200 Subject: [PATCH] Added missing colons (:) for clarity and consistency in README.md This commit improves the readability and consistency of README.md by adding missing colons (:) in several places where they were necessary. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47e686f84..abc71724b 100644 --- a/README.md +++ b/README.md @@ -784,7 +784,7 @@ If you have used pip, a simple `sudo pip install -U youtube-dl` is sufficient to If you have installed youtube-dl using a package manager like *apt-get* or *yum*, use the standard system update mechanism to update. Note that distribution packages are often outdated. As a rule of thumb, youtube-dl releases at least once a month, and often weekly or even daily. Simply go to https://yt-dl.org to find out the current version. Unfortunately, there is nothing we youtube-dl developers can do if your distribution serves a really outdated version. You can (and should) complain to your distribution in their bugtracker or support forum. -As a last resort, you can also uninstall the version installed by your package manager and follow our manual installation instructions. For that, remove the distribution's package, with a line like +As a last resort, you can also uninstall the version installed by your package manager and follow our manual installation instructions. For that, remove the distribution's package, with a line like: sudo apt-get remove -y youtube-dl @@ -880,7 +880,7 @@ If this is not the case (no CAPTCHA suggested to solve by the service) then you ### SyntaxError: Non-ASCII character -The error +The error: File "youtube-dl", line 2 SyntaxError: Non-ASCII character '\x93' ... @@ -990,7 +990,7 @@ youtube-dl is an open-source project manned by too few volunteers, so we'd rathe Most users do not need to build youtube-dl and can [download the builds](https://ytdl-org.github.io/youtube-dl/download.html) or get them from their distribution. -To run youtube-dl as a developer, you don't need to build anything either. Simply execute +To run youtube-dl as a developer, you don't need to build anything either. Simply execute: python -m youtube_dl @@ -1023,7 +1023,7 @@ After you have ensured this site is distributing its content legally, you can fo git clone git@github.com:YOUR_GITHUB_USERNAME/youtube-dl.git -3. Start a new git branch with +3. Start a new git branch with: cd youtube-dl git checkout -b yourextractor