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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Youtube-to-Webpage is a Perl script to create a webpage from a Youtube video with a transcript generated from the video's closed captions paired with screenshots of the video.

```./yt-to-webpage.pl project-name "videoURL"```
```./yt-to-webpage.pl project-name "videoURL"``` language

## Dependencies

Expand All @@ -15,7 +15,7 @@ The project is built upon:

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"```
```./yt-to-webpage.pl project-name "https://www.youtube.com/watch?v=jNQXAC9IVRw"``` language

## Output

Expand Down