Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tubefeeder/tubefeeder-extractor
Extract a video feed from youtube, lbry and peertube. Backend for tubefeeder. Moved to https://gitlab.com/schmiddi-on-mobile/tubefeeder-extractor
https://github.com/tubefeeder/tubefeeder-extractor
lbry peertube rust youtube
Last synced: 3 months ago
JSON representation
Extract a video feed from youtube, lbry and peertube. Backend for tubefeeder. Moved to https://gitlab.com/schmiddi-on-mobile/tubefeeder-extractor
- Host: GitHub
- URL: https://github.com/tubefeeder/tubefeeder-extractor
- Owner: Tubefeeder
- License: gpl-3.0
- Created: 2021-08-13T15:27:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T14:21:55.000Z (over 1 year ago)
- Last Synced: 2024-10-14T19:22:07.155Z (3 months ago)
- Topics: lbry, peertube, rust, youtube
- Language: Rust
- Homepage:
- Size: 265 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tubefeeder-extractor
__MOVED__: This repository moved to [GitLab](https://gitlab.com/schmiddi-on-mobile/tubefeeder-extractor). Please do not open any issues or pull requests in this repository.
This is the backend for [Tubefeeder](https://github.com/Tubefeeder/Tubefeeder)
This could of course also be used for other projects.## Supported Features
Currently subscribing, filters, playlists and "currently playing" are supported.
## Supported Platforms
Currently Youtube, Peertube and Lbry are supported.
## Writing for a new platform
If you would like to support this by writing a new backend, please take a look at [the wiki](https://www.tubefeeder.de/wiki/create-platform.html) and do not hesitate contact me in the [Tubefeeder Matrix Room](https://matrix.to/#/%23tubefeeder:matrix.org?via=matrix.org).
## Documentation
Most of the source code is now has basic documentatation.
The documentation can be generated with `cargo doc --open``.