Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
[skip ci] Update/Delete outdated documentation/config files (#115)
Browse files Browse the repository at this point in the history
* Delete outdated files

* Update README and OTHERLIBS

* Update the Discord invite link
  • Loading branch information
kuylar authored Jan 12, 2024
1 parent 0e7191f commit c95b35c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord server
url: https://discord.gg/HFCUCFpayh
url: https://discord.gg/zHydENpSbr
about: A place to get real-time support
19 changes: 0 additions & 19 deletions .gitlab-ci.yml

This file was deleted.

39 changes: 0 additions & 39 deletions CONFIGURATION.md

This file was deleted.

15 changes: 4 additions & 11 deletions OTHERLIBS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# Libraries that are used in LightTube

---

| Project Name | Description & Where/Why it is used | Source Code URL |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| yt-dlp | A youtube-dl fork with additional features and fixes<br />Used to retrieve video player info from YouTube | https://github.com/yt-dlp/yt-dlp |
| video.js | Open source HTML5 & Flash video player<br />Used to make the video player look cooler | https://github.com/videojs/video.js/ |
| videojs-hotkeys | Adds more hotkey support to video.js<br />Used for hotkeys | https://github.com/ctd1500/videojs-hotkeys |
| videojs-quality-selector | \<no description provided in GitHub repo><br />Used to change resolutions in compatibility mode | https://github.com/silvermine/videojs-quality-selector |
| shaka-player | JavaScript player library / DASH & HLS client / MSE-EME player<br />Used to play videos of all resolutions | https://github.com/google/shaka-player |
| videojs-shaka | Shaka player integration with video.js<br />Used to integrate video.js with shaka-player | https://github.com/davidjamesherzog/videojs-shaka |
| Bootstrap Icons | Official open source SVG icon library for Bootstrap. <br />Used for the icons throughout the website | https://github.com/twbs/icons/ |
| Project Name | Description & Where/Why it is used | Source Code URL |
|-----------------|------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------|
| HLS.js | HLS.js is a JavaScript library that plays HLS in browsers with support for MSE. <br />Used to integrate video.js with shaka-player | https://github.com/video-dev/hls.js/ |
| Bootstrap Icons | Official open source SVG icon library for Bootstrap. <br />Used for the icons throughout the website | https://github.com/twbs/icons/ |

24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# lighttube - A lightweight, privacy respecting alternative frontend for YouTube

---

## Features

- Lightweight
- Ad-free
- Dislike counts from [Return YouTube Dislike](https://www.returnyoutubedislike.com/)
- Subscription feed
- [SponsorBlock](https://sponsor.ajay.app/) support
- Subscriptions feed without the requirement of a Google account
- Playlists
- Proxying the videos through LightTube

---
Expand All @@ -16,18 +16,18 @@

### Desktop

| Page | Light | Dark |
| :--- | :---: | :--: |
| Search | ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/desktop/light/search.png)| ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/desktop/dark/search.png) |
| Video | ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/desktop/light/video.png)| ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/desktop/dark/video.png) |
| Page | Light | Dark |
|:-------|:--------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------:|
| Search | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/desktop/light/search.png?raw=true) | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/desktop/dark/search.png?raw=true) |
| Video | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/desktop/light/video.png?raw=true) | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/desktop/dark/video.png?raw=true) |

### Mobile

| Page | Light | Dark |
| :--- | :---: | :--: |
| Search | ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/mobile/light/search.png)| ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/mobile/dark/search.png) |
| Video | ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/mobile/light/video.png)| ![image](https://github.com/kuylar/lighttube/raw/v2-rewrite/screenshots/mobile/dark/video.png) |
| Page | Light | Dark |
|:-------|:-------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------:|
| Search | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/mobile/light/search.png?raw=true) | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/mobile/dark/search.png?raw=true) |
| Video | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/mobile/light/video.png?raw=true) | ![image](https://github.com/lighttube-org/LightTube/blob/master/screenshots/mobile/dark/video.png?raw=true) |

---

[Documentation](https://github.com/kuylar/lighttube/wikis) - [Used libraries](https://github.com/kuylar/lighttube/blob/master/OTHERLIBS.md) - [Public instances](https://github.com/kuylar/lighttube/blob/master/INSTANCES.md)
[Documentation](https://github.com/lighttube-org/LightTube/wiki) - [Used libraries](https://github.com/lighttube-org/LightTube/blob/master/OTHERLIBS.md) - [Public instances](https://github.com/lighttube-org/LightTube/blob/master/INSTANCES.md)

0 comments on commit c95b35c

Please sign in to comment.