node-ytsr icon indicating copy to clipboard operation
node-ytsr copied to clipboard

Include moving thumbnails

Open johtso opened this issue 3 years ago • 1 comments

Would be great if moving thumbnail urls could also be extracted.

They seem to be included here in the YTInitialdata object:

"richThumbnail": {
    "movingThumbnailRenderer": {
        "enableHoveredLogging": true,
        "enableOverlay": true,
        "movingThumbnailDetails": {
            "logAsMovingThumbnail": true,
            "thumbnails": [
                {
                    "height": 180,
                    "url": "https://i.ytimg.com/an_webp/mX_fQyxKiPQ/mqdefault_6s.webp?du=3000&sqp=CKylo4MG&rs=AOn4CLAJhoHhnxxaA_M2UDkLjamaqy4ViQ",
                    "width": 320
                }
            ]
        }
    }
}

johtso avatar Jul 16 '21 10:07 johtso

will put it on the list but might take a while

TimeForANinja avatar Jul 29 '21 22:07 TimeForANinja