fork download
  1. import re
  2. stringToParse = "http://p...content-available-to-author-only...k.net/known_by_Anayah.html, we just want Anayah"
  3. print(re.search(r'_([^\W_]+)\.html', stringToParse).group(1))
Success #stdin #stdout 0.02s 27712KB
stdin
Standard input is empty
stdout
Anayah