From 2f76e1c0c567e0401af808245f6aabf0a74c87fb Mon Sep 17 00:00:00 2001 From: cryhwang Date: Sun, 11 Dec 2022 20:20:07 -0500 Subject: [PATCH] removed comment --- youtube_dl/extractor/googledrive.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/extractor/googledrive.py b/youtube_dl/extractor/googledrive.py index c92902bdc..71fc8f677 100644 --- a/youtube_dl/extractor/googledrive.py +++ b/youtube_dl/extractor/googledrive.py @@ -167,7 +167,6 @@ class GoogleDriveIE(InfoExtractor): def _call_api(self, video_id): # Call Google Drive API json_data = self._download_json('https://www.googleapis.com/drive/v3/files/%s?fields=createdTime,modifiedTime,owners&key=%s' % (video_id, self._API_KEY), video_id) - print("_real_extract json_data: ", json_data) return json_data # USING URL: https://drive.google.com/file/d/1lVFQrzYKnJDd045Gc9xv1W4YA9zKPX7r/view?usp=sharing