diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-14 21:08:27 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-14 21:51:14 +0530 |
commit | 17fa3ee25f8e40c49a48a5e34456d8965efbb21d (patch) | |
tree | 1e8b09c5024d3c4b4207cc79059601d7362c31b3 /youtube_dlc/update.py | |
parent | 2e8d2629f3dc143446dc65c912c9405323e2b0c1 (diff) | |
download | hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.tar.lz hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.tar.xz hypervideo-pre-17fa3ee25f8e40c49a48a5e34456d8965efbb21d.zip |
Documentation fixes
* Change all links to point to new fork URL
* Changed sponskrub links to my fork of the same
* Other typos
Diffstat (limited to 'youtube_dlc/update.py')
-rw-r--r-- | youtube_dlc/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/update.py b/youtube_dlc/update.py index 12b6c8608..2c9ca3aca 100644 --- a/youtube_dlc/update.py +++ b/youtube_dlc/update.py @@ -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' |