Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSync authored and ACSync committed Oct 5, 2017
1 parent 75f390a commit 30f0a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ To generate summary of a video file `sample.mp4` with subtitle file `subtitle.sr
```python
python sum.py -i sample.mp4 -s subtitle.srt
```
To download a YouTube video along with its subtitles from url:
To summarize a YouTube video from its url:
```python
python sum.py -u <url>
```
To remain the downloaded video and subtitles:
If you want to remain the downloaded YouTube video and subtitles:
```python
python sum.py -u <url> -k
```
Expand Down

0 comments on commit 30f0a40

Please sign in to comment.