summaryrefslogtreecommitdiff
path: root/README.markdown
blob: 37e96717784a7f1355b51dcf142f94eede2495d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# dlStream #

Save video streams (like youtube videos) as `ogg` files. I may later add the
ability to have the output format configurable; if I get some more time...

``dlStream.py`` reads from stdin a line-space delineated list of URL's and
file names to save, individually passes a stream to be saved to ``cvlc`` to
have outputted to a file.

## Example Source File ##

    #url-to-stream file-name
    http://www.youtube.com/watch?v=kXEgk1Hdze0 wat.ogg
    #Line to be ignored

    #empty lines are ignored as well
    http://www.youtube.com/watch?v=U4oB28ksiIo pwndbyowner.ogg

## License ##

This code is available as Free Software under the GNU General Public License
(version 3). For more information, please see the LICENSE text file.