
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600Ć Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600Ć faster than humans.
html-metadata-parser
Advanced tools
Html Metadata scraper and parser for Node.js
npm install html-metadata-parser
yarn install html-metadata-parser
const { parser } = require('html-metadata-parser');
parser('https://www.youtube.com/watch?v=eSzNNYk7nVU').then(result=>{
console.log(JSON.stringify(result, null, 3));
})
// async
const { parser } = require('html-metadata-parser');
(async () => {
var result = await parse('https://www.youtube.com/watch?v=eSzNNYk7nVU');
console.log(JSON.stringify(result, null, 3));
})();
// result
{
"og": {
"site_name": "YouTube",
"url": "https://www.youtube.com/watch?v=eSzNNYk7nVU",
"title": "Rebuilding iOS 15 with Tailwind CSS",
"image": "https://i.ytimg.com/vi/eSzNNYk7nVU/maxresdefault.jpg",
"description": "In this video, I'll show you how to rebuild the new Notification Summary UI from iOS 15 using Tailwind CSS.Source code: https://play.tailwindcss.com/kY4LYXwsNZ",
"type": "video.other"
},
"meta": {
"title": "Rebuilding iOS 15 with Tailwind CSS",
"description": "In this video, I'll show you how to rebuild the new Notification Summary UI from iOS 15 using Tailwind CSS.Source code: https://play.tailwindcss.com/kY4LYXwsNZ"
},
"images": []
}
ā 15 Best Visual Studio Code Themes of 2021
ā What is the difference between PM2 Cluster vs Fork Mode
ā Lightbox Photo Grid and Slideshow component for Vue.JS?
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Stay up to date on the development of Morioh UI and reach out to the community with these helpful resources.
Follow @codek_tv and @im_a_developer on Twitter.
Follow Morioh and Javascript Developers on FaceBook.
Join the official Discord room: https://discord.gg/sqxU6un.
FAQs
Html Metadata scraper and parser for Node.js
The npm package html-metadata-parser receives a total of 2,714 weekly downloads. As such, html-metadata-parser popularity was classified as popular.
We found that html-metadata-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600Ć faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.