Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

Mashup-102117021

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Mashup-102117021

Mashup of audio files from youtube videos.

  • 0.0.1
  • PyPI
  • Socket score

Maintainers
1

Mashup-102117021

Description

Mashup is a Python package for creating mashups of audio files from YouTube videos. It allows you to download audio from YouTube videos related to a specific artist, cut them to a specified duration, and merge them into one audio file.

Installation

You can install Mashup-102117021 via package manager pip:

pip install Mashup-102117021

Usage

To use Mashup, you can execute a Python script with the following arguments:

  • search_keyword: The name of the artist or the search keyword to find related YouTube videos.
  • num_of_videos: The number of YouTube videos to download audio from.
  • audio_duration: The duration (in seconds) of the audio clips to be cut from each video. (Must be >= 20 seconds)
  • output_file_name: The name of the output audio file.

Here's an example of how to use Mashup:

python sample.py "eminem" 20 20 output.mp3

Dependencies:

  • Selenium
  • Pydub
  • Pytube

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc