From 0bf136e829d46e64f7a377e7b9c87df51f979694 Mon Sep 17 00:00:00 2001 From: Lev Date: Mon, 12 Dec 2022 16:12:32 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8?= =?UTF-8?q?=20=D0=B2=20ENCODED=5FBY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 728a9b4..0b57708 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ from requests import Session from pathlib import Path MD5_SALT = 'XGRlBW9FXlekgbPrRHuSiA' -ENCODED_BY = 'https://gitlab.com/llistochek/yandex-music-downloader' +ENCODED_BY = 'https://github.com/llistochek/yandex-music-downloader' DEFAULT_USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36' DEFAULT_DELAY = 3 DEFAULT_PATH_PATTERN = Path('#album-artist', '#album', '#number - #title')