Questions tagged [youtube]
YouTube is a video-sharing website on which users can upload, share and view videos. Use this tag for questions which may arise when developing for YouTube. This tag is NOT for support questions about using the YouTube website or the official YouTube app.
45 questions
2
votes
1
answer
159
views
Telegram YouTube upload video notification Bot
I made a simple script that notifies a Telegram Channel when a new youtube video is uploaded upon a YouTube channel:
index.php
...
2
votes
0
answers
106
views
YouTube to LBRY Video Uploader - V0.1.0
I have developed a Python script that allows users to upload videos from YouTube to LBRY. The script also performs video post-processing and database operations. I would like to request a code review ...
6
votes
1
answer
391
views
YouTube downloader application with PySimpleGUI in Python
I would appreciate a review of my Python script that interacts with the YouTube API and downloads videos or audio from YouTube URLs or playlists. The script uses the pytube library for downloading and ...
3
votes
0
answers
208
views
A GUI Multimedia Player with acces to the Youtube Database (3)
Third update, now in OOP. Link to previous post:
A GUI Youtube Player (2)
Link: https://github.com/floris-vos/gui-youtube-player
This is a multimedia player that gets its material from the database of ...
5
votes
1
answer
481
views
A GUI Youtube Player (2)
Link to newer version:
A GUI Multimedia Player with acces to the Youtube Database (3)
I am working on a GUI Youtube Player. When I had a first working version, I put it here on CodeReview, getting ...
9
votes
4
answers
699
views
A GUI Youtube Audio Player
Follow Up: A GUI Youtube Player (2)
I made a GUI that can make a YouTube query and play the audio. It includes some basic functionalities like volume control, a time-scale, putting songs in waiting ...
3
votes
0
answers
831
views
A simple Python script that crawls information about Youtube playlists and your watch history
You will need to follow this guide.
This is a Youtube crawler that crawls information about Youtube playlists, it uses Youtube Data API v3 and it crawls the title, url, description, count and videos ...
2
votes
1
answer
966
views
youtube download application using youtube_dl and tkinter
I program in Python as a hobby and decided to try to use tkinter to make an application.
I decided to make a YouTube video/audio downloader using youtube_dl. It's really slow, and the tkinter window ...
8
votes
3
answers
1k
views
YouTube Downloader with PyTube
I've made a little app, YouTube Downloader, which does what the name says.
I have three files as I am trying to get good enough in working with multiple files in one app. So even if it is really small ...
1
vote
1
answer
92
views
New Spreadsheet Row to YouTube Playlist
I have the following code below that takes a new row added to my Google Spreadsheet (has a header row) and extracts the video ID. If the ID does not exist in the playlist, it adds the video to the ...
1
vote
2
answers
590
views
Python YouTube Video Downloader
I'm looking for some feedback on my first 'real' Python program. Started with Python a few days ago and wanted to get right into it and make something hands on.
Currently the program lets you download ...
2
votes
0
answers
256
views
YouTube Data API v3: Modified version of YouTube trending that only includes videos from subscribed to channels
I have made a program that sort of mimics YouTube trending, but only with videos from channels that I am subscribed to. It looks at each Subscription, converts the ...
3
votes
1
answer
667
views
Tampermonkey script to check and replace youtube's subscriptions to show all videos
Just wanted a general review of the code to make sure I'm doing it properly/efficently. New to JS and don't use RegEx too often.
...
3
votes
1
answer
76
views
Script that saving most relevant Youtube video for each database object
Due to the tightened Youtube API daily quota (that allows to use only ~ 98 search requests per project daily) I've implemented a multi-project system. For this to work you need to create a project/...
3
votes
1
answer
1k
views
TamperMonkey Script to replace the YouTube favicon with the channel logo
I felt that having a plain red favicon for every youtube tab is a little boring. So, I wrote a TamperMonkey Script with the new ES6 promises that replaces the favicon with the channel's logo. Link to ...