Eran Rosenthal

Results 2 comments of Eran Rosenthal

I just had a similar case where I want to strip_code and remove all the images, so this is my solution: ``` python img = re.compile('(File|Image|ALTERNATIVE_ALIASES):', re.I) prs = mwparserfromhell.parser.Parser().parse(wikicode)...