Merge branch 'dev-indep' of https://github.com/pluja/Parasitter into dev-indep
This commit is contained in:
commit
7631e66eb7
@ -11,6 +11,13 @@
|
||||
- Play media from Parasitter.
|
||||
- Create following lists.
|
||||
|
||||
## [0.2.1a] - 2020-07-29
|
||||
#### Breaking dependence with Invidious.
|
||||
### Changed
|
||||
- [x] Get video info through `youtube-dl`
|
||||
- [x] Stream video to client through local proxy.
|
||||
- [x] List videos without Invidious RSS feed.
|
||||
|
||||
## [0.2.0] - 2020-07-29
|
||||
### Added
|
||||
- [x] Export your followed accounts (Youtube and Twitter) to a JSON file
|
||||
|
@ -3,7 +3,7 @@
|
||||
<p align="center"> Twitter and Youtube via RSS with privacy </p>
|
||||
<br>
|
||||
|
||||
### This is a new version where I'm trying to break dependance with Invidious (and later Nitter). Currently the video playing page (`/video/<video-id>`) no longer depends on Invidious, but it connects to *googlevideo*. I'm working on a proxy-based solution for this and any help is welcome!
|
||||
### This is a new version where I'm trying to break dependance with Invidious (and later Nitter). ~~Currently the video playing page (`/video/<video-id>`) no longer depends on Invidious, but it connects to *googlevideo*~~. Google free video streams are now working! Yay!
|
||||
|
||||
Parasitter allows you to follow your favorite Twitter and YouTube accounts with full privacy using rss feeds in order to gather the latest content from your favourite accounts and builds a *beautiful* feed so you can read them. Parasitter is written in Python and Flask and uses Semantic-UI as its CSS framework.
|
||||
|
||||
@ -14,9 +14,8 @@ Parasitter is possible thanks to several open-source projects that are listed on
|
||||
* [Security](#security)
|
||||
* [Privacy](#privacy)
|
||||
* [Self hosting](#self-hosting)
|
||||
* [Test](#test)
|
||||
* [Test it!](#test)
|
||||
* [Update](#updating-to-new-versions)
|
||||
* [Server](#server)
|
||||
* [Powered by](#powered-by)
|
||||
* [Donate](#donate-)
|
||||
|
||||
@ -47,6 +46,8 @@ Parasitter cares about your privacy, and for this it will never make any connect
|
||||
* List of followed users
|
||||
* List of saved posts
|
||||
|
||||
The Parasitter server connects to Google (Youtube) in order to gather all the necessary data. Then it serves it (proxied through itself) to the client. This means that as a user, you will never connect to Google - the Parasitter server will do it for you. So if you want to set up a Parasitter server I recommend you to set it up on a remote VPS so you don't share your IP with Google or use a VPN on the server.
|
||||
|
||||
# Self hosting
|
||||
|
||||
### Test
|
||||
|
Reference in New Issue
Block a user