Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,22 @@ Youtube-to-Webpage is a Perl script to create a webpage from a Youtube video wit

The project is built upon:

* [Perl](https://www.perl.org/) (duh)
* [yt-dlp](https://github.com/yt-dlp/yt-dlp)
* [ffmpeg](https://ffmpeg.org/)

**Check you have those installed, and they're updated (especially yt-dlp thanks to Youtube's API changes).**

If you don't have any Perl interpreter, feel free to check the portable version of [Strawberry Perl](https://strawberryperl.com/) as recommended on the [official Perl's download page](https://www.perl.org/get.html).

## Using

To use, run the Perl script with a name for the folder to create, and the video URL. For example:
No installation needed. To use, run the Perl script with a name for the folder to create, and the video URL. For example:

```./yt-to-webpage.pl project-name "https://www.youtube.com/watch?v=jNQXAC9IVRw"```

**As of now, the script seems to only work under UNIX environments. We'd be happy to receive help for a port to Windows.**

## Output

Running the script create a repository according to the following structure:
Expand Down