Skip to content

Instantly share code, notes, and snippets.

@ikariiin
Created March 27, 2018 17:21
Embed
What would you like to do?
const text = await res.text();
const re = /result = '([^']*)';/;
const [,src] = text.match(re);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment