1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv-podsync/README.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2019-07-25 18:02:25 -07:00
# Podsync
![Podsync](docs/img/logo.png)
2019-07-25 17:48:41 -07:00
[![Build Status](https://travis-ci.com/mxpv/podsync.svg?branch=master)](https://travis-ci.com/mxpv/podsync)
2019-07-25 18:02:25 -07:00
[![Go Report Card](https://goreportcard.com/badge/github.com/mxpv/podsync)](https://goreportcard.com/report/github.com/mxpv/podsync)
2019-01-07 21:09:04 -08:00
[![Patreon](https://img.shields.io/badge/support-patreon-E6461A.svg)](https://www.patreon.com/podsync)
2019-07-23 21:26:46 -07:00
Podsync - is a simple, free service that lets you listen to any YouTube / Vimeo channels, playlists or user videos in podcast format.
2019-07-23 21:26:46 -07:00
Podcast applications have a rich functionality for content delivery - automatic download of new episodes, remembering last played position, sync between devices and offline listening. This functionality is not available on YouTube and Vimeo. So the aim of Podsync is to make your life easier and enable you to view/listen to content on any device in podcast client.
2019-11-13 20:43:47 -08:00
## How to release
- Add and push version tag
```
$ git tag -a v0.1.0 -m "First release"
2019-11-13 20:49:25 -08:00
$ git push origin --tags
2019-11-13 20:43:47 -08:00
```
- Run GoReleaser at the root of your repository:
```
$ goreleaser --rm-dist
```