Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.68 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.68 KB

PyStream-Public

What is PyStream?

PyStream is a tool for downloading and/or converting 1 or more youtube videos to audio formats. Its original purpose it to download music off of YouTube, however more features are being added as needed.

Why use PyStream?

PyStream allows you to download multiple youtube videos using their url. It does this by reading them from a text file. PyStream is the ideal choice for automating the download of videos/audio from youtube since it does not require the user to input new links after each download is complete unlike the online youtube to mp3 converters. PyStream also comes with a built-in mp4 to mp3 converter tool. Even though PyStream was originally built for downloading music, the use of the converter tool is completely optional. Making it useful as just a video downloader.


Features and version guide
V1:
  • Download videos from list [x]
  • Convert video files to audio files [x]
V2:
  • Implement fast conversion for videos with no video stream (within the downloader) []
  • Error checking for video files with no video stream []
V3:
  • Create command line interface []

Released Code

PyStream-Audio

Audio Scripts

The PyStream-Audio downloader script was released. More details are available in that folder, please go check that out if you are curious or would like to see/use the script for your own purposes.

Video Scripts

Coming soon


Future releases

  • PyStream Video scripts (Currently Debugging)
  • PyStream video converter (Early development)
    • Functionality for converting full mp4 files with video content to mp3 format audio ripping/extracting (may include support for more file types)