Kimsec
Kimsec
did anyone manage to bypass the forbidden 403? Im trying to get up / down speed by API to Homer dashboard, and i get the same message.
this is exactly what i want, i want it in the "link" tab tho đ
its not working with age restricted videos, at least not on youtube.. tried with cookies. im using python. YDL_OPTION { 'cookiefile' : 'cookies.txt' }.. at least not for me. I...
i updated to latest Youtube-dl-master and it fixed the age restriction. (Thank you) BUT, now the search results from YTsearch is REALLY bad. if i YTsearch miley cyrus flowers, i...
Yes. when i do the same command i get the correct video in console. but that is not the song that starts to play.. hmm, only happen with the newest...
u mean like this?: url = query if query.startswith("http") else None if not url: YDL_OPTIONS = { 'format': "bestaudio", 'noplaylist': True, 'default_search': 'ytsearch', 'quiet': True, 'cachedir': False, 'nocheckcertificate': True, 'force-ipv4':...
This is the verbose from the ytsearch when searching for "vÊrsÄgod" through discord. I have no problem playing the song if i provide the URL instead of the "vÊrsÄgod". the...
When I use youtube_dl to search for a song without a URL, it will use the default_search option to search YouTube for the query im provide (in this case "vÊrsÄgod"....
is there a way for me to get it to my youtube-dl or is bigger changes that need to be done? :) tried to change those lines alone, but did...
Can confirm it works. đ other bugs got fixed as well, were a few videos that didnt play at all (even with direct URL). But now that works too. Thank...