From 811b90c479e9a5f85a5e3ae346dda67f4da88a22 Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Mon, 15 Sep 2025 16:11:29 +0000 Subject: [PATCH] Add README.md, index2.html, and wach2.html for FreeTube API example --- README.md | 26 ++++++++++++++++++++++++++ index2.html | 41 +++++++++++++++++++++++++++++++++++++++++ wach2.html | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 README.md create mode 100644 index2.html create mode 100644 wach2.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..afeccab --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Add-Free YouTube (FreeTube API Example) + +This project demonstrates how to use the FreeTube API to search and watch YouTube videos without ads or tracking, using simple HTML pages. + +## Files + +- `index2.html`: Search for YouTube videos using the FreeTube API. Results link to the video page. +- `wach2.html`: Watch a selected video by loading its details from the FreeTube API. +- `index.html` and `wach.html`: (Original files, not using FreeTube API) + +## How it Works + +1. Open `index2.html` in your browser. +2. Enter a search query and submit. +3. Click a video title to open `wach2.html` and watch the video. + +## API Reference +- [FreeTube API](https://github.com/FreeTubeApp/FreeTube) + +## Notes +- This is a demo and may require a working FreeTube API endpoint. +- For privacy and ad-free viewing. + +--- + +Feel free to modify or extend this project! diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..7be8733 --- /dev/null +++ b/index2.html @@ -0,0 +1,41 @@ + + + + + + Index2 - FreeTube API Example + + +

Welcome to Index2 (FreeTube API Example)

+
+ + +
+
+ + + diff --git a/wach2.html b/wach2.html new file mode 100644 index 0000000..f099cfa --- /dev/null +++ b/wach2.html @@ -0,0 +1,40 @@ + + + + + + Wach2 - FreeTube API Example + + +

Wach2 (FreeTube API Example)

+
+ + +