https://github.com/vitalk/vimcasts
Automate downloading of Vimcasts episodes (http://vimcasts.org/episodes/archive).
https://github.com/vitalk/vimcasts
Last synced: 9 months ago
JSON representation
Automate downloading of Vimcasts episodes (http://vimcasts.org/episodes/archive).
- Host: GitHub
- URL: https://github.com/vitalk/vimcasts
- Owner: vitalk
- Created: 2014-03-27T09:33:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T14:11:53.000Z (over 12 years ago)
- Last Synced: 2025-02-01T04:05:10.850Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is it?
-----------
Vim is a **great** text editor. The [Drew Neil](http://drewneil.com/) thinks so
and creates an awesome screencast series about Vim. That script allow to
download all [video archive](http://vimcasts.org/episodes/archive) in one shoot.
## Usage
Run script with `--help` flag to get help of available arguments.
```bash
./vimcasts.py --help
# Fetch all episodes starts from 42th in quicktime video format and save them
# into separate directory
./vimcasts.py --starts-from=42 --video-format=quicktime --formatstr='Vimcasts/{number}-{title}.{ext}'
```
## Copyrights
Created by Vital Kudzelka . Licensed under the [MIT
License](http://mit-license.org/vitalk).