Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Python misbehavior

135 views
Skip to first unread message

Jim

unread,
Feb 7, 2024, 2:42:15 PMFeb 7
to
Friends,
Please forgive me if this is not the proper forum for dealing with an issue of mine, but I am at a loss in finding a fix for a python problem in the program ClipGrab. The program allows one to download videos or audios from YouTube and other media sites. My limited understanding of the process suggests that python facilitates the transfer of data from YouTube to ClipGrab. As of recently, I am unable to use the ClipGrab program and the issue at fault has something to do with python. In an "about" screen within ClipGrab my (now) incapable python script reads:

youtube-dlp: (C:\Program Files (x86)\ClipGrab\python\python.exe: can't find '_main_' module in " ) Python: C:/Program Files (x86)/ClipGrab/python/python.exe (Python 3.8.9)

Since this problem began I downloaded ClipGrab on to another desktop computer and it runs perfectly without a problem. The script on the "about" page does not indicate anything about "can't find -main- module" etc. Is there any advice you can offer to overcome this and recover my downloading connections to YouTube? Or, if this is the wrong group to handle such issues, could you please pass my message on to a better choice?

Gratefully,
Jim Haas

Sent from my iPhone

Richard Damon

unread,
Feb 8, 2024, 8:05:39 AMFeb 8
to
Python itself doesn't have any code to do this, but does have some
support libraries that help.

It looks like your "ClipGrab" program is using the python module
"youtube-dlp" to get the data (that module probabaly has the details of
how to do the operation), but somehow ClipGrab hasn't packaged the
module into itself properly.

You probably should seek help with the support for the ClipGrab program
from the people that make it.

If you look up the documentation for youtube-dlp, you may find that you
can use that module directly, and not need the ClipGrab wrapper at all
(though it may provide some benefits if you can get it working again).


--
Richard Damon

0 new messages