Skip to content

Commit

Permalink
fix: Поправлен шаблон регулярки поиска ссылок для загрузки.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkuznetsov committed May 24, 2022
1 parent 2c707fd commit 6eb88e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Классы/ОбозревательСайта1С.os
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
ШаблонПоискаАдресаСтраницыЗагрузки = "<div class=""formLine"">\s*<a href=""(.*)"">\s*(.*)\s*<\/a>(\s|.)*?<\/div>";

ШаблонПоискаСсылкиДляЗагрузки = "<div class=""downloadDist"">(\s|.)*?<a href=""(.*)"">\s*"
+ "Завантажити дистрибутив\s*<\/a>(\s|.)*?<\/div>";
+ "(?:Завантажити дистрибутив|Скачать дистрибутив)\s*<\/a>(\s|.)*?<\/div>";

ШаблонПоискаПутиКФайлуВАдресе = "\?.*path=(.+)(?:\z|&)";

Expand Down

0 comments on commit 6eb88e7

Please sign in to comment.