Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Page ID not found #18

Open
jekulyaa opened this issue Jun 20, 2021 · 3 comments
Open

Page ID not found #18

jekulyaa opened this issue Jun 20, 2021 · 3 comments

Comments

@jekulyaa
Copy link

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

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

@fxpelive
Copy link

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

@KT315E
Copy link

KT315E commented May 9, 2023

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

@fxpelive
Copy link

fxpelive commented May 10, 2023

Так вроде работает-же скрипт (самый последний, не релизы).
0e2f3cb

Repository owner deleted a comment from rahuliyer95 Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants