Generation

generate functionTue, 27 Jun 2023

find download link from xhamster.com with 720p

function find720pLink(html) { const results = /<source src="(http.+?720\.mp4)" type="video\/mp4">/.exec(html) return results ? results[1] : null }

TypeScript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code