Open wangqiang9 opened 2 months ago
I just change the line:
to:
return_code = call(["yt-dlp", "-f", "bestvideo[height<=480]", videoPathURL, "-o", targetPath, "--cookies", "./cookies.txt", "--verbose"])
Then it works.
I just change the line:
to:
return_code = call(["yt-dlp", "-f", "bestvideo[height<=480]", videoPathURL, "-o", targetPath, "--cookies", "./cookies.txt", "--verbose"])
Then it works.
Sorry, yt-dlp
does not work now...
And I try to use the
dlp-yt
, but it does not work ... How can I download real-state-10k from youtube now? It is very thorny problem for me.