Using yt-dlp, I am trying to test a code by creating a data set for testing all the solutions within different circumstances.I need a list of say 10 Youtube videoIds that are banned in a given country.I have tried the following commands without success:
yt-dlp "ytsearch10:. mt=mt" --get-idyt-dlp "ytsearch10:no_stream_malta" --get-id
I have also tried using the search.list method within python script with youtube API key to do the same but it doesn't work.
Can some one help, please?
I am told by Google support that Google Youtube support people keep an eye out for questions here but I am starting to think that I have had my leg pulled.Has anyone else shared my experience? Maybe we can then forward it to Google and expose them for such false promises.
I was expecting either a command line command or a python script to achieve the objectives set out in the previous section.