about summary refs log tree commit diff
path: root/__tests__/lib/extractMetaHtml.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fixes embed links for twitter and tiktok (#74)Aryan Goharzad2023-01-201-70/+0
|
* Fix html extraction testsPaul Frazee2023-01-191-3/+3
|
* Fixes youtube embed issues (#50)Aryan Goharzad2023-01-191-0/+70
* fixes youtube embed * move extractMetaHtml test to its own file * tests cleanup * Add fallback for youtube meta data * lint * Check for youtube in the url domain * use hostname instead of full url to check for link domain * checks only for domain