Skip to content

changes in doc file #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yt_downloader - PHP class to download videos from YouTube and/or convert them to mp3 audio files.

## Introduction
## Introduction of yt_downloader

This PHP class takes a YouTube URL (or YouTube Video-ID) and downloads the video to your computer.
Optionally, you can convert any YouTube video to an MP3 Audio file (requires ffmpeg to be installed!).
Expand All @@ -17,7 +17,7 @@ https://github.com/downloads/eyecatchup/php-yt_downloader/eyecatchup-php-yt_down
The UI demo code is available here:
https://github.com/eyecatchup/php-yt_downloader/tree/gh-pages

## Basic Usage
## Basic Usage of this program

Usage is pretty straight forward:

Expand All @@ -42,7 +42,7 @@ You can provide either a YouTube URL (as used in the example), or a Youtube Vide

For more (advanced) examples see the example-*.php files.

## Configuration
## Configurations

Use the youtube-dl.config.php file to set your download preferences.

Expand Down