Python Forum

Full Version: Highlight and remove specific string of text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok sorry for my newb question, but I figured this was the best place to start. (no real python Knowledge)

Basically I am using a program Called EventGhost and from what I understand it uses Python.
I have a basic script that upon pressing a key, will highlight the browser and copy it to the clipboard
to then paste it into a Program to download the youtube videos for personal studies.

The only real issue with this script I have encountered is any video that is part of a playlist wich always
includes a &list= in the URL will cause the download program to download the entire playlist. now on a playlist's
main page, I can use the Url if I needed to copy all videos in it, but for individual videos I want that exist with
the &list= in the Url it's frustrating to have to delete this part and makes the script useless.

Ok so my question is can I make a basic python script that will take the clipboard after copying the URL and remove
the text &list= and all after it if it's in the URL and then paste it afterward in the download program?

Eventghost is basically a easy to use if this then that program that has various actions to execute
(Move mouse here, close this window, hit this key, ETC..) One of these actions is execute python script, this is why I am here.
You can post your code here. Use BB-Code tags

If you use youtube-dl for this task, you should add the parameter --no-playlist
well, I use Youtube-dlg which, if I understand correctly, is youtube-dl but with a GUI. And the eventghost script is basically a macro for it to press a sequence of keys and initiate mouse clicks

here is what I am using
[Image: yQVFKHW]
Your image is not uploaded. Please check it.
As was requested the first time, use BBCode. Most of us (myself included) aren't going to look at a picture of your code, but we'd be glad to help if you follow the rules.