youtube-downloader icon indicating copy to clipboard operation
youtube-downloader copied to clipboard

it doesnt work from yearsterday

Open kolipavan011 opened this issue 11 months ago • 0 comments

Hello ..

$downloadOptions->getAllFormats()

Above code returning empty array

here is what, I found

YouTube\Responses\PlayerApiResponse {#506 // vendor\athlon1600\youtube-downloader\src\YouTubeDownloader.php:145
  -response: 
Curl
\
Response {#505
    +status: 400
    +body: """
      {

        "error": {

          "code": 400,

          "message": "Precondition check failed.",

          "errors": [

            {

              "message": "Precondition check failed.",

              "domain": "global",

              "reason": "failedPrecondition"

            }

          ],

          "status": "FAILED_PRECONDITION"

        }

      }

      .......

I hope this help to solve this issue.

kolipavan011 avatar Mar 10 '24 08:03 kolipavan011