{"id":15209095,"url":"https://github.com/ytmous/ytmous","last_synced_at":"2025-05-08T23:28:29.698Z","repository":{"id":50495905,"uuid":"366873392","full_name":"ytmous/ytmous","owner":"ytmous","description":"Anonymous Youtube Proxy","archived":false,"fork":false,"pushed_at":"2024-04-02T15:02:12.000Z","size":4366,"stargazers_count":94,"open_issues_count":5,"forks_count":100,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T19:21:16.900Z","etag":null,"topics":["ejs","expressjs","proxy","youtube"],"latest_commit_sha":null,"homepage":"https://ytmous-nightly.vercel.app","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ytmous.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-12T22:51:50.000Z","updated_at":"2025-03-12T07:03:13.000Z","dependencies_parsed_at":"2024-01-24T16:46:02.587Z","dependency_job_id":"38895bcd-f046-4beb-9a9e-e2e80215ea64","html_url":"https://github.com/ytmous/ytmous","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytmous%2Fytmous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytmous%2Fytmous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytmous%2Fytmous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytmous%2Fytmous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytmous","download_url":"https://codeload.github.com/ytmous/ytmous/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253162586,"owners_count":21863946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ejs","expressjs","proxy","youtube"],"created_at":"2024-09-28T07:21:18.919Z","updated_at":"2025-05-08T23:28:29.678Z","avatar_url":"https://github.com/ytmous.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eytmous\u003c/h1\u003e\n  \u003cp\u003eAnonymous Youtube Proxy\u003c/p\u003e\n\u003c/div\u003e\n\n### Search, Click, and watch\nytmous is an lightweight, and Anonymous Youtube Proxy. Designed for device with limited resource.\n\n### There's no tracker and ads\nOnly with a simple UI, ready for you to watch some videos in a second\n\n### Free and Open source\nytmous is licensed under BSD 3 Clause and it's code is free. You can also host your own ytmous server. \u003cb\u003eIt's easy!\u003c/b\u003e\n\n### Customizeable\nytmous server owner could customize the frontend to what they would like. See [Customizing Frontend](#customizingfrontend)\n\n**DISCLAIMER:** ytmous could fetch, stream or download videos from YouTube, even copyrighted ones. Please respect all copyright laws.\n\n## Screenshots\n![ytmous_homepage.png](https://raw.githubusercontent.com/Yonle/ytmous/nightly/screenshots/ytmous_homepage.png)\n![ytmous_mobile_search.png](https://raw.githubusercontent.com/Yonle/ytmous/nightly/screenshots/ytmous_mobile_search.png)\n![ytmous_mobile_channel.png](https://raw.githubusercontent.com/Yonle/ytmous/nightly/screenshots/ytmous_mobile_channel.png)\n![ytmous_mobile_playlists.png](https://raw.githubusercontent.com/Yonle/ytmous/nightly/screenshots/ytmous_mobile_playlists.png)\n![ytmous_mobile_watch.png](https://raw.githubusercontent.com/Yonle/ytmous/nightly/screenshots/ytmous_mobile_watch.png)\n![ytmous_desktop_watch.png](https://raw.githubusercontent.com/Yonle/ytmous/nightly/screenshots/ytmous_desktop_watch.png)\n\n## Server Requirement\n- Node v16+ is advised.\n- Fast server network connection with ability to reach YouTube\n\n## Configuration\nThe code is reading the provided configuration from Environment Variable that comes from your system. These variable is **optional**.\n\n- `GEOLOCATION`: YouTube Geolocation. Default is `US`.\n- `USER_AGENT`: This variable is where we fake our user agent to request youtube.\n- `DLCHUNKSIZE`: Download Chunk Size. Default is 10 MB (1024 * 1024 * 10)\n- `NO_CLUSTERS`: Do not run ytmous with clusters. Useful for debugging\n- `CLUSTERS`: Number of clusters to fork. By default is depending on `os.availableParallelism()` integer or `os.cpus().length`.\n- `PORT`: Server port to listen to.\n\n## Customizing frontend\nYou can customize your frontend by creating `local` directory to replace files from `views` or `public` directory.\n\n- `local/views/` for backend rendering (`views`)\n- `local/public/` for static page (`public`)\n\n```\nlocal\n├── public\n│   ├── Ubuntu-R.ttf\n│   ├── css\n│   │   ├── Toard.css\n│   │   └── style.css\n│   ├── index.html\n│   └── robots.txt\n└── views\n    ├── channel.ejs\n    ├── comments.ejs\n    ├── error.ejs\n    ├── playlist.ejs\n    ├── search.ejs\n    └── watch.ejs\n```\n\n## Starting the server\nIf this is your first time running this server, You may need to install it's dependencies first by executing `npm install`. \n\nThen, you can start the server by executing:\n```sh\nnpm start\n```\nor\n```\nPORT=3000 npm start\n```\n\n## API endpoints\nYou can use ytmous API endpoints for your applications. The following endpoints are supported:\n\n### `/api/search`\nEndpoint to search videos.\n\n#### Queries\n- `q` (String) **(Required)**\n  String to search with.\n\n- `page` (Number)\n  Next page listing.\n\n### `/api/getPlaylistInfo/[playlistID]`\nEndpoint to list videos from playlist / channel.\n\n#### Parameters\n- `playlistID` **(Required)**\n  String of Playlist or Channel ID.\n\n### `/api/getVideoInfo/[videoID]`\nEndpoint to give information of an YouTube video.\n\n#### Parameters\n- `videoID` **(Required)**\n  String of YouTube video ID\n\n### `/api/getComments/[videoID]`\n#### Parameters\n- `videoID` **(Required)**\n  String of YouTube video ID.\n\n#### Queries\n- `continuation` (String)\n  Continuation ID of an Comments. Used to fetch the next comment section.\n\n- `replyToken` (String)\n  Reply token. Used to view an reply of a comment.\n  To view continuation of an Reply comments, Put continuationID in `replyToken` query instead of `continuation`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytmous%2Fytmous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytmous%2Fytmous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytmous%2Fytmous/lists"}