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
pipenvupdate# check which version you are usingpipenvshellyt-dlp--version# note that the new version just needs oauth and not oauth2 at the end of the config line# youtubedl_archiver.pyydl_options= {'outtmpl': os.path.join(ArchivingContext.get_tmp_dir(), f'%(id)s.%(ext)s'), 'quiet': False, 'noplaylist': notself.allow_playlist , 'writesubtitles': self.subtitles, 'writeautomaticsub': self.subtitles, "live_from_start": self.live_from_start, "proxy": self.proxy, "max_downloads": self.max_downloads, "playlistend": self.max_downloads, "username": "oauth", "password": ""}
Hi
I've been following this bug in yt-dlp where YouTube is now blocking downloads:
yt-dlp/yt-dlp#10128
I've implemented the OAuth2 workaround: yt-dlp/yt-dlp#10128 (comment)
It is working from a residential IP address server. (got banned from Azure server)
If anyone has other success (from Cloud servers?) that would be good to know about.
Also if you need archiving from one of my servers please get in touch. [email protected]
Regards
Dave
The text was updated successfully, but these errors were encountered: