python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
NameError: name 'player' is not defined - but it was defined, just in another function
The below code gives an error, "NameError: name 'player' is not defined". I dont understand why. When I have the music just playing, without needing to be triggered by the Play button; then ...
Willem van Houten
Votes: 0
Answers: 1
SOLVED: Python interacting with VLC through Tkinter: I want to be able to change between videos
I am making a python tkinter utility that makes a youtube search, brings up the first 6 results, and than plays the chosen of those results through a vlc instance.
The problem I have, is that when I t...
Willem van Houten
Votes: 0
Answers: 1
How to extract all YouTube comments using YouTube API? (Python)
Let's say I have a video_id having 8487 comments.
This code returns only 4309 comments.
def get_comments(youtube, video_id, comments=[], token=''):
video_response=youtube.commentThreads().list(part...
Subham
Votes: 0
Answers: 1
youtube-dl "yt-dlp" How to download audios that have subtitles and ignore everything else
I've tried using the following command to filter out audios that have subtitles and ignore the ones without.
However, it still downloads videos that don't have subtitles. Any idea why?
yt-dlp https://...
Joey Joestar
Votes: 0
Answers: 0