72 / 3b0cfaf introduced using --extractor-args youtube:player_client=android as a workaround for throttling, however this is no longer needed. By default, yt-dlp uses --extractor-args youtube:player_client=android,web (and yt-dlp also has n-sig transforming implemented now).
This should be reverted now as it can lead to missing metadata and formats in some cases. If the webpage fails to download (e.g. 429), you will be relying on metadata from the android client only, which does not include data such as upload date.
72 / 3b0cfaf introduced using
--extractor-args youtube:player_client=android
as a workaround for throttling, however this is no longer needed. By default, yt-dlp uses--extractor-args youtube:player_client=android,web
(and yt-dlp also has n-sig transforming implemented now).This should be reverted now as it can lead to missing metadata and formats in some cases. If the webpage fails to download (e.g. 429), you will be relying on metadata from the android client only, which does not include data such as upload date.