http -> https
This commit is contained in:
@@ -12,7 +12,7 @@ use constant
|
||||
TARGET_ENC => IS_WIN ? 'cp1251' : 'utf8',
|
||||
TIMEOUT => 5,
|
||||
AGENT => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0',
|
||||
YANDEX_BASE => 'http://music.yandex.ru',
|
||||
YANDEX_BASE => 'https://music.yandex.ru',
|
||||
MUSIC_INFO_REGEX => qr/var\s+Mu\s+=\s+(.+?);\s+<\/script>/is,
|
||||
DOWNLOAD_INFO_MASK => '/api/v1.5/handlers/api-jsonp.jsx?requestId=2&nc=%d&action=getTrackSrc&p=download-info/%s/2.mp3',
|
||||
DOWNLOAD_PATH_MASK => 'http://%s/get-mp3/%s/%s?track-id=%s&from=service-10-track&similarities-experiment=default',
|
||||
|
||||
Reference in New Issue
Block a user