Skip to content

Commit

Permalink
update documentation a bit. More docs updates later
Browse files Browse the repository at this point in the history
  • Loading branch information
Colum Paget committed Jul 26, 2019
1 parent ecc7981 commit 9a7b3f8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# SYNOPSIS

Movgrab is a downloader for videos from sites like youtube, bitchute, euronews, etc. It can also be used to stream internet radio into players like mplayer or mpg123.

Videos are downloaded like:

```
movgrab https://www.youtube.com/watch?v=GrK9EaQRp2I
```

Internet radio can be streamed like:

```
movgrab http://somafm.com/missioncontrol.pls | mpg123 -
```

In order to see usage:

```
movgrab --help
```


# BUILD STATUS

[![Build Status](https://travis-ci.com/ColumPaget/Movgrab.svg?branch=master)](https://travis-ci.com/ColumPaget/Movgrab)
Expand All @@ -10,6 +33,7 @@ Movgrab and libUseful are (C) 2009 Colum Paget. They are released under the GPL
Email: colums.projects@gmail.com



# DISCLAIMER

This is free software. It comes with no guarentees and I take no responsiblity if it makes your computer explode or opens a portal to the demon dimensions, or does anything.
Expand Down

0 comments on commit 9a7b3f8

Please sign in to comment.