Browse Source

Первое предложение в РТ #13

master
parent
commit
03474ee04b
  1. 4
      news_parser.js

4
news_parser.js

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name News parser // @name News parser
// @namespace http://zakonvremeni.ru // @namespace http://zakonvremeni.ru
// @version 0.3.5 // @version 0.3.6
// @description Parse news // @description Parse news
// @author AlexeiBv+mirocod@narod.ru // @author AlexeiBv+mirocod@narod.ru
// @match https://tass.ru/* // @match https://tass.ru/*
@ -388,7 +388,7 @@
base_element_text, base_element_text,
'article__heading', 'article__heading',
'article__cover article__cover_article-page', 'article__cover article__cover_article-page',
'article__text', 'article__summary|article__text',
ElementCheckerTrue, ElementCheckerTrue,
SubElementCheckerToRemoveTemplate( SubElementCheckerToRemoveTemplate(
'read-more|article__cover' 'read-more|article__cover'

Loading…
Cancel
Save