https://github.com/andreaskoch/tekpub-catcher
A command-line tool that downloads your Tekpub videos and gives them sensible names
https://github.com/andreaskoch/tekpub-catcher
Last synced: 2 months ago
JSON representation
A command-line tool that downloads your Tekpub videos and gives them sensible names
- Host: GitHub
- URL: https://github.com/andreaskoch/tekpub-catcher
- Owner: andreaskoch
- License: other
- Created: 2013-09-20T18:31:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T17:48:54.000Z (almost 13 years ago)
- Last Synced: 2026-01-26T13:45:10.508Z (5 months ago)
- Language: Go
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tekpub-catcher
A cross-platform command-line tool (written in go) that downloads your Tekpub videos and gives them sensible names.
## Build Status
[](https://travis-ci.org/andreaskoch/tekpub-catcher)
## Motivation
[Tekpub](http://tekpub.com/) conveniently offers their customers to download the video tutorials through an **RSS feed**. Unfortunately did they choose to give their video files **cryptic, meaningless and unsortable** names like "142378404.mp4" which give you no clue to which series a video belongs or in which order they should be played:

And that's why I have created this little tool. It will download your Tekpub videos and give sensible names.
## Features
tekpub-catcher can ...
1. download all items in your Tekpub subscription feed to a folder of your choice,
2. create a folder for each series (e.g. "Asynchronous C# 5.0 with Jon Skeet"),
3. give the individual video files a sensible name which can be sorted in ascending order (e.g "Asynchronous-C#-5.0-with-Jon-Skeet-001-A-Quick-Tour-of-Async-in-C#-5.mp4
")
4. and skip items which have already been downloaded.
... and it will be able to do that on the OS of your choice because it is written in [go](http://golang.org).
## Usage
To start the download of your Tekpub subscriptions you must specifiy two parameters:
1. `-feedurl`: The URL of your Tekpub Feed (which includes your subscription token)
2. `-downloadpath`: The directory path you want to download the files to
```bash
tekpub-catcher -downloadpath ~/Videos/Tekpub -feedurl http://delivery.tekpub.com/account/itunes.xml?token=
```
To stop the application after the current download has been finished simply write "stop" and hit ``.
## Releases & Binaries
You can **download the binaries** for a lot of platforms and architectures from my [Amazon S3 "tekpub-catcher" Bucket](https://s3.amazonaws.com/andreaskoch/tekpub-catcher/v0.1.0/index.html) or directly from my Github release pages:
- [v0.1.0](https://github.com/andreaskoch/tekpub-catcher/releases/tag/v0.1.0)