Documentation fixes

* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos
This commit is contained in:
pukkandan
2021-01-14 21:08:27 +05:30
parent 2e8d2629f3
commit 17fa3ee25f
11 changed files with 32 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ def rsa_verify(message, signature, key):
def update_self(to_screen, verbose, opener):
"""Update the program file with the latest version from the repository"""
return to_screen('Update is currently broken.\nVisit https://github.com/pukkandan/yt-dlc/releases/latest to get the latest version')
return to_screen('Update is currently broken.\nVisit https://github.com/pukkandan/yt-dlp/releases/latest to get the latest version')
UPDATE_URL = 'https://blackjack4494.github.io//update/'
VERSION_URL = UPDATE_URL + 'LATEST_VERSION'