
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
YTSCR (YouTube Scraper) is a versatile tool designed for efficiently scraping YouTube channels' videos, streams, shorts, and video information.
YTSCR (YouTube Scraper) is a versatile tool designed for efficiently scraping YouTube channels' videos, streams, shorts, and video information.
Below is a straightforward example demonstrating how to utilize YTSCR to retrieve videos from a YouTube channel using TypeScript:
import { getVideos } from 'ytscr';
async function main() {
console.log(await getVideos('@MrBeast'));
}
main();
While YTSCR primarily supports ESM/ModernJS, it can also be used with JavaScript. However, please note that JavaScript usage is limited to environments supporting ESM/ModernJS.
import { getVideos } from 'ytscr';
async function main() {
console.log(await getVideos('@MrBeast'));
}
main();
getVideos(channelId: string) => Promise<Video[] | { message: string }>getStreams(channelId: string) => Promise<Stream[] | { message: string }>getShorts(channelId: string) => Promise<Short[] | { message: string }>getAll(channelId: string) => Promise<AllResponse>getInfo(videoId: string) => Promise<Info | {message: string}>Contributions to YTSCR are welcome and encouraged! If you'd like to contribute to the project, please follow these guidelines:
Thank you for considering contributing to YTSCR! Your help is greatly appreciated.
Please note that this project was initialized in Bun. Make sure you have Bun installed in your machine so you can contribute without any runtime errors.
FAQs
YTSCR (YouTube Scraper) is a versatile tool designed for efficiently scraping YouTube channels' videos, streams, shorts, and video information.
The npm package ytscr receives a total of 5 weekly downloads. As such, ytscr popularity was classified as not popular.
We found that ytscr 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
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.