1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-01-24 19:59:49 +00:00

removed comment

This commit is contained in:
cryhwang 2022-12-11 20:20:07 -05:00
parent 9583355a42
commit 2f76e1c0c5

View File

@ -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