Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[код] Нужно регулярное выражение для анонса статьи АК #32

Open
Mazian opened this issue May 25, 2019 · 1 comment
Labels

Comments

@Mazian
Copy link
Collaborator

Mazian commented May 25, 2019

Коллеги, нужна помочь с регулярным выражением, которое бы правильно сможет вырезать первое изображение вложенное в статье.

Примеры:

статья - https://fantlab.ru/blogarticle59334
регулярка должна вытащить - https://fantlab.ru/blogfiles/b59334/img/1
(первая картинка в тексте)

статья - https://fantlab.ru/blogarticle59847
должно вытащить - https://fantlab.ru/blogfiles/b59847/img/20_sm
(первая картинка в тексте)

Примечание: не должны вытаскиваться картинки-смайлы, если встречаются. их надо пропускать.

@geor-kasapidi
Copy link

geor-kasapidi commented May 26, 2019

<(?>img|IMG).*?(?>src|SRC)=["']((?!.*(users|smile))(?>https?:)?\/\/(?>data\.)?fantlab\.ru(?>\/?\w+?)*)["'].*?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants