#!/usr/bin/env python3 from botlib.curl import Curl from botlib.html2list import HTML2List, MatchGroup URL = 'https://www.vice.com/en/topic/motherboard' SOURCE = Curl.get(URL, cache_only=True) SELECT = '.vice-card__content' match = MatchGroup({ 'url': r']*>]*>([\s\S]*?)[\s\S]*?', 'desc': r']*>([\s\S]*?)

', 'wrong-regex': r'