Skip to content
View iamhv6's full-sized avatar

Block or report iamhv6

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iamhv6/README.md

Welcome to my profile

image

Gist Profile

iamhv6

YTvideo

function getYTVideoDetails() {
    try {
        const title = document.querySelector("title").textContent.replace(" - YouTube", "");
        const description = document.querySelector('ytd-text-inline-expander span.yt-core-attributed-string').textContent.trim();
        const views = document.querySelector("ytd-watch-info-text #info-container #info").textContent.split('views')[0].trim();
        const uploadDate = document.querySelector("ytd-watch-info-text #info-container #info").textContent.split('views')[1].trim();
        const channelName = document.querySelector("#owner #channel-name #container #text-container #text").title;

        return {
            title,
            description,
            views,
            uploadDate,
            channelName

Popular repositories Loading

  1. ogpscraper ogpscraper Public

    Forked from yashdiniz/ogpscraper

    A website opengraph scraper, which also caches repeat requests.

    Go

  2. Presences Presences Public

    Forked from PreMiD/Activities

    🛒 Storage for Presences located at our Presence Store.

    TypeScript

  3. Buildathon Buildathon Public

    An autocode based music playing bot

    JavaScript

  4. iamhv6 iamhv6 Public

  5. Web-music-player Web-music-player Public

    A simple web based music player using ytdlp along with a small music based game

    HTML

  6. Api-Call Api-Call Public

    A simple code that will allow you to run an api callback using a web based UI

    JavaScript