Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 564 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 564 Bytes

YouTube to Piped Video URL Converter

This Go program converts YouTube video URLs into Piped Video URLs.

How to Use:

  1. Clone the repository using:

    git clone https://github.com/ErfanTech/yt2piped.git
  2. Build the program:

    cd yt2piped
    go build main.go
  3. Run the program:

    ./main
  4. Input a YouTube URL.

  5. Get the Piped Video URL.

Inspired by: Sohrab

License: Open-source

Author: ErfanTech

Feel free to use and modify this tool.