Cloud-Mail.Ru-Downloader icon indicating copy to clipboard operation
Cloud-Mail.Ru-Downloader copied to clipboard

Page ID not found

Open jekulyaa opened this issue 3 years ago • 3 comments

Здравствуйте, переустановил Windows и принялся качать эту программу. Вставил ссылку в текстовый документ и мне выбило ошибку.

"Start create input file for Aria2c Downloader... Page ID not found https://cloud.mail.ru/public/LurC/43GhKRx99 Для продолжения нажмите любую клавишу . . ."

jekulyaa avatar Jun 20 '21 11:06 jekulyaa

Достаточно слегка подправить регулярное выражение в файле cloud_mail_downloader.php и всё снова работает: function GetPageId($url) { $page = get($url); if (preg_match('~"pageId":"([^"]+)"~s', $page, $match)) return $match[1]; return false; }

fxpelive avatar Jul 31 '22 16:07 fxpelive

Ещё раз поправьте пожалуйста !)

KT315E avatar May 09 '23 22:05 KT315E

Так вроде работает-же скрипт (самый последний, не релизы). https://github.com/Geograph-us/Cloud-Mail.Ru-Downloader/commit/0e2f3cb05e58a81df9982d516076738a21b2dbd6

fxpelive avatar May 10 '23 05:05 fxpelive