mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-18 03:08:31 +00:00
Fix comment move
This commit is contained in:
parent
363faa3220
commit
51cac4b8dd
@ -102,8 +102,8 @@ class BlackboardCollaborateIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
# API Reference: https://github.com/blackboard/BBDN-Collab-Postman-REST
|
|
||||||
def _call_api(self, region, video_id, api_call='', token=None, note='Downloading JSON metadata', fatal=False):
|
def _call_api(self, region, video_id, api_call='', token=None, note='Downloading JSON metadata', fatal=False):
|
||||||
|
# Ref: https://github.com/blackboard/BBDN-Collab-Postman-REST
|
||||||
return self._download_json(f'https://{region}.bbcollab.com/collab/api/csa/recordings/{video_id}/{api_call}',
|
return self._download_json(f'https://{region}.bbcollab.com/collab/api/csa/recordings/{video_id}/{api_call}',
|
||||||
video_id, note=note,
|
video_id, note=note,
|
||||||
headers={'Authorization': f'Bearer {token}'} if token else '', fatal=fatal)
|
headers={'Authorization': f'Bearer {token}'} if token else '', fatal=fatal)
|
||||||
|
Loading…
Reference in New Issue
Block a user