1
Fork 0
poke/README.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

2022-03-14 14:16:54 -04:00
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine/)
<div align="center">
2022-03-10 15:03:37 -05:00
<a href="https://poketube.fun/watch?v=dQw4w9WgXcQ">
2022-05-18 13:17:44 -04:00
<img src="https://user-images.githubusercontent.com/65588168/169103127-b03c27c0-0a2f-409d-9255-57f51ee08413.png" > </a>
2022-03-29 17:26:32 -04:00
<img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg">
2022-02-28 11:44:29 -05:00
<h1> POKETUBE </h1>
2022-03-29 17:26:32 -04:00
youtube player that loves privacy
2022-03-06 15:40:25 -05:00
<br>
2022-03-29 17:26:32 -04:00
2022-03-06 15:40:25 -05:00
</div>
2022-05-27 14:08:24 -04:00
## Why Poketube?
2022-03-06 15:40:25 -05:00
- Works on Older browsers!
2022-05-20 17:30:32 -04:00
- Lyrics for songs!
- No cookies,no data collection,no statistics
2022-03-06 15:40:25 -05:00
- Javascript-free on frontend
2022-05-20 17:30:32 -04:00
- No ads
2022-03-06 15:40:25 -05:00
- See Dislike counts from [Return YouTube Dislike Api](https://www.returnyoutubedislike.com/) (see:[Line 22 of fetcher.js](https://github.com/iamashley0/poketube/blob/main/src/fetcher.js#L22))
2022-05-27 14:08:24 -04:00
- Uses LightTube api*
2022-03-26 06:04:40 -04:00
- <a href="https://github.com/iamashley0/poketube/tree/main/sdk">Custom sdk!</a>
2022-03-14 14:12:14 -04:00
2022-06-22 10:43:10 -04:00
2022-05-27 14:08:24 -04:00
2022-03-26 06:13:44 -04:00
## How to self host or add a new public instance?
good question lol
2021-07-08 13:34:07 -04:00
2022-03-26 06:13:44 -04:00
- first,you have to install nodejs if you dont have it (prob you do tho)
- then clone this url:https://github.com/iamashley0/poketube.git
- open a terminal in the folder you cloned poketube,and type npm install
- and then open a port in your local host via express
- then,setup your domain
- lastly,make a pr about adding your domain into <a href="https://github.com/iamashley0/poketube/blob/main/html/domains.ejs">domains.ejs</a>
## Privacy Policy:
We do not sell your data.<br>
We do not use third party trackers/cookies for the use of this site. <br>
We do not track you lol<br>
see <a href="https://poketube.fun/privacy">Privacy policy</a> for more info
2022-01-27 13:43:29 -05:00