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
Very supportive of this ticket considering that hitting the quotas is a very serious limitation. Anything able to improve the statu-quo without removing features should be strongly considered. Pinning.
That said, @benoit74 is that not somehow a duplicate of #122?
Currently, the scraper calls yt-dlp three times in a row for every video:
video and thumbnails are cached on S3 so the call to yt-dlp might not happen if we already have populated S3 cache for this video.
In the case of a new video where cache is empty, those three calls happens.
I think we should consider to refactor the code to call yt-dlp only once, because it will probably help avoid ban by Youtube.
The text was updated successfully, but these errors were encountered: