Исправление ссылки в ENCODED_BY
This commit is contained in:
parent
6f5a79a063
commit
0bf136e829
1 changed files with 1 additions and 1 deletions
2
main.py
2
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue