rssalchemy/test_tasks/vombat.json
Egor Aristov 925bf49a8e
compare revs (for testing)
Support mocking dates

Support mocking dates

Support mocking dates

Support mocking dates
2025-03-18 14:02:34 +03:00

14 lines
499 B
JSON

{
"TaskType": "extract",
"URL": "https://vombat.su/new/all",
"SelectorPost": "div.post-body",
"SelectorTitle": "h1 a",
"SelectorLink": "h1 a",
"SelectorDescription": "div.post-content-block p",
"SelectorAuthor": "a:has(\u003e span.post-author)",
"SelectorCreated": "div:nth-of-type(1) \u003e div:nth-of-type(1) \u003e div:nth-of-type(1) \u003e div:nth-of-type(2)",
"SelectorContent": "div.post-content-block",
"SelectorEnclosure": "article img.object-contain",
"Headers": {}
}