내 브라우저로 서버 인터넷 사용하기
데이터셋을 유튜브에서 모으다 보면, 다음과 같은 에러에 직면할 때가 있다. ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by ); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. 유튜브가 해당 서버 ip를 밴먹인건데, 다음과 같이 해결할 수 있다. ssh -D 9999 user@remoteserver을 통해서 서버 접속...