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

NeonLightning/NeonYoutube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Player Application

This Flask application allows you to and play YouTube videos sequentially. It manages a video queue, displays search results on a separate page, and updates the queue with new items while playing. The application also displays the title of the next video before it is played.

run using `python3 ./player.py'

first run it will ask in console for you to authenticate

this will only happen the first time you run. it's to bypass age restrictions.

it will ask for a new one when you encounter an age restricted video if the token changes though.

this is only until i figure out an age bypass.

it will install required dependancies if not found but requires setuptools. if you want to skip this step and install the deps yourself just change false to true in config.ini is_setup_done.

if you want a background there is rudimentary functionality for it. just place a png files in /files/backgrounds and it'll scale to your screen.

right now there is a bug in pytube so videos won't play.

i've added some code to fix it if it's not patched already though.

[pytube fix]pytube/pytube#1933

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published