rep2 expack
https://menu.5ch.net/bbsmenu.html を板一覧にした時
のリンクが全部https://になってるせいで板作成に失敗した?

BrdMenu.phpの53行目を修正したら読めた。

- $this->ita_match = '{^<A HREF="?(http://(.+)/([^/]+)/([^/]+\\.html?)?)"?( target="?_blank"?)?>(.+)</A>(<br>)?$}i';

+ $this->ita_match = '{^<A HREF="?(https?://(.+)/([^/]+)/([^/]+\\.html?)?)"?( target="?_blank"?)?>(.+)</A>(<br>)?$}i';

をhttps?に。