File size: 237 Bytes
ad06298
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
from pattern_functions import *
def patterns():
    patterns = [{
            'Title':'All Extractor',
            'id':'extract_1',
            'recode':'^https://.*$',
            'function':extract_1
    }]
    return patterns