You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem often troubles me. I found a way that might solve the problem, but you need to add a feature to ydlpod to support it.
The specific method is: visit youtube on the local machine, verify manually, and then pass the user-agent to ydlpod.
youtube-dl comes with a function to modify user-agent, but I always fail.
youtube-dl --user-agent "myuseragent" "https://www.yotube.com/*"
This is wrong.
The text was updated successfully, but these errors were encountered:
This problem often troubles me. I found a way that might solve the problem, but you need to add a feature to ydlpod to support it.
The specific method is: visit youtube on the local machine, verify manually, and then pass the user-agent to ydlpod.
youtube-dl comes with a function to modify user-agent, but I always fail.
youtube-dl --user-agent "myuseragent" "https://www.yotube.com/*"
This is wrong.
The text was updated successfully, but these errors were encountered: